COLOR #AAEEDE

HEX: #AAEEDE RGB: (170,238,222)

Color info

#AAEEDE contains mainly green and blue colors. Web safe color of #AAEEDE is #99FFCC (or #9FC).

RGB color model

#AAEEDE color RGB value is (170,238,222).

RGB: (170,238,222) (67%, 93%, 87%)

RGB channels and saturation

R 170 of 255 = 67%
G 238 of 255 = 93%
B 222 of 255 = 87%

170
238
222

R + G + B ~ 82%. #AAEEDE is quite light color.

Portions of RGB colors in percentages

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'%

%26.98
%37.78
%35.24

CMYK color model

#AAEEDE color CMYK value is (29,0,7,7).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 6.67%

CMYK: (29,0,7,7)
C29M0Y7K7 (29%, 0%, 7%, 7%)
(0.29 / 0.00 / 0.07 / 0.07)

CMYK percentages

%28.57
%0
%6.72
%6.67

Codes

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 and tints

Shades of #AAEEDE

#AAEEDE
(170,238,222)
#9BD9CA
(155,217,202)
#8CC4B6
(140,196,182)
#7DAFA2
(125,175,162)
#6E9A8E
(110,154,142)
#5F857A
(95,133,122)
#507066
(80,112,102)
#415B52
(65,91,82)
#32463E
(50,70,62)
#23312A
(35,49,42)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #AAEEDE

#AAEEDE
(170,238,222)
#B1EFE1
(177,239,225)
#B8F0E4
(184,240,228)
#BFF1E7
(191,241,231)
#C6F2EA
(198,242,234)
#CDF3ED
(205,243,237)
#D4F4F0
(212,244,240)
#DBF5F3
(219,245,243)
#E2F6F6
(226,246,246)
#E9F7F9
(233,247,249)
#F0F8FC
(240,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAEEDE color. Also use rgb(170,238,222) instead hex code.

Text Font Color

.myTextColor { color: #AAEEDE; }

<p style="color:#AAEEDE">This sample text font color is #AAEEDE.</p>

This text font color is #AAEEDE.

Background Color

.myBgColor { background-color: #AAEEDE; }

<div style="background-color:#AAEEDE">Inner text</div>

This div background color is #AAEEDE.

Border color

.myBorderColor { border: 1px solid #AAEEDE; }

<div style="border:3px solid #AAEEDE">Div</div>

This div border color is #AAEEDE.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #AAEEDE.

Preview

Color preview on black background

This text has color #AAEEDE on black background.


Color preview on white background

This text has color #AAEEDE on white background.


Black color preview on #AAEEDE background

This text has black color on #AAEEDE background.


White color preview on #AAEEDE background

This text has white color on #AAEEDE background.


Related colors

Complementary color

Complementary color for #hex is #551121.


I love getcolorcode.com

Triadic colors

1 #DEAAEE and #EEDEAA with #AAEEDE are triadic colors.

2 #DEEEAA and #EEAADE with #AAEEDE are triadic colors.