COLOR #AEE2ED

HEX: #AEE2ED
RGB: (174,226,237)

Color info

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

RGB color model

#AEE2ED color RGB value is (174,226,237).

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

RGB channels and saturation

R 174 of 255 = 68%
G 226 of 255 = 89%
B 237 of 255 = 93%

174
226
237

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

Portions of RGB colors in percentages

R + G + B =
174 + 226 + 237 = 637 (100%)
R 174 of 637 ~ 27.32%
G 226 of 637 ~ 35.48%
B 237 of 637 ~ 37.21%

%27.32
%35.48
%37.21

CMYK color model

#AEE2ED color CMYK value is (27,5,0,7).

  • cyan value is 26.58%
  • magenta value is 4.64%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(27,5,0,7)
C27M5Y0K7 
(27%,5%,0%,7%)
(0.27/0.05/0.00/0.07)	

CMYK percentages

%26.58
%4.64
%0
%7.06

Codes

Color #AEE2ED in popluar color models

AEE2ED
RGB174226237
HSL190°63.64%80.59%
HSB/HSV190°26.58%92.94%
CMYK26.58%4.64%0.00%
7.06%

Color #AEE2ED in popluar number systems.

HEXAEE2ED
Decimal174226237
Binary101011101110001011101101
Octal256342355

Shades and tints

Shades of #AEE2ED

#AEE2ED
(174,226,237)
#9FCED8
(159,206,216)
#90BAC3
(144,186,195)
#81A6AE
(129,166,174)
#729299
(114,146,153)
#637E84
(99,126,132)
#546A6F
(84,106,111)
#45565A
(69,86,90)
#364245
(54,66,69)
#272E30
(39,46,48)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #AEE2ED

#AEE2ED
(174,226,237)
#B5E4EE
(181,228,238)
#BCE6EF
(188,230,239)
#C3E8F0
(195,232,240)
#CAEAF1
(202,234,241)
#D1ECF2
(209,236,242)
#D8EEF3
(216,238,243)
#DFF0F4
(223,240,244)
#E6F2F5
(230,242,245)
#EDF4F6
(237,244,246)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEE2ED; }

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

This text font color is #AEE2ED.


Background Color

.myBgColor { background-color: #AEE2ED; }

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

This div background color is #AEE2ED.


Border color

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

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

This div border color is #AEE2ED.


Opacity

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

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

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

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

This text has shadow with #AEE2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE2ED on black background.


Color preview on white background

This text has color #AEE2ED on white background.



Black color preview on #AEE2ED background

This text has black color on #AEE2ED background.


White color preview on #AEE2ED background

This text has white color on #AEE2ED background.