HEX: #AEE5DC
RGB: (174,229,220)
#AEE5DC contains red, green and blue colors in about the same proportion. Web safe color of #AEE5DC is #99CCCC (or #9CC).
#AEE5DC color RGB value is (174,229,220).
RGB: (174,229,220)
(68%, 90%, 86%)
R 174 of 255 = 68%
G 229 of 255 = 90%
B 220 of 255 = 86%
R + G + B ~ 81%. #AEE5DC is quite light color.
R + G + B = 174 + 229 + 220 = 623 (100%)
R 174 of 623 ~ 27.93%
G 229 of 623 ~ 36.76%
B 220 of 623 ~ 35.31'%
#AEE5DC color CMYK value is (24,0,4,10).
CMYK: (24,0,4,10) C24M0Y4K10 (24%,0%,4%,10%) (0.24/0.00/0.04/0.10)
Color #AEE5DC in popluar color models
AE | E5 | DC | |
---|---|---|---|
RGB | 174 | 229 | 220 |
HSL | 170° | 51.40% | 79.02% |
HSB/HSV | 170° | 24.02% | 89.80% |
CMYK | 24.02% | 0.00% | 3.93% |
10.20% |
Color #AEE5DC in popluar number systems.
HEX | AE | E5 | DC |
Decimal | 174 | 229 | 220 |
Binary | 10101110 | 11100101 | 11011100 |
Octal | 256 | 345 | 334 |
Shades of #AEE5DC
Tints of #AEE5DC
Examples of css and html codes for elements with #AEE5DC color. Also use rgb(174,229,220) instead hex code.
.myTextColor { color: #AEE5DC; }
<p style="color:#AEE5DC">This sample text font color is #AEE5DC.</p>
This text font color is #AEE5DC.
.myBgColor { background-color: #AEE5DC; }
<div style="background-color:#AEE5DC">Inner text</div>
This div background color is #AEE5DC.
.myBorderColor { border: 1px solid #AEE5DC; }
<div style="border:3px solid #AEE5DC">Div</div>
This div border color is #AEE5DC.
.myOpacity80 { color: #AEE5DC; opacity: 0.8; }
<p style="color:#AEE5DC;opacity:0.8;">80%</p>
Text with #AEE5DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEE5DC;}
<p style="text-shadow: 3px 3px 1px #AEE5DC">Text here.</p>
This text has shadow with #AEE5DC color.
.textShadow {text-shadow: 3px 3px 1px #AEE5DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEE5DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEE5DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEE5DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEE5DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEE5DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEE5DC;
-webkit-box-shadow: 1px 1px 3px 2px #AEE5DC;
box-shadow: 1px 1px 3px 2px #AEE5DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEE5DC; -webkit-box-shadow: 1px 1px 3px 2px #AEE5DC; box-shadow:1px 1px 3px 2px #AEE5DC;">
Div content here
</div>
This text has color #AEE5DC on black background.
This text has color #AEE5DC on white background.
This text has black color on #AEE5DC background.
This text has white color on #AEE5DC background.
Complementary color for #hex is #511A23.