HEX: #ADEDCC
RGB: (173,237,204)
#ADEDCC contains mainly green and blue colors. Web safe color of #ADEDCC is #99FFCC (or #9FC).
#ADEDCC color RGB value is (173,237,204).
RGB: (173,237,204)
(68%, 93%, 80%)
R 173 of 255 = 68%
G 237 of 255 = 93%
B 204 of 255 = 80%
R + G + B ~ 80%. #ADEDCC is quite light color.
R + G + B = 173 + 237 + 204 = 614 (100%)
R 173 of 614 ~ 28.18%
G 237 of 614 ~ 38.6%
B 204 of 614 ~ 33.22'%
#ADEDCC 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 #ADEDCC in popluar color models
AD | ED | CC | |
---|---|---|---|
RGB | 173 | 237 | 204 |
HSL | 149° | 64.00% | 80.39% |
HSB/HSV | 149° | 27.00% | 92.94% |
CMYK | 27.00% | 0.00% | 13.92% |
7.06% |
Color #ADEDCC in popluar number systems.
HEX | AD | ED | CC |
Decimal | 173 | 237 | 204 |
Binary | 10101101 | 11101101 | 11001100 |
Octal | 255 | 355 | 314 |
Shades of #ADEDCC
Tints of #ADEDCC
Examples of css and html codes for elements with #ADEDCC color. Also use rgb(173,237,204) instead hex code.
.myTextColor { color: #ADEDCC; }
<p style="color:#ADEDCC">This sample text font color is #ADEDCC.</p>
This text font color is #ADEDCC.
.myBgColor { background-color: #ADEDCC; }
<div style="background-color:#ADEDCC">Inner text</div>
This div background color is #ADEDCC.
.myBorderColor { border: 1px solid #ADEDCC; }
<div style="border:3px solid #ADEDCC">Div</div>
This div border color is #ADEDCC.
.myOpacity80 { color: #ADEDCC; opacity: 0.8; }
<p style="color:#ADEDCC;opacity:0.8;">80%</p>
Text with #ADEDCC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADEDCC;}
<p style="text-shadow: 3px 3px 1px #ADEDCC">Text here.</p>
This text has shadow with #ADEDCC color.
.textShadow {text-shadow: 3px 3px 1px #ADEDCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADEDCC, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADEDCC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADEDCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADEDCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADEDCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADEDCC;
-webkit-box-shadow: 1px 1px 3px 2px #ADEDCC;
box-shadow: 1px 1px 3px 2px #ADEDCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADEDCC; -webkit-box-shadow: 1px 1px 3px 2px #ADEDCC; box-shadow:1px 1px 3px 2px #ADEDCC;">
Div content here
</div>
This text has color #ADEDCC on black background.
This text has color #ADEDCC on white background.
This text has black color on #ADEDCC background.
This text has white color on #ADEDCC background.
Complementary color for #hex is #521233.