COLOR #AA9DB0

HEX: #AA9DB0 RGB: (170,157,176)

Color info

#AA9DB0 contains red, green and blue colors in about the same proportion. Web safe color of #AA9DB0 is #999999 (or #999).

RGB color model

#AA9DB0 color RGB value is (170,157,176).

RGB: (170,157,176) (67%, 62%, 69%)

RGB channels and saturation

R 170 of 255 = 67%
G 157 of 255 = 62%
B 176 of 255 = 69%

170
157
176

R + G + B ~ 66%. #AA9DB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 157 + 176 = 503 (100%)
R 170 of 503 ~ 33.8%
G 157 of 503 ~ 31.21%
B 176 of 503 ~ 34.99'%

%33.8
%31.21
%34.99

CMYK color model

#AA9DB0 color CMYK value is (3,11,0,31).

  • cyan value is 3.41%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (3,11,0,31) C3M11Y0K31 (3%,11%,0%,31%) (0.03/0.11/0.00/0.31) 

CMYK percentages

%3.41
%10.8
%0
%30.98

Codes

Color #AA9DB0 in popluar color models

AA 9D B0
RGB 170 157 176
HSL 281° 10.73% 65.29%
HSB/HSV 281° 10.80% 69.02%
CMYK 3.41% 10.80% 0.00%
30.98%

Color #AA9DB0 in popluar number systems.

HEX AA 9D B0
Decimal 170 157 176
Binary 10101010 10011101 10110000
Octal 252 235 260

Shades and tints

Shades of #AA9DB0

#AA9DB0
(170,157,176)
#9B8FA0
(155,143,160)
#8C8190
(140,129,144)
#7D7380
(125,115,128)
#6E6570
(110,101,112)
#5F5760
(95,87,96)
#504950
(80,73,80)
#413B40
(65,59,64)
#322D30
(50,45,48)
#231F20
(35,31,32)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #AA9DB0

#AA9DB0
(170,157,176)
#B1A5B7
(177,165,183)
#B8ADBE
(184,173,190)
#BFB5C5
(191,181,197)
#C6BDCC
(198,189,204)
#CDC5D3
(205,197,211)
#D4CDDA
(212,205,218)
#DBD5E1
(219,213,225)
#E2DDE8
(226,221,232)
#E9E5EF
(233,229,239)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9DB0 color. Also use rgb(170,157,176) instead hex code.

Text Font Color

.myTextColor { color: #AA9DB0; }

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

This text font color is #AA9DB0.

Background Color

.myBgColor { background-color: #AA9DB0; }

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

This div background color is #AA9DB0.

Border color

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

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

This div border color is #AA9DB0.

Opacity

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

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

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

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

This text has shadow with #AA9DB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9DB0.

Preview

Color preview on black background

This text has color #AA9DB0 on black background.


Color preview on white background

This text has color #AA9DB0 on white background.


Black color preview on #AA9DB0 background

This text has black color on #AA9DB0 background.


White color preview on #AA9DB0 background

This text has white color on #AA9DB0 background.


Related colors

Complementary color

Complementary color for #hex is #55624F.


I love getcolorcode.com

Triadic colors

1 #B0AA9D and #9DB0AA with #AA9DB0 are triadic colors.

2 #B09DAA and #9DAAB0 with #AA9DB0 are triadic colors.