COLOR #AAE8DA

HEX: #AAE8DA RGB: (170,232,218)

Color info

#AAE8DA contains mainly green and blue colors. Web safe color of #AAE8DA is #99FFCC (or #9FC).

RGB color model

#AAE8DA color RGB value is (170,232,218).

RGB: (170,232,218) (67%, 91%, 85%)

RGB channels and saturation

R 170 of 255 = 67%
G 232 of 255 = 91%
B 218 of 255 = 85%

170
232
218

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

Portions of RGB colors in percentages

R + G + B = 170 + 232 + 218 = 620 (100%)
R 170 of 620 ~ 27.42%
G 232 of 620 ~ 37.42%
B 218 of 620 ~ 35.16'%

%27.42
%37.42
%35.16

CMYK color model

#AAE8DA color CMYK value is (27,0,6,9).

  • cyan value is 26.72%
  • magenta value is 0.00%
  • yellow value is 6.03%
  • key color value is 9.02%

CMYK: (27,0,6,9)
C27M0Y6K9 (27%, 0%, 6%, 9%)
(0.27 / 0.00 / 0.06 / 0.09)

CMYK percentages

%26.72
%0
%6.03
%9.02

Codes

Color #AAE8DA in popluar color models

AA E8 DA
RGB 170 232 218
HSL 166° 57.41% 78.82%
HSB/HSV 166° 26.72% 90.98%
CMYK 26.72% 0.00% 6.03%
9.02%

Color #AAE8DA in popluar number systems.

HEX AA E8 DA
Decimal 170 232 218
Binary 10101010 11101000 11011010
Octal 252 350 332

Shades and tints

Shades of #AAE8DA

#AAE8DA
(170,232,218)
#9BD3C7
(155,211,199)
#8CBEB4
(140,190,180)
#7DA9A1
(125,169,161)
#6E948E
(110,148,142)
#5F7F7B
(95,127,123)
#506A68
(80,106,104)
#415555
(65,85,85)
#324042
(50,64,66)
#232B2F
(35,43,47)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #AAE8DA

#AAE8DA
(170,232,218)
#B1EADD
(177,234,221)
#B8ECE0
(184,236,224)
#BFEEE3
(191,238,227)
#C6F0E6
(198,240,230)
#CDF2E9
(205,242,233)
#D4F4EC
(212,244,236)
#DBF6EF
(219,246,239)
#E2F8F2
(226,248,242)
#E9FAF5
(233,250,245)
#F0FCF8
(240,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE8DA color. Also use rgb(170,232,218) instead hex code.

Text Font Color

.myTextColor { color: #AAE8DA; }

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

This text font color is #AAE8DA.

Background Color

.myBgColor { background-color: #AAE8DA; }

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

This div background color is #AAE8DA.

Border color

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

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

This div border color is #AAE8DA.

Opacity

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

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

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

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

This text has shadow with #AAE8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE8DA.

Preview

Color preview on black background

This text has color #AAE8DA on black background.


Color preview on white background

This text has color #AAE8DA on white background.


Black color preview on #AAE8DA background

This text has black color on #AAE8DA background.


White color preview on #AAE8DA background

This text has white color on #AAE8DA background.


Related colors

Complementary color

Complementary color for #hex is #551725.


I love getcolorcode.com

Triadic colors

1 #DAAAE8 and #E8DAAA with #AAE8DA are triadic colors.

2 #DAE8AA and #E8AADA with #AAE8DA are triadic colors.