COLOR #AEE0DA

HEX: #AEE0DA
RGB: (174,224,218)

Color info

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

RGB color model

#AEE0DA color RGB value is (174,224,218).

  • red value is 174;
  • green value is 224;
  • blue value is 218.
RGB:
(174,224,218)
(68%,88%,85%)

RGB channels and saturation

R 174 of 255 = 68%
G 224 of 255 = 88%
B 218 of 255 = 85%

174
224
218

R + G + B ~ 80%. #AEE0DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 224 + 218 = 616 (100%)
R 174 of 616 ~ 28.25%
G 224 of 616 ~ 36.36%
B 218 of 616 ~ 35.39%

%28.25
%36.36
%35.39

CMYK color model

#AEE0DA color CMYK value is (22,0,3,12).

  • cyan value is 22.32%
  • magenta value is 0.00%
  • yellow value is 2.68%
  • key color value is 12.16%
CMYK:
(22,0,3,12)
C22M0Y3K12 
(22%,0%,3%,12%)
(0.22/0.00/0.03/0.12)	

CMYK percentages

%22.32
%0
%2.68
%12.16

Codes

Color #AEE0DA in popluar color models

AEE0DA
RGB174224218
HSL173°44.64%78.04%
HSB/HSV173°22.32%87.84%
CMYK22.32%0.00%2.68%
12.16%

Color #AEE0DA in popluar number systems.

HEXAEE0DA
Decimal174224218
Binary101011101110000011011010
Octal256340332

Shades and tints

Shades of #AEE0DA

#AEE0DA
(174,224,218)
#9FCCC7
(159,204,199)
#90B8B4
(144,184,180)
#81A4A1
(129,164,161)
#72908E
(114,144,142)
#637C7B
(99,124,123)
#546868
(84,104,104)
#455455
(69,84,85)
#364042
(54,64,66)
#272C2F
(39,44,47)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #AEE0DA

#AEE0DA
(174,224,218)
#B5E2DD
(181,226,221)
#BCE4E0
(188,228,224)
#C3E6E3
(195,230,227)
#CAE8E6
(202,232,230)
#D1EAE9
(209,234,233)
#D8ECEC
(216,236,236)
#DFEEEF
(223,238,239)
#E6F0F2
(230,240,242)
#EDF2F5
(237,242,245)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE0DA color. Also use rgb(174,224,218) instead hex code.

Text Font Color

.myTextColor { color: #AEE0DA; }

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

This text font color is #AEE0DA.


Background Color

.myBgColor { background-color: #AEE0DA; }

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

This div background color is #AEE0DA.


Border color

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

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

This div border color is #AEE0DA.


Opacity

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

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

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

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

This text has shadow with #AEE0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE0DA on black background.


Color preview on white background

This text has color #AEE0DA on white background.



Black color preview on #AEE0DA background

This text has black color on #AEE0DA background.


White color preview on #AEE0DA background

This text has white color on #AEE0DA background.