HEX: #ADDCA6
RGB: (173,220,166)
#ADDCA6 contains red, green and blue colors in about the same proportion. Web safe color of #ADDCA6 is #99CC99 (or #9C9).
#ADDCA6 color RGB value is (173,220,166).
RGB: (173,220,166)
(68%, 86%, 65%)
R 173 of 255 = 68%
G 220 of 255 = 86%
B 166 of 255 = 65%
R + G + B ~ 73%. #ADDCA6 is quite light color.
R + G + B = 173 + 220 + 166 = 559 (100%)
R 173 of 559 ~ 30.95%
G 220 of 559 ~ 39.36%
B 166 of 559 ~ 29.7'%
#ADDCA6 color CMYK value is (21,0,25,14).
CMYK: (21,0,25,14) C21M0Y25K14 (21%,0%,25%,14%) (0.21/0.00/0.25/0.14)
Color #ADDCA6 in popluar color models
AD | DC | A6 | |
---|---|---|---|
RGB | 173 | 220 | 166 |
HSL | 112° | 43.55% | 75.69% |
HSB/HSV | 112° | 24.55% | 86.27% |
CMYK | 21.36% | 0.00% | 24.55% |
13.73% |
Color #ADDCA6 in popluar number systems.
HEX | AD | DC | A6 |
Decimal | 173 | 220 | 166 |
Binary | 10101101 | 11011100 | 10100110 |
Octal | 255 | 334 | 246 |
Shades of #ADDCA6
Tints of #ADDCA6
Examples of css and html codes for elements with #ADDCA6 color. Also use rgb(173,220,166) instead hex code.
.myTextColor { color: #ADDCA6; }
<p style="color:#ADDCA6">This sample text font color is #ADDCA6.</p>
This text font color is #ADDCA6.
.myBgColor { background-color: #ADDCA6; }
<div style="background-color:#ADDCA6">Inner text</div>
This div background color is #ADDCA6.
.myBorderColor { border: 1px solid #ADDCA6; }
<div style="border:3px solid #ADDCA6">Div</div>
This div border color is #ADDCA6.
.myOpacity80 { color: #ADDCA6; opacity: 0.8; }
<p style="color:#ADDCA6;opacity:0.8;">80%</p>
Text with #ADDCA6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADDCA6;}
<p style="text-shadow: 3px 3px 1px #ADDCA6">Text here.</p>
This text has shadow with #ADDCA6 color.
.textShadow {text-shadow: 3px 3px 1px #ADDCA6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADDCA6, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADDCA6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADDCA6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADDCA6, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADDCA6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADDCA6;
-webkit-box-shadow: 1px 1px 3px 2px #ADDCA6;
box-shadow: 1px 1px 3px 2px #ADDCA6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADDCA6; -webkit-box-shadow: 1px 1px 3px 2px #ADDCA6; box-shadow:1px 1px 3px 2px #ADDCA6;">
Div content here
</div>
This text has color #ADDCA6 on black background.
This text has color #ADDCA6 on white background.
This text has black color on #ADDCA6 background.
This text has white color on #ADDCA6 background.
Complementary color for #hex is #522359.