COLOR #AAD9D2

HEX: #AAD9D2 RGB: (170,217,210)

Color info

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

RGB color model

#AAD9D2 color RGB value is (170,217,210).

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

RGB channels and saturation

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

170
217
210

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

Portions of RGB colors in percentages

R + G + B = 170 + 217 + 210 = 597 (100%)
R 170 of 597 ~ 28.48%
G 217 of 597 ~ 36.35%
B 210 of 597 ~ 35.18'%

%28.48
%36.35
%35.18

CMYK color model

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

  • cyan value is 21.66%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 14.90%
CMYK: (22,0,3,15) C22M0Y3K15 (22%,0%,3%,15%) (0.22/0.00/0.03/0.15) 

CMYK percentages

%21.66
%0
%3.23
%14.9

Codes

Color #AAD9D2 in popluar color models

AA D9 D2
RGB 170 217 210
HSL 171° 38.21% 75.88%
HSB/HSV 171° 21.66% 85.10%
CMYK 21.66% 0.00% 3.23%
14.90%

Color #AAD9D2 in popluar number systems.

HEX AA D9 D2
Decimal 170 217 210
Binary 10101010 11011001 11010010
Octal 252 331 322

Shades and tints

Shades of #AAD9D2

#AAD9D2
(170,217,210)
#9BC6BF
(155,198,191)
#8CB3AC
(140,179,172)
#7DA099
(125,160,153)
#6E8D86
(110,141,134)
#5F7A73
(95,122,115)
#506760
(80,103,96)
#41544D
(65,84,77)
#32413A
(50,65,58)
#232E27
(35,46,39)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #AAD9D2

#AAD9D2
(170,217,210)
#B1DCD6
(177,220,214)
#B8DFDA
(184,223,218)
#BFE2DE
(191,226,222)
#C6E5E2
(198,229,226)
#CDE8E6
(205,232,230)
#D4EBEA
(212,235,234)
#DBEEEE
(219,238,238)
#E2F1F2
(226,241,242)
#E9F4F6
(233,244,246)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD9D2; }

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

This text font color is #AAD9D2.

Background Color

.myBgColor { background-color: #AAD9D2; }

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

This div background color is #AAD9D2.

Border color

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

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

This div border color is #AAD9D2.

Opacity

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

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

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

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

This text has shadow with #AAD9D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD9D2.

Preview

Color preview on black background

This text has color #AAD9D2 on black background.


Color preview on white background

This text has color #AAD9D2 on white background.


Black color preview on #AAD9D2 background

This text has black color on #AAD9D2 background.


White color preview on #AAD9D2 background

This text has white color on #AAD9D2 background.


Related colors

Complementary color

Complementary color for #hex is #55262D.


I love getcolorcode.com

Triadic colors

1 #D2AAD9 and #D9D2AA with #AAD9D2 are triadic colors.

2 #D2D9AA and #D9AAD2 with #AAD9D2 are triadic colors.