COLOR #AAE3EA

HEX: #AAE3EA RGB: (170,227,234)

Color info

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

RGB color model

#AAE3EA color RGB value is (170,227,234).

RGB: (170,227,234) (67%, 89%, 92%)

RGB channels and saturation

R 170 of 255 = 67%
G 227 of 255 = 89%
B 234 of 255 = 92%

170
227
234

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

Portions of RGB colors in percentages

R + G + B = 170 + 227 + 234 = 631 (100%)
R 170 of 631 ~ 26.94%
G 227 of 631 ~ 35.97%
B 234 of 631 ~ 37.08'%

%26.94
%35.97
%37.08

CMYK color model

#AAE3EA color CMYK value is (27,3,0,8).

  • cyan value is 27.35%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (27,3,0,8)
C27M3Y0K8 (27%, 3%, 0%, 8%)
(0.27 / 0.03 / 0.00 / 0.08)

CMYK percentages

%27.35
%2.99
%0
%8.24

Codes

Color #AAE3EA in popluar color models

AA E3 EA
RGB 170 227 234
HSL 187° 60.38% 79.22%
HSB/HSV 187° 27.35% 91.76%
CMYK 27.35% 2.99% 0.00%
8.24%

Color #AAE3EA in popluar number systems.

HEX AA E3 EA
Decimal 170 227 234
Binary 10101010 11100011 11101010
Octal 252 343 352

Shades and tints

Shades of #AAE3EA

#AAE3EA
(170,227,234)
#9BCFD5
(155,207,213)
#8CBBC0
(140,187,192)
#7DA7AB
(125,167,171)
#6E9396
(110,147,150)
#5F7F81
(95,127,129)
#506B6C
(80,107,108)
#415757
(65,87,87)
#324342
(50,67,66)
#232F2D
(35,47,45)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #AAE3EA

#AAE3EA
(170,227,234)
#B1E5EB
(177,229,235)
#B8E7EC
(184,231,236)
#BFE9ED
(191,233,237)
#C6EBEE
(198,235,238)
#CDEDEF
(205,237,239)
#D4EFF0
(212,239,240)
#DBF1F1
(219,241,241)
#E2F3F2
(226,243,242)
#E9F5F3
(233,245,243)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE3EA color. Also use rgb(170,227,234) instead hex code.

Text Font Color

.myTextColor { color: #AAE3EA; }

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

This text font color is #AAE3EA.

Background Color

.myBgColor { background-color: #AAE3EA; }

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

This div background color is #AAE3EA.

Border color

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

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

This div border color is #AAE3EA.

Opacity

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

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

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

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

This text has shadow with #AAE3EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE3EA.

Preview

Color preview on black background

This text has color #AAE3EA on black background.


Color preview on white background

This text has color #AAE3EA on white background.


Black color preview on #AAE3EA background

This text has black color on #AAE3EA background.


White color preview on #AAE3EA background

This text has white color on #AAE3EA background.


Related colors

Complementary color

Complementary color for #hex is #551C15.


I love getcolorcode.com

Triadic colors

1 #EAAAE3 and #E3EAAA with #AAE3EA are triadic colors.

2 #EAE3AA and #E3AAEA with #AAE3EA are triadic colors.