COLOR #AEE9DE

HEX: #AEE9DE
RGB: (174,233,222)

Color info

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

RGB color model

#AEE9DE color RGB value is (174,233,222).

  • red value is 174;
  • green value is 233;
  • blue value is 222.
RGB:
(174,233,222)
(68%,91%,87%)

RGB channels and saturation

R 174 of 255 = 68%
G 233 of 255 = 91%
B 222 of 255 = 87%

174
233
222

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

Portions of RGB colors in percentages

R + G + B =
174 + 233 + 222 = 629 (100%)
R 174 of 629 ~ 27.66%
G 233 of 629 ~ 37.04%
B 222 of 629 ~ 35.29%

%27.66
%37.04
%35.29

CMYK color model

#AEE9DE color CMYK value is (25,0,5,9).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • key color value is 8.63%
CMYK:
(25,0,5,9)
C25M0Y5K9 
(25%,0%,5%,9%)
(0.25/0.00/0.05/0.09)	

CMYK percentages

%25.32
%0
%4.72
%8.63

Codes

Color #AEE9DE in popluar color models

AEE9DE
RGB174233222
HSL169°57.28%79.80%
HSB/HSV169°25.32%91.37%
CMYK25.32%0.00%4.72%
8.63%

Color #AEE9DE in popluar number systems.

HEXAEE9DE
Decimal174233222
Binary101011101110100111011110
Octal256351336

Shades and tints

Shades of #AEE9DE

#AEE9DE
(174,233,222)
#9FD4CA
(159,212,202)
#90BFB6
(144,191,182)
#81AAA2
(129,170,162)
#72958E
(114,149,142)
#63807A
(99,128,122)
#546B66
(84,107,102)
#455652
(69,86,82)
#36413E
(54,65,62)
#272C2A
(39,44,42)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #AEE9DE

#AEE9DE
(174,233,222)
#B5EBE1
(181,235,225)
#BCEDE4
(188,237,228)
#C3EFE7
(195,239,231)
#CAF1EA
(202,241,234)
#D1F3ED
(209,243,237)
#D8F5F0
(216,245,240)
#DFF7F3
(223,247,243)
#E6F9F6
(230,249,246)
#EDFBF9
(237,251,249)
#F4FDFC
(244,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE9DE color. Also use rgb(174,233,222) instead hex code.

Text Font Color

.myTextColor { color: #AEE9DE; }

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

This text font color is #AEE9DE.


Background Color

.myBgColor { background-color: #AEE9DE; }

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

This div background color is #AEE9DE.


Border color

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

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

This div border color is #AEE9DE.


Opacity

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

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

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

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

This text has shadow with #AEE9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE9DE on black background.


Color preview on white background

This text has color #AEE9DE on white background.



Black color preview on #AEE9DE background

This text has black color on #AEE9DE background.


White color preview on #AEE9DE background

This text has white color on #AEE9DE background.