COLOR #AEE5ED

HEX: #AEE5ED
RGB: (174,229,237)

Color info

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

RGB color model

#AEE5ED color RGB value is (174,229,237).

  • red value is 174;
  • green value is 229;
  • blue value is 237.
RGB:
(174,229,237)
(68%,90%,93%)

RGB channels and saturation

R 174 of 255 = 68%
G 229 of 255 = 90%
B 237 of 255 = 93%

174
229
237

R + G + B ~ 84%. #AEE5ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 229 + 237 = 640 (100%)
R 174 of 640 ~ 27.19%
G 229 of 640 ~ 35.78%
B 237 of 640 ~ 37.03%

%27.19
%35.78
%37.03

CMYK color model

#AEE5ED color CMYK value is (27,3,0,7).

  • cyan value is 26.58%
  • magenta value is 3.38%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(27,3,0,7)
C27M3Y0K7 
(27%,3%,0%,7%)
(0.27/0.03/0.00/0.07)	

CMYK percentages

%26.58
%3.38
%0
%7.06

Codes

Color #AEE5ED in popluar color models

AEE5ED
RGB174229237
HSL188°63.64%80.59%
HSB/HSV188°26.58%92.94%
CMYK26.58%3.38%0.00%
7.06%

Color #AEE5ED in popluar number systems.

HEXAEE5ED
Decimal174229237
Binary101011101110010111101101
Octal256345355

Shades and tints

Shades of #AEE5ED

#AEE5ED
(174,229,237)
#9FD1D8
(159,209,216)
#90BDC3
(144,189,195)
#81A9AE
(129,169,174)
#729599
(114,149,153)
#638184
(99,129,132)
#546D6F
(84,109,111)
#45595A
(69,89,90)
#364545
(54,69,69)
#273130
(39,49,48)
#181D1B
(24,29,27)
#000000
(0,0,0)

Tints of #AEE5ED

#AEE5ED
(174,229,237)
#B5E7EE
(181,231,238)
#BCE9EF
(188,233,239)
#C3EBF0
(195,235,240)
#CAEDF1
(202,237,241)
#D1EFF2
(209,239,242)
#D8F1F3
(216,241,243)
#DFF3F4
(223,243,244)
#E6F5F5
(230,245,245)
#EDF7F6
(237,247,246)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE5ED color. Also use rgb(174,229,237) instead hex code.

Text Font Color

.myTextColor { color: #AEE5ED; }

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

This text font color is #AEE5ED.


Background Color

.myBgColor { background-color: #AEE5ED; }

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

This div background color is #AEE5ED.


Border color

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

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

This div border color is #AEE5ED.


Opacity

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

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

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

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

This text has shadow with #AEE5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE5ED on black background.


Color preview on white background

This text has color #AEE5ED on white background.



Black color preview on #AEE5ED background

This text has black color on #AEE5ED background.


White color preview on #AEE5ED background

This text has white color on #AEE5ED background.