COLOR #AAD9DA

HEX: #AAD9DA RGB: (170,217,218)

Color info

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

RGB color model

#AAD9DA color RGB value is (170,217,218).

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

RGB channels and saturation

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

170
217
218

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

Portions of RGB colors in percentages

R + G + B = 170 + 217 + 218 = 605 (100%)
R 170 of 605 ~ 28.1%
G 217 of 605 ~ 35.87%
B 218 of 605 ~ 36.03'%

%28.1
%35.87
%36.03

CMYK color model

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

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

CMYK: (22,0,0,15)
C22M0Y0K15 (22%, 0%, 0%, 15%)
(0.22 / 0.00 / 0.00 / 0.15)

CMYK percentages

%22.02
%0.46
%0
%14.51

Codes

Color #AAD9DA in popluar color models

AA D9 DA
RGB 170 217 218
HSL 181° 39.34% 76.08%
HSB/HSV 181° 22.02% 85.49%
CMYK 22.02% 0.46% 0.00%
14.51%

Color #AAD9DA in popluar number systems.

HEX AA D9 DA
Decimal 170 217 218
Binary 10101010 11011001 11011010
Octal 252 331 332

Shades and tints

Shades of #AAD9DA

#AAD9DA
(170,217,218)
#9BC6C7
(155,198,199)
#8CB3B4
(140,179,180)
#7DA0A1
(125,160,161)
#6E8D8E
(110,141,142)
#5F7A7B
(95,122,123)
#506768
(80,103,104)
#415455
(65,84,85)
#324142
(50,65,66)
#232E2F
(35,46,47)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #AAD9DA

#AAD9DA
(170,217,218)
#B1DCDD
(177,220,221)
#B8DFE0
(184,223,224)
#BFE2E3
(191,226,227)
#C6E5E6
(198,229,230)
#CDE8E9
(205,232,233)
#D4EBEC
(212,235,236)
#DBEEEF
(219,238,239)
#E2F1F2
(226,241,242)
#E9F4F5
(233,244,245)
#F0F7F8
(240,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD9DA; }

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

This text font color is #AAD9DA.

Background Color

.myBgColor { background-color: #AAD9DA; }

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

This div background color is #AAD9DA.

Border color

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

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

This div border color is #AAD9DA.

Opacity

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

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

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

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

This text has shadow with #AAD9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD9DA.

Preview

Color preview on black background

This text has color #AAD9DA on black background.


Color preview on white background

This text has color #AAD9DA on white background.


Black color preview on #AAD9DA background

This text has black color on #AAD9DA background.


White color preview on #AAD9DA background

This text has white color on #AAD9DA background.


Related colors

Complementary color

Complementary color for #hex is #552625.


I love getcolorcode.com

Triadic colors

1 #DAAAD9 and #D9DAAA with #AAD9DA are triadic colors.

2 #DAD9AA and #D9AADA with #AAD9DA are triadic colors.