HEX: #ADD8AF
RGB: (173,216,175)
#ADD8AF contains red, green and blue colors in about the same proportion. Web safe color of #ADD8AF is #99CC99 (or #9C9).
#ADD8AF color RGB value is (173,216,175).
RGB: (173,216,175)
(68%, 85%, 69%)
R 173 of 255 = 68%
G 216 of 255 = 85%
B 175 of 255 = 69%
R + G + B ~ 74%. #ADD8AF is quite light color.
R + G + B = 173 + 216 + 175 = 564 (100%)
R 173 of 564 ~ 30.67%
G 216 of 564 ~ 38.3%
B 175 of 564 ~ 31.03'%
#ADD8AF color CMYK value is (20,0,19,15).
CMYK: (20,0,19,15)
C20M0Y19K15 (20%, 0%, 19%, 15%)
(0.20 / 0.00 / 0.19 / 0.15)
Color #ADD8AF in popluar color models
AD | D8 | AF | |
---|---|---|---|
RGB | 173 | 216 | 175 |
HSL | 123° | 35.54% | 76.27% |
HSB/HSV | 123° | 19.91% | 84.71% |
CMYK | 19.91% | 0.00% | 18.98% |
15.29% |
Color #ADD8AF in popluar number systems.
HEX | AD | D8 | AF |
Decimal | 173 | 216 | 175 |
Binary | 10101101 | 11011000 | 10101111 |
Octal | 255 | 330 | 257 |
Shades of #ADD8AF
Tints of #ADD8AF
Examples of css and html codes for elements with #ADD8AF color. Also use rgb(173,216,175) instead hex code.
.myTextColor { color: #ADD8AF; }
<p style="color:#ADD8AF">This sample text font color is #ADD8AF.</p>
This text font color is #ADD8AF.
.myBgColor { background-color: #ADD8AF; }
<div style="background-color:#ADD8AF">Inner text</div>
This div background color is #ADD8AF.
.myBorderColor { border: 1px solid #ADD8AF; }
<div style="border:3px solid #ADD8AF">Div</div>
This div border color is #ADD8AF.
.myOpacity80 { color: #ADD8AF; opacity: 0.8; }
<p style="color:#ADD8AF;opacity:0.8;">80%</p>
Text with #ADD8AF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD8AF;}
<p style="text-shadow: 3px 3px 1px #ADD8AF">Text here.</p>
This text has shadow with #ADD8AF color.
.textShadow {text-shadow: 3px 3px 1px #ADD8AF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD8AF, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADD8AF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD8AF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD8AF, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD8AF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD8AF;
-webkit-box-shadow: 1px 1px 3px 2px #ADD8AF;
box-shadow: 1px 1px 3px 2px #ADD8AF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD8AF; -webkit-box-shadow: 1px 1px 3px 2px #ADD8AF; box-shadow:1px 1px 3px 2px #ADD8AF;">
Div content here
</div>
This text has color #ADD8AF on black background.
This text has color #ADD8AF on white background.
This text has black color on #ADD8AF background.
This text has white color on #ADD8AF background.
Complementary color for #hex is #522750.