HEX: #ADE0CC
RGB: (173,224,204)
#ADE0CC contains red, green and blue colors in about the same proportion. Web safe color of #ADE0CC is #99CCCC (or #9CC).
#ADE0CC color RGB value is (173,224,204).
RGB: (173,224,204)
(68%, 88%, 80%)
R 173 of 255 = 68%
G 224 of 255 = 88%
B 204 of 255 = 80%
R + G + B ~ 79%. #ADE0CC is quite light color.
R + G + B = 173 + 224 + 204 = 601 (100%)
R 173 of 601 ~ 28.79%
G 224 of 601 ~ 37.27%
B 204 of 601 ~ 33.94'%
#ADE0CC color CMYK value is (23,0,9,12).
CMYK: (23,0,9,12)
C23M0Y9K12 (23%, 0%, 9%, 12%)
(0.23 / 0.00 / 0.09 / 0.12)
Color #ADE0CC in popluar color models
AD | E0 | CC | |
---|---|---|---|
RGB | 173 | 224 | 204 |
HSL | 156° | 45.13% | 77.84% |
HSB/HSV | 156° | 22.77% | 87.84% |
CMYK | 22.77% | 0.00% | 8.93% |
12.16% |
Color #ADE0CC in popluar number systems.
HEX | AD | E0 | CC |
Decimal | 173 | 224 | 204 |
Binary | 10101101 | 11100000 | 11001100 |
Octal | 255 | 340 | 314 |
Shades of #ADE0CC
Tints of #ADE0CC
Examples of css and html codes for elements with #ADE0CC color. Also use rgb(173,224,204) instead hex code.
.myTextColor { color: #ADE0CC; }
<p style="color:#ADE0CC">This sample text font color is #ADE0CC.</p>
This text font color is #ADE0CC.
.myBgColor { background-color: #ADE0CC; }
<div style="background-color:#ADE0CC">Inner text</div>
This div background color is #ADE0CC.
.myBorderColor { border: 1px solid #ADE0CC; }
<div style="border:3px solid #ADE0CC">Div</div>
This div border color is #ADE0CC.
.myOpacity80 { color: #ADE0CC; opacity: 0.8; }
<p style="color:#ADE0CC;opacity:0.8;">80%</p>
Text with #ADE0CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADE0CC;}
<p style="text-shadow: 3px 3px 1px #ADE0CC">Text here.</p>
This text has shadow with #ADE0CC color.
.textShadow {text-shadow: 3px 3px 1px #ADE0CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADE0CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADE0CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADE0CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADE0CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADE0CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADE0CC;
-webkit-box-shadow: 1px 1px 3px 2px #ADE0CC;
box-shadow: 1px 1px 3px 2px #ADE0CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADE0CC; -webkit-box-shadow: 1px 1px 3px 2px #ADE0CC; box-shadow:1px 1px 3px 2px #ADE0CC;">
Div content here
</div>
This text has color #ADE0CC on black background.
This text has color #ADE0CC on white background.
This text has black color on #ADE0CC background.
This text has white color on #ADE0CC background.
Complementary color for #hex is #521F33.