HEX: #ADD5AE
RGB: (173,213,174)
#ADD5AE contains red, green and blue colors in about the same proportion. Web safe color of #ADD5AE is #99CC99 (or #9C9).
#ADD5AE color RGB value is (173,213,174).
RGB: (173,213,174)
(68%, 84%, 68%)
R 173 of 255 = 68%
G 213 of 255 = 84%
B 174 of 255 = 68%
R + G + B ~ 73%. #ADD5AE is quite light color.
R + G + B = 173 + 213 + 174 = 560 (100%)
R 173 of 560 ~ 30.89%
G 213 of 560 ~ 38.04%
B 174 of 560 ~ 31.07'%
#ADD5AE color CMYK value is (19,0,18,16).
CMYK: (19,0,18,16)
C19M0Y18K16 (19%, 0%, 18%, 16%)
(0.19 / 0.00 / 0.18 / 0.16)
Color #ADD5AE in popluar color models
AD | D5 | AE | |
---|---|---|---|
RGB | 173 | 213 | 174 |
HSL | 122° | 32.26% | 75.69% |
HSB/HSV | 122° | 18.78% | 83.53% |
CMYK | 18.78% | 0.00% | 18.31% |
16.47% |
Color #ADD5AE in popluar number systems.
HEX | AD | D5 | AE |
Decimal | 173 | 213 | 174 |
Binary | 10101101 | 11010101 | 10101110 |
Octal | 255 | 325 | 256 |
Shades of #ADD5AE
Tints of #ADD5AE
Examples of css and html codes for elements with #ADD5AE color. Also use rgb(173,213,174) instead hex code.
.myTextColor { color: #ADD5AE; }
<p style="color:#ADD5AE">This sample text font color is #ADD5AE.</p>
This text font color is #ADD5AE.
.myBgColor { background-color: #ADD5AE; }
<div style="background-color:#ADD5AE">Inner text</div>
This div background color is #ADD5AE.
.myBorderColor { border: 1px solid #ADD5AE; }
<div style="border:3px solid #ADD5AE">Div</div>
This div border color is #ADD5AE.
.myOpacity80 { color: #ADD5AE; opacity: 0.8; }
<p style="color:#ADD5AE;opacity:0.8;">80%</p>
Text with #ADD5AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD5AE;}
<p style="text-shadow: 3px 3px 1px #ADD5AE">Text here.</p>
This text has shadow with #ADD5AE color.
.textShadow {text-shadow: 3px 3px 1px #ADD5AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD5AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADD5AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD5AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD5AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD5AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD5AE;
-webkit-box-shadow: 1px 1px 3px 2px #ADD5AE;
box-shadow: 1px 1px 3px 2px #ADD5AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD5AE; -webkit-box-shadow: 1px 1px 3px 2px #ADD5AE; box-shadow:1px 1px 3px 2px #ADD5AE;">
Div content here
</div>
This text has color #ADD5AE on black background.
This text has color #ADD5AE on white background.
This text has black color on #ADD5AE background.
This text has white color on #ADD5AE background.
Complementary color for #hex is #522A51.