COLOR #AAD8DA

HEX: #AAD8DA RGB: (170,216,218)

Color info

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

RGB color model

#AAD8DA color RGB value is (170,216,218).

RGB: (170,216,218) (67%, 85%, 85%)

RGB channels and saturation

R 170 of 255 = 67%
G 216 of 255 = 85%
B 218 of 255 = 85%

170
216
218

R + G + B ~ 79%. #AAD8DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 216 + 218 = 604 (100%)
R 170 of 604 ~ 28.15%
G 216 of 604 ~ 35.76%
B 218 of 604 ~ 36.09'%

%28.15
%35.76
%36.09

CMYK color model

#AAD8DA color CMYK value is (22,1,0,15).

  • cyan value is 22.02%
  • magenta value is 0.92%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (22,1,0,15)
C22M1Y0K15 (22%, 1%, 0%, 15%)
(0.22 / 0.01 / 0.00 / 0.15)

CMYK percentages

%22.02
%0.92
%0
%14.51

Codes

Color #AAD8DA in popluar color models

AA D8 DA
RGB 170 216 218
HSL 183° 39.34% 76.08%
HSB/HSV 183° 22.02% 85.49%
CMYK 22.02% 0.92% 0.00%
14.51%

Color #AAD8DA in popluar number systems.

HEX AA D8 DA
Decimal 170 216 218
Binary 10101010 11011000 11011010
Octal 252 330 332

Shades and tints

Shades of #AAD8DA

#AAD8DA
(170,216,218)
#9BC5C7
(155,197,199)
#8CB2B4
(140,178,180)
#7D9FA1
(125,159,161)
#6E8C8E
(110,140,142)
#5F797B
(95,121,123)
#506668
(80,102,104)
#415355
(65,83,85)
#324042
(50,64,66)
#232D2F
(35,45,47)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #AAD8DA

#AAD8DA
(170,216,218)
#B1DBDD
(177,219,221)
#B8DEE0
(184,222,224)
#BFE1E3
(191,225,227)
#C6E4E6
(198,228,230)
#CDE7E9
(205,231,233)
#D4EAEC
(212,234,236)
#DBEDEF
(219,237,239)
#E2F0F2
(226,240,242)
#E9F3F5
(233,243,245)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD8DA; }

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

This text font color is #AAD8DA.

Background Color

.myBgColor { background-color: #AAD8DA; }

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

This div background color is #AAD8DA.

Border color

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

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

This div border color is #AAD8DA.

Opacity

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

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

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

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

This text has shadow with #AAD8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD8DA.

Preview

Color preview on black background

This text has color #AAD8DA on black background.


Color preview on white background

This text has color #AAD8DA on white background.


Black color preview on #AAD8DA background

This text has black color on #AAD8DA background.


White color preview on #AAD8DA background

This text has white color on #AAD8DA background.


Related colors

Complementary color

Complementary color for #hex is #552725.


I love getcolorcode.com

Triadic colors

1 #DAAAD8 and #D8DAAA with #AAD8DA are triadic colors.

2 #DAD8AA and #D8AADA with #AAD8DA are triadic colors.