HEX: #AED8CC
RGB: (174,216,204)
#AED8CC contains red, green and blue colors in about the same proportion. Web safe color of #AED8CC is #99CCCC (or #9CC).
#AED8CC color RGB value is (174,216,204).
RGB: (174,216,204)
(68%, 85%, 80%)
R 174 of 255 = 68%
G 216 of 255 = 85%
B 204 of 255 = 80%
R + G + B ~ 78%. #AED8CC is quite light color.
R + G + B = 174 + 216 + 204 = 594 (100%)
R 174 of 594 ~ 29.29%
G 216 of 594 ~ 36.36%
B 204 of 594 ~ 34.34'%
#AED8CC color CMYK value is (19,0,6,15).
CMYK: (19,0,6,15)
C19M0Y6K15 (19%, 0%, 6%, 15%)
(0.19 / 0.00 / 0.06 / 0.15)
Color #AED8CC in popluar color models
AE | D8 | CC | |
---|---|---|---|
RGB | 174 | 216 | 204 |
HSL | 163° | 35.00% | 76.47% |
HSB/HSV | 163° | 19.44% | 84.71% |
CMYK | 19.44% | 0.00% | 5.56% |
15.29% |
Color #AED8CC in popluar number systems.
HEX | AE | D8 | CC |
Decimal | 174 | 216 | 204 |
Binary | 10101110 | 11011000 | 11001100 |
Octal | 256 | 330 | 314 |
Shades of #AED8CC
Tints of #AED8CC
Examples of css and html codes for elements with #AED8CC color. Also use rgb(174,216,204) instead hex code.
.myTextColor { color: #AED8CC; }
<p style="color:#AED8CC">This sample text font color is #AED8CC.</p>
This text font color is #AED8CC.
.myBgColor { background-color: #AED8CC; }
<div style="background-color:#AED8CC">Inner text</div>
This div background color is #AED8CC.
.myBorderColor { border: 1px solid #AED8CC; }
<div style="border:3px solid #AED8CC">Div</div>
This div border color is #AED8CC.
.myOpacity80 { color: #AED8CC; opacity: 0.8; }
<p style="color:#AED8CC;opacity:0.8;">80%</p>
Text with #AED8CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AED8CC;}
<p style="text-shadow: 3px 3px 1px #AED8CC">Text here.</p>
This text has shadow with #AED8CC color.
.textShadow {text-shadow: 3px 3px 1px #AED8CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AED8CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #AED8CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AED8CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AED8CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AED8CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AED8CC;
-webkit-box-shadow: 1px 1px 3px 2px #AED8CC;
box-shadow: 1px 1px 3px 2px #AED8CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AED8CC; -webkit-box-shadow: 1px 1px 3px 2px #AED8CC; box-shadow:1px 1px 3px 2px #AED8CC;">
Div content here
</div>
This text has color #AED8CC on black background.
This text has color #AED8CC on white background.
This text has black color on #AED8CC background.
This text has white color on #AED8CC background.
Complementary color for #hex is #512733.