COLOR #AEE3E7

HEX: #AEE3E7 RGB: (174,227,231)

Color info

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

RGB color model

#AEE3E7 color RGB value is (174,227,231).

RGB: (174,227,231) (68%, 89%, 91%)

RGB channels and saturation

R 174 of 255 = 68%
G 227 of 255 = 89%
B 231 of 255 = 91%

174
227
231

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

Portions of RGB colors in percentages

R + G + B = 174 + 227 + 231 = 632 (100%)
R 174 of 632 ~ 27.53%
G 227 of 632 ~ 35.92%
B 231 of 632 ~ 36.55'%

%27.53
%35.92
%36.55

CMYK color model

#AEE3E7 color CMYK value is (25,2,0,9).

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

CMYK: (25,2,0,9)
C25M2Y0K9 (25%, 2%, 0%, 9%)
(0.25 / 0.02 / 0.00 / 0.09)

CMYK percentages

%24.68
%1.73
%0
%9.41

Codes

Color #AEE3E7 in popluar color models

AE E3 E7
RGB 174 227 231
HSL 184° 54.29% 79.41%
HSB/HSV 184° 24.68% 90.59%
CMYK 24.68% 1.73% 0.00%
9.41%

Color #AEE3E7 in popluar number systems.

HEX AE E3 E7
Decimal 174 227 231
Binary 10101110 11100011 11100111
Octal 256 343 347

Shades and tints

Shades of #AEE3E7

#AEE3E7
(174,227,231)
#9FCFD2
(159,207,210)
#90BBBD
(144,187,189)
#81A7A8
(129,167,168)
#729393
(114,147,147)
#637F7E
(99,127,126)
#546B69
(84,107,105)
#455754
(69,87,84)
#36433F
(54,67,63)
#272F2A
(39,47,42)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #AEE3E7

#AEE3E7
(174,227,231)
#B5E5E9
(181,229,233)
#BCE7EB
(188,231,235)
#C3E9ED
(195,233,237)
#CAEBEF
(202,235,239)
#D1EDF1
(209,237,241)
#D8EFF3
(216,239,243)
#DFF1F5
(223,241,245)
#E6F3F7
(230,243,247)
#EDF5F9
(237,245,249)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEE3E7; }

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

This text font color is #AEE3E7.

Background Color

.myBgColor { background-color: #AEE3E7; }

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

This div background color is #AEE3E7.

Border color

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

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

This div border color is #AEE3E7.

Opacity

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

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

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

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

This text has shadow with #AEE3E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEE3E7.

Preview

Color preview on black background

This text has color #AEE3E7 on black background.


Color preview on white background

This text has color #AEE3E7 on white background.


Black color preview on #AEE3E7 background

This text has black color on #AEE3E7 background.


White color preview on #AEE3E7 background

This text has white color on #AEE3E7 background.


Related colors

Complementary color

Complementary color for #hex is #511C18.


I love getcolorcode.com

Triadic colors

1 #E7AEE3 and #E3E7AE with #AEE3E7 are triadic colors.

2 #E7E3AE and #E3AEE7 with #AEE3E7 are triadic colors.