COLOR #AAD2D1

HEX: #AAD2D1 RGB: (170,210,209)

Color info

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

RGB color model

#AAD2D1 color RGB value is (170,210,209).

RGB: (170,210,209) (67%, 82%, 82%)

RGB channels and saturation

R 170 of 255 = 67%
G 210 of 255 = 82%
B 209 of 255 = 82%

170
210
209

R + G + B ~ 77%. #AAD2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 210 + 209 = 589 (100%)
R 170 of 589 ~ 28.86%
G 210 of 589 ~ 35.65%
B 209 of 589 ~ 35.48'%

%28.86
%35.65
%35.48

CMYK color model

#AAD2D1 color CMYK value is (19,0,0,18).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 0.48%
  • key color value is 17.65%

CMYK: (19,0,0,18)
C19M0Y0K18 (19%, 0%, 0%, 18%)
(0.19 / 0.00 / 0.00 / 0.18)

CMYK percentages

%19.05
%0
%0.48
%17.65

Codes

Color #AAD2D1 in popluar color models

AA D2 D1
RGB 170 210 209
HSL 179° 30.77% 74.51%
HSB/HSV 179° 19.05% 82.35%
CMYK 19.05% 0.00% 0.48%
17.65%

Color #AAD2D1 in popluar number systems.

HEX AA D2 D1
Decimal 170 210 209
Binary 10101010 11010010 11010001
Octal 252 322 321

Shades and tints

Shades of #AAD2D1

#AAD2D1
(170,210,209)
#9BBFBE
(155,191,190)
#8CACAB
(140,172,171)
#7D9998
(125,153,152)
#6E8685
(110,134,133)
#5F7372
(95,115,114)
#50605F
(80,96,95)
#414D4C
(65,77,76)
#323A39
(50,58,57)
#232726
(35,39,38)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #AAD2D1

#AAD2D1
(170,210,209)
#B1D6D5
(177,214,213)
#B8DAD9
(184,218,217)
#BFDEDD
(191,222,221)
#C6E2E1
(198,226,225)
#CDE6E5
(205,230,229)
#D4EAE9
(212,234,233)
#DBEEED
(219,238,237)
#E2F2F1
(226,242,241)
#E9F6F5
(233,246,245)
#F0FAF9
(240,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD2D1; }

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

This text font color is #AAD2D1.

Background Color

.myBgColor { background-color: #AAD2D1; }

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

This div background color is #AAD2D1.

Border color

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

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

This div border color is #AAD2D1.

Opacity

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

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

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

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

This text has shadow with #AAD2D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD2D1.

Preview

Color preview on black background

This text has color #AAD2D1 on black background.


Color preview on white background

This text has color #AAD2D1 on white background.


Black color preview on #AAD2D1 background

This text has black color on #AAD2D1 background.


White color preview on #AAD2D1 background

This text has white color on #AAD2D1 background.


Related colors

Complementary color

Complementary color for #hex is #552D2E.


I love getcolorcode.com

Triadic colors

1 #D1AAD2 and #D2D1AA with #AAD2D1 are triadic colors.

2 #D1D2AA and #D2AAD1 with #AAD2D1 are triadic colors.