COLOR #AAA9B7

HEX: #AAA9B7 RGB: (170,169,183)

Color info

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

RGB color model

#AAA9B7 color RGB value is (170,169,183).

RGB: (170,169,183) (67%, 66%, 72%)

RGB channels and saturation

R 170 of 255 = 67%
G 169 of 255 = 66%
B 183 of 255 = 72%

170
169
183

R + G + B ~ 68%. #AAA9B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 169 + 183 = 522 (100%)
R 170 of 522 ~ 32.57%
G 169 of 522 ~ 32.38%
B 183 of 522 ~ 35.06'%

%32.57
%32.38
%35.06

CMYK color model

#AAA9B7 color CMYK value is (7,8,0,28).

  • cyan value is 7.10%
  • magenta value is 7.65%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (7,8,0,28)
C7M8Y0K28 (7%, 8%, 0%, 28%)
(0.07 / 0.08 / 0.00 / 0.28)

CMYK percentages

%7.1
%7.65
%0
%28.24

Codes

Color #AAA9B7 in popluar color models

AA A9 B7
RGB 170 169 183
HSL 244° 8.86% 69.02%
HSB/HSV 244° 7.65% 71.76%
CMYK 7.10% 7.65% 0.00%
28.24%

Color #AAA9B7 in popluar number systems.

HEX AA A9 B7
Decimal 170 169 183
Binary 10101010 10101001 10110111
Octal 252 251 267

Shades and tints

Shades of #AAA9B7

#AAA9B7
(170,169,183)
#9B9AA7
(155,154,167)
#8C8B97
(140,139,151)
#7D7C87
(125,124,135)
#6E6D77
(110,109,119)
#5F5E67
(95,94,103)
#504F57
(80,79,87)
#414047
(65,64,71)
#323137
(50,49,55)
#232227
(35,34,39)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #AAA9B7

#AAA9B7
(170,169,183)
#B1B0BD
(177,176,189)
#B8B7C3
(184,183,195)
#BFBEC9
(191,190,201)
#C6C5CF
(198,197,207)
#CDCCD5
(205,204,213)
#D4D3DB
(212,211,219)
#DBDAE1
(219,218,225)
#E2E1E7
(226,225,231)
#E9E8ED
(233,232,237)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA9B7 color. Also use rgb(170,169,183) instead hex code.

Text Font Color

.myTextColor { color: #AAA9B7; }

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

This text font color is #AAA9B7.

Background Color

.myBgColor { background-color: #AAA9B7; }

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

This div background color is #AAA9B7.

Border color

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

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

This div border color is #AAA9B7.

Opacity

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

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

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

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

This text has shadow with #AAA9B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA9B7.

Preview

Color preview on black background

This text has color #AAA9B7 on black background.


Color preview on white background

This text has color #AAA9B7 on white background.


Black color preview on #AAA9B7 background

This text has black color on #AAA9B7 background.


White color preview on #AAA9B7 background

This text has white color on #AAA9B7 background.


Related colors

Complementary color

Complementary color for #hex is #555648.


I love getcolorcode.com

Triadic colors

1 #B7AAA9 and #A9B7AA with #AAA9B7 are triadic colors.

2 #B7A9AA and #A9AAB7 with #AAA9B7 are triadic colors.