COLOR #AAE2EE

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

Color info

#AAE2EE contains mainly green and blue colors. Web safe color of #AAE2EE is #99CCFF (or #9CF).

RGB color model

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

  • red value is 170;
  • green value is 226;
  • blue value is 238.
RGB:
(170,226,238)
(67%,89%,93%)

RGB channels and saturation

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

170
226
238

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

Portions of RGB colors in percentages

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

%26.81
%35.65
%37.54

CMYK color model

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

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

CMYK percentages

%28.57
%5.04
%0
%6.67

Codes

Color #AAE2EE in popluar color models

AAE2EE
RGB170226238
HSL191°66.67%80.00%
HSB/HSV191°28.57%93.33%
CMYK28.57%5.04%0.00%
6.67%

Color #AAE2EE in popluar number systems.

HEXAAE2EE
Decimal170226238
Binary101010101110001011101110
Octal252342356

Shades and tints

Shades of #AAE2EE

#AAE2EE
(170,226,238)
#9BCED9
(155,206,217)
#8CBAC4
(140,186,196)
#7DA6AF
(125,166,175)
#6E929A
(110,146,154)
#5F7E85
(95,126,133)
#506A70
(80,106,112)
#41565B
(65,86,91)
#324246
(50,66,70)
#232E31
(35,46,49)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #AAE2EE

#AAE2EE
(170,226,238)
#B1E4EF
(177,228,239)
#B8E6F0
(184,230,240)
#BFE8F1
(191,232,241)
#C6EAF2
(198,234,242)
#CDECF3
(205,236,243)
#D4EEF4
(212,238,244)
#DBF0F5
(219,240,245)
#E2F2F6
(226,242,246)
#E9F4F7
(233,244,247)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE2EE; }

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

This text font color is #AAE2EE.


Background Color

.myBgColor { background-color: #AAE2EE; }

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

This div background color is #AAE2EE.


Border color

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

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

This div border color is #AAE2EE.


Opacity

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

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

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

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

This text has shadow with #AAE2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE2EE on black background.


Color preview on white background

This text has color #AAE2EE on white background.



Black color preview on #AAE2EE background

This text has black color on #AAE2EE background.


White color preview on #AAE2EE background

This text has white color on #AAE2EE background.