HEX: #AAEEDE
RGB: (170,238,222)
#AAEEDE contains mainly green and blue colors. Web safe color of #AAEEDE is #99FFCC (or #9FC).
#AAEEDE color RGB value is (170,238,222).
RGB: (170,238,222)
(67%, 93%, 87%)
R 170 of 255 = 67%
G 238 of 255 = 93%
B 222 of 255 = 87%
R + G + B ~ 82%. #AAEEDE is quite light color.
R + G + B = 170 + 238 + 222 = 630 (100%)
R 170 of 630 ~ 26.98%
G 238 of 630 ~ 37.78%
B 222 of 630 ~ 35.24'%
#AAEEDE color CMYK value is (29,0,7,7).
CMYK: (29,0,7,7)
C29M0Y7K7 (29%, 0%, 7%, 7%)
(0.29 / 0.00 / 0.07 / 0.07)
Color #AAEEDE in popluar color models
AA | EE | DE | |
---|---|---|---|
RGB | 170 | 238 | 222 |
HSL | 166° | 66.67% | 80.00% |
HSB/HSV | 166° | 28.57% | 93.33% |
CMYK | 28.57% | 0.00% | 6.72% |
6.67% |
Color #AAEEDE in popluar number systems.
HEX | AA | EE | DE |
Decimal | 170 | 238 | 222 |
Binary | 10101010 | 11101110 | 11011110 |
Octal | 252 | 356 | 336 |
Shades of #AAEEDE
Tints of #AAEEDE
Examples of css and html codes for elements with #AAEEDE color. Also use rgb(170,238,222) instead hex code.
.myTextColor { color: #AAEEDE; }
<p style="color:#AAEEDE">This sample text font color is #AAEEDE.</p>
This text font color is #AAEEDE.
.myBgColor { background-color: #AAEEDE; }
<div style="background-color:#AAEEDE">Inner text</div>
This div background color is #AAEEDE.
.myBorderColor { border: 1px solid #AAEEDE; }
<div style="border:3px solid #AAEEDE">Div</div>
This div border color is #AAEEDE.
.myOpacity80 { color: #AAEEDE; opacity: 0.8; }
<p style="color:#AAEEDE;opacity:0.8;">80%</p>
Text with #AAEEDE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AAEEDE;}
<p style="text-shadow: 3px 3px 1px #AAEEDE">Text here.</p>
This text has shadow with #AAEEDE color.
.textShadow {text-shadow: 3px 3px 1px #AAEEDE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AAEEDE, 5px 5px 20px red">Text here.</p>
This text has shadow with #AAEEDE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AAEEDE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AAEEDE, Direction=45, Strength=4)">Text</p>
This text has shadow with #AAEEDE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AAEEDE;
-webkit-box-shadow: 1px 1px 3px 2px #AAEEDE;
box-shadow: 1px 1px 3px 2px #AAEEDE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AAEEDE; -webkit-box-shadow: 1px 1px 3px 2px #AAEEDE; box-shadow:1px 1px 3px 2px #AAEEDE;">
Div content here
</div>
This text has color #AAEEDE on black background.
This text has color #AAEEDE on white background.
This text has black color on #AAEEDE background.
This text has white color on #AAEEDE background.
Complementary color for #hex is #551121.