HEX: #ADEECC
RGB: (173,238,204)
#ADEECC contains mainly green and blue colors. Web safe color of #ADEECC is #99FFCC (or #9FC).
#ADEECC color RGB value is (173,238,204).
RGB: (173,238,204)
(68%, 93%, 80%)
R 173 of 255 = 68%
G 238 of 255 = 93%
B 204 of 255 = 80%
R + G + B ~ 80%. #ADEECC is quite light color.
R + G + B = 173 + 238 + 204 = 615 (100%)
R 173 of 615 ~ 28.13%
G 238 of 615 ~ 38.7%
B 204 of 615 ~ 33.17'%
#ADEECC color CMYK value is (27,0,14,7).
CMYK: (27,0,14,7)
C27M0Y14K7 (27%, 0%, 14%, 7%)
(0.27 / 0.00 / 0.14 / 0.07)
Color #ADEECC in popluar color models
AD | EE | CC | |
---|---|---|---|
RGB | 173 | 238 | 204 |
HSL | 149° | 65.66% | 80.59% |
HSB/HSV | 149° | 27.31% | 93.33% |
CMYK | 27.31% | 0.00% | 14.29% |
6.67% |
Color #ADEECC in popluar number systems.
HEX | AD | EE | CC |
Decimal | 173 | 238 | 204 |
Binary | 10101101 | 11101110 | 11001100 |
Octal | 255 | 356 | 314 |
Shades of #ADEECC
Tints of #ADEECC
Examples of css and html codes for elements with #ADEECC color. Also use rgb(173,238,204) instead hex code.
.myTextColor { color: #ADEECC; }
<p style="color:#ADEECC">This sample text font color is #ADEECC.</p>
This text font color is #ADEECC.
.myBgColor { background-color: #ADEECC; }
<div style="background-color:#ADEECC">Inner text</div>
This div background color is #ADEECC.
.myBorderColor { border: 1px solid #ADEECC; }
<div style="border:3px solid #ADEECC">Div</div>
This div border color is #ADEECC.
.myOpacity80 { color: #ADEECC; opacity: 0.8; }
<p style="color:#ADEECC;opacity:0.8;">80%</p>
Text with #ADEECC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADEECC;}
<p style="text-shadow: 3px 3px 1px #ADEECC">Text here.</p>
This text has shadow with #ADEECC color.
.textShadow {text-shadow: 3px 3px 1px #ADEECC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADEECC, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADEECC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADEECC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADEECC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADEECC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADEECC;
-webkit-box-shadow: 1px 1px 3px 2px #ADEECC;
box-shadow: 1px 1px 3px 2px #ADEECC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADEECC; -webkit-box-shadow: 1px 1px 3px 2px #ADEECC; box-shadow:1px 1px 3px 2px #ADEECC;">
Div content here
</div>
This text has color #ADEECC on black background.
This text has color #ADEECC on white background.
This text has black color on #ADEECC background.
This text has white color on #ADEECC background.
Complementary color for #hex is #521133.