COLOR #AAEEE2

HEX: #AAEEE2 RGB: (170,238,226)

Color info

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

RGB color model

#AAEEE2 color RGB value is (170,238,226).

RGB: (170,238,226) (67%, 93%, 89%)

RGB channels and saturation

R 170 of 255 = 67%
G 238 of 255 = 93%
B 226 of 255 = 89%

170
238
226

R + G + B ~ 83%. #AAEEE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 238 + 226 = 634 (100%)
R 170 of 634 ~ 26.81%
G 238 of 634 ~ 37.54%
B 226 of 634 ~ 35.65'%

%26.81
%37.54
%35.65

CMYK color model

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

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 5.04%
  • key color value is 6.67%
CMYK: (29,0,5,7) C29M0Y5K7 (29%,0%,5%,7%) (0.29/0.00/0.05/0.07) 

CMYK percentages

%28.57
%0
%5.04
%6.67

Codes

Color #AAEEE2 in popluar color models

AA EE E2
RGB 170 238 226
HSL 169° 66.67% 80.00%
HSB/HSV 169° 28.57% 93.33%
CMYK 28.57% 0.00% 5.04%
6.67%

Color #AAEEE2 in popluar number systems.

HEX AA EE E2
Decimal 170 238 226
Binary 10101010 11101110 11100010
Octal 252 356 342

Shades and tints

Shades of #AAEEE2

#AAEEE2
(170,238,226)
#9BD9CE
(155,217,206)
#8CC4BA
(140,196,186)
#7DAFA6
(125,175,166)
#6E9A92
(110,154,146)
#5F857E
(95,133,126)
#50706A
(80,112,106)
#415B56
(65,91,86)
#324642
(50,70,66)
#23312E
(35,49,46)
#141C1A
(20,28,26)
#000000
(0,0,0)

Tints of #AAEEE2

#AAEEE2
(170,238,226)
#B1EFE4
(177,239,228)
#B8F0E6
(184,240,230)
#BFF1E8
(191,241,232)
#C6F2EA
(198,242,234)
#CDF3EC
(205,243,236)
#D4F4EE
(212,244,238)
#DBF5F0
(219,245,240)
#E2F6F2
(226,246,242)
#E9F7F4
(233,247,244)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAEEE2; }

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

This text font color is #AAEEE2.

Background Color

.myBgColor { background-color: #AAEEE2; }

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

This div background color is #AAEEE2.

Border color

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

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

This div border color is #AAEEE2.

Opacity

.myOpacity80 { color: #AAEEE2; opacity: 0.8; }

<p style="color:#AAEEE2;opacity:0.8;">80%</p>

Text with #AAEEE2 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 #AAEEE2;}

<p style="text-shadow: 3px 3px 1px #AAEEE2">Text here.</p>

This text has shadow with #AAEEE2 color.


.textShadow {text-shadow: 3px 3px 1px #AAEEE2', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AAEEE2, 5px 5px 20px red">Text here.</p>

This text has shadow with #AAEEE2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AAEEE2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AAEEE2, Direction=45, Strength=4)">Text</p>

This text has shadow with #AAEEE2 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AAEEE2;
-webkit-box-shadow: 1px 1px 3px 2px #AAEEE2;
box-shadow: 1px 1px 3px 2px #AAEEE2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AAEEE2; -webkit-box-shadow: 1px 1px 3px 2px #AAEEE2; box-shadow:1px 1px 3px 2px #AAEEE2;">
Div content here
</div>

This div box has shadow with color #AAEEE2.

Preview

Color preview on black background

This text has color #AAEEE2 on black background.


Color preview on white background

This text has color #AAEEE2 on white background.


Black color preview on #AAEEE2 background

This text has black color on #AAEEE2 background.


White color preview on #AAEEE2 background

This text has white color on #AAEEE2 background.


Related colors

Complementary color

Complementary color for #hex is #55111D.


I love getcolorcode.com

Triadic colors

1 #E2AAEE and #EEE2AA with #AAEEE2 are triadic colors.

2 #E2EEAA and #EEAAE2 with #AAEEE2 are triadic colors.