COLOR #AAD9D3

HEX: #AAD9D3 RGB: (170,217,211)

Color info

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

RGB color model

#AAD9D3 color RGB value is (170,217,211).

RGB: (170,217,211) (67%, 85%, 83%)

RGB channels and saturation

R 170 of 255 = 67%
G 217 of 255 = 85%
B 211 of 255 = 83%

170
217
211

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

Portions of RGB colors in percentages

R + G + B = 170 + 217 + 211 = 598 (100%)
R 170 of 598 ~ 28.43%
G 217 of 598 ~ 36.29%
B 211 of 598 ~ 35.28'%

%28.43
%36.29
%35.28

CMYK color model

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

  • cyan value is 21.66%
  • magenta value is 0.00%
  • yellow value is 2.76%
  • 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
%2.76
%14.9

Codes

Color #AAD9D3 in popluar color models

AA D9 D3
RGB 170 217 211
HSL 172° 38.21% 75.88%
HSB/HSV 172° 21.66% 85.10%
CMYK 21.66% 0.00% 2.76%
14.90%

Color #AAD9D3 in popluar number systems.

HEX AA D9 D3
Decimal 170 217 211
Binary 10101010 11011001 11010011
Octal 252 331 323

Shades and tints

Shades of #AAD9D3

#AAD9D3
(170,217,211)
#9BC6C0
(155,198,192)
#8CB3AD
(140,179,173)
#7DA09A
(125,160,154)
#6E8D87
(110,141,135)
#5F7A74
(95,122,116)
#506761
(80,103,97)
#41544E
(65,84,78)
#32413B
(50,65,59)
#232E28
(35,46,40)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #AAD9D3

#AAD9D3
(170,217,211)
#B1DCD7
(177,220,215)
#B8DFDB
(184,223,219)
#BFE2DF
(191,226,223)
#C6E5E3
(198,229,227)
#CDE8E7
(205,232,231)
#D4EBEB
(212,235,235)
#DBEEEF
(219,238,239)
#E2F1F3
(226,241,243)
#E9F4F7
(233,244,247)
#F0F7FB
(240,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD9D3; }

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

This text font color is #AAD9D3.

Background Color

.myBgColor { background-color: #AAD9D3; }

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

This div background color is #AAD9D3.

Border color

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

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

This div border color is #AAD9D3.

Opacity

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

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

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

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

This text has shadow with #AAD9D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD9D3.

Preview

Color preview on black background

This text has color #AAD9D3 on black background.


Color preview on white background

This text has color #AAD9D3 on white background.


Black color preview on #AAD9D3 background

This text has black color on #AAD9D3 background.


White color preview on #AAD9D3 background

This text has white color on #AAD9D3 background.


Related colors

Complementary color

Complementary color for #hex is #55262C.


I love getcolorcode.com

Triadic colors

1 #D3AAD9 and #D9D3AA with #AAD9D3 are triadic colors.

2 #D3D9AA and #D9AAD3 with #AAD9D3 are triadic colors.