COLOR #AAD2DA

HEX: #AAD2DA RGB: (170,210,218)

Color info

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

RGB color model

#AAD2DA color RGB value is (170,210,218).

RGB: (170,210,218) (67%, 82%, 85%)

RGB channels and saturation

R 170 of 255 = 67%
G 210 of 255 = 82%
B 218 of 255 = 85%

170
210
218

R + G + B ~ 78%. #AAD2DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 210 + 218 = 598 (100%)
R 170 of 598 ~ 28.43%
G 210 of 598 ~ 35.12%
B 218 of 598 ~ 36.45'%

%28.43
%35.12
%36.45

CMYK color model

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

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

CMYK: (22,4,0,15)
C22M4Y0K15 (22%, 4%, 0%, 15%)
(0.22 / 0.04 / 0.00 / 0.15)

CMYK percentages

%22.02
%3.67
%0
%14.51

Codes

Color #AAD2DA in popluar color models

AA D2 DA
RGB 170 210 218
HSL 190° 39.34% 76.08%
HSB/HSV 190° 22.02% 85.49%
CMYK 22.02% 3.67% 0.00%
14.51%

Color #AAD2DA in popluar number systems.

HEX AA D2 DA
Decimal 170 210 218
Binary 10101010 11010010 11011010
Octal 252 322 332

Shades and tints

Shades of #AAD2DA

#AAD2DA
(170,210,218)
#9BBFC7
(155,191,199)
#8CACB4
(140,172,180)
#7D99A1
(125,153,161)
#6E868E
(110,134,142)
#5F737B
(95,115,123)
#506068
(80,96,104)
#414D55
(65,77,85)
#323A42
(50,58,66)
#23272F
(35,39,47)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #AAD2DA

#AAD2DA
(170,210,218)
#B1D6DD
(177,214,221)
#B8DAE0
(184,218,224)
#BFDEE3
(191,222,227)
#C6E2E6
(198,226,230)
#CDE6E9
(205,230,233)
#D4EAEC
(212,234,236)
#DBEEEF
(219,238,239)
#E2F2F2
(226,242,242)
#E9F6F5
(233,246,245)
#F0FAF8
(240,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD2DA; }

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

This text font color is #AAD2DA.

Background Color

.myBgColor { background-color: #AAD2DA; }

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

This div background color is #AAD2DA.

Border color

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

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

This div border color is #AAD2DA.

Opacity

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

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

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

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

This text has shadow with #AAD2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD2DA.

Preview

Color preview on black background

This text has color #AAD2DA on black background.


Color preview on white background

This text has color #AAD2DA on white background.


Black color preview on #AAD2DA background

This text has black color on #AAD2DA background.


White color preview on #AAD2DA background

This text has white color on #AAD2DA background.


Related colors

Complementary color

Complementary color for #hex is #552D25.


I love getcolorcode.com

Triadic colors

1 #DAAAD2 and #D2DAAA with #AAD2DA are triadic colors.

2 #DAD2AA and #D2AADA with #AAD2DA are triadic colors.