Answers for "hex color with opacity - text opacity 100"

CSS
17

opacity color

.opacity30 {
  opacity: 0.3;
  filter: alpha(opacity=30); /* For IE8 and earlier */
}
Posted by: Guest on June-25-2019
1

opacity to hex css

# use this tool
https://simplecss.eu/rgbatohex.html
Posted by: Guest on July-28-2021

Browse Popular Code Answers by Language