COLOR #AEE1DE

HEX: #AEE1DE
RGB: (174,225,222)

Color info

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

RGB color model

#AEE1DE color RGB value is (174,225,222).

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

RGB channels and saturation

R 174 of 255 = 68%
G 225 of 255 = 88%
B 222 of 255 = 87%

174
225
222

R + G + B ~ 81%. #AEE1DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 225 + 222 = 621 (100%)
R 174 of 621 ~ 28.02%
G 225 of 621 ~ 36.23%
B 222 of 621 ~ 35.75%

%28.02
%36.23
%35.75

CMYK color model

#AEE1DE color CMYK value is (23,0,1,12).

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 1.33%
  • key color value is 11.76%
CMYK:
(23,0,1,12)
C23M0Y1K12 
(23%,0%,1%,12%)
(0.23/0.00/0.01/0.12)	

CMYK percentages

%22.67
%0
%1.33
%11.76

Codes

Color #AEE1DE in popluar color models

AEE1DE
RGB174225222
HSL176°45.95%78.24%
HSB/HSV176°22.67%88.24%
CMYK22.67%0.00%1.33%
11.76%

Color #AEE1DE in popluar number systems.

HEXAEE1DE
Decimal174225222
Binary101011101110000111011110
Octal256341336

Shades and tints

Shades of #AEE1DE

#AEE1DE
(174,225,222)
#9FCDCA
(159,205,202)
#90B9B6
(144,185,182)
#81A5A2
(129,165,162)
#72918E
(114,145,142)
#637D7A
(99,125,122)
#546966
(84,105,102)
#455552
(69,85,82)
#36413E
(54,65,62)
#272D2A
(39,45,42)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #AEE1DE

#AEE1DE
(174,225,222)
#B5E3E1
(181,227,225)
#BCE5E4
(188,229,228)
#C3E7E7
(195,231,231)
#CAE9EA
(202,233,234)
#D1EBED
(209,235,237)
#D8EDF0
(216,237,240)
#DFEFF3
(223,239,243)
#E6F1F6
(230,241,246)
#EDF3F9
(237,243,249)
#F4F5FC
(244,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEE1DE; }

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

This text font color is #AEE1DE.


Background Color

.myBgColor { background-color: #AEE1DE; }

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

This div background color is #AEE1DE.


Border color

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

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

This div border color is #AEE1DE.


Opacity

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

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

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

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

This text has shadow with #AEE1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE1DE on black background.


Color preview on white background

This text has color #AEE1DE on white background.



Black color preview on #AEE1DE background

This text has black color on #AEE1DE background.


White color preview on #AEE1DE background

This text has white color on #AEE1DE background.