Answers for "hex color opacoity"

CSS
19

opacity color

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

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