COLOR #AEE0E7

HEX: #AEE0E7 RGB: (174,224,231)

Color info

#AEE0E7 contains red, green and blue colors in about the same proportion. Web safe color of #AEE0E7 is #99CCFF (or #9CF).

RGB color model

#AEE0E7 color RGB value is (174,224,231).

RGB: (174,224,231) (68%, 88%, 91%)

RGB channels and saturation

R 174 of 255 = 68%
G 224 of 255 = 88%
B 231 of 255 = 91%

174
224
231

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

Portions of RGB colors in percentages

R + G + B = 174 + 224 + 231 = 629 (100%)
R 174 of 629 ~ 27.66%
G 224 of 629 ~ 35.61%
B 231 of 629 ~ 36.72'%

%27.66
%35.61
%36.72

CMYK color model

#AEE0E7 color CMYK value is (25,3,0,9).

  • cyan value is 24.68%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (25,3,0,9)
C25M3Y0K9 (25%, 3%, 0%, 9%)
(0.25 / 0.03 / 0.00 / 0.09)

CMYK percentages

%24.68
%3.03
%0
%9.41

Codes

Color #AEE0E7 in popluar color models

AE E0 E7
RGB 174 224 231
HSL 187° 54.29% 79.41%
HSB/HSV 187° 24.68% 90.59%
CMYK 24.68% 3.03% 0.00%
9.41%

Color #AEE0E7 in popluar number systems.

HEX AE E0 E7
Decimal 174 224 231
Binary 10101110 11100000 11100111
Octal 256 340 347

Shades and tints

Shades of #AEE0E7

#AEE0E7
(174,224,231)
#9FCCD2
(159,204,210)
#90B8BD
(144,184,189)
#81A4A8
(129,164,168)
#729093
(114,144,147)
#637C7E
(99,124,126)
#546869
(84,104,105)
#455454
(69,84,84)
#36403F
(54,64,63)
#272C2A
(39,44,42)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #AEE0E7

#AEE0E7
(174,224,231)
#B5E2E9
(181,226,233)
#BCE4EB
(188,228,235)
#C3E6ED
(195,230,237)
#CAE8EF
(202,232,239)
#D1EAF1
(209,234,241)
#D8ECF3
(216,236,243)
#DFEEF5
(223,238,245)
#E6F0F7
(230,240,247)
#EDF2F9
(237,242,249)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE0E7 color. Also use rgb(174,224,231) instead hex code.

Text Font Color

.myTextColor { color: #AEE0E7; }

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

This text font color is #AEE0E7.

Background Color

.myBgColor { background-color: #AEE0E7; }

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

This div background color is #AEE0E7.

Border color

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

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

This div border color is #AEE0E7.

Opacity

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

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

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

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

This text has shadow with #AEE0E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEE0E7.

Preview

Color preview on black background

This text has color #AEE0E7 on black background.


Color preview on white background

This text has color #AEE0E7 on white background.


Black color preview on #AEE0E7 background

This text has black color on #AEE0E7 background.


White color preview on #AEE0E7 background

This text has white color on #AEE0E7 background.


Related colors

Complementary color

Complementary color for #hex is #511F18.


I love getcolorcode.com

Triadic colors

1 #E7AEE0 and #E0E7AE with #AEE0E7 are triadic colors.

2 #E7E0AE and #E0AEE7 with #AEE0E7 are triadic colors.