COLOR #AAA9B8

HEX: #AAA9B8 RGB: (170,169,184)

Color info

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

RGB color model

#AAA9B8 color RGB value is (170,169,184).

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

RGB channels and saturation

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

170
169
184

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

Portions of RGB colors in percentages

R + G + B = 170 + 169 + 184 = 523 (100%)
R 170 of 523 ~ 32.5%
G 169 of 523 ~ 32.31%
B 184 of 523 ~ 35.18'%

%32.5
%32.31
%35.18

CMYK color model

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

  • cyan value is 7.61%
  • magenta value is 8.15%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK: (8,8,0,28) C8M8Y0K28 (8%,8%,0%,28%) (0.08/0.08/0.00/0.28) 

CMYK percentages

%7.61
%8.15
%0
%27.84

Codes

Color #AAA9B8 in popluar color models

AA A9 B8
RGB 170 169 184
HSL 244° 9.55% 69.22%
HSB/HSV 244° 8.15% 72.16%
CMYK 7.61% 8.15% 0.00%
27.84%

Color #AAA9B8 in popluar number systems.

HEX AA A9 B8
Decimal 170 169 184
Binary 10101010 10101001 10111000
Octal 252 251 270

Shades and tints

Shades of #AAA9B8

#AAA9B8
(170,169,184)
#9B9AA8
(155,154,168)
#8C8B98
(140,139,152)
#7D7C88
(125,124,136)
#6E6D78
(110,109,120)
#5F5E68
(95,94,104)
#504F58
(80,79,88)
#414048
(65,64,72)
#323138
(50,49,56)
#232228
(35,34,40)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #AAA9B8

#AAA9B8
(170,169,184)
#B1B0BE
(177,176,190)
#B8B7C4
(184,183,196)
#BFBECA
(191,190,202)
#C6C5D0
(198,197,208)
#CDCCD6
(205,204,214)
#D4D3DC
(212,211,220)
#DBDAE2
(219,218,226)
#E2E1E8
(226,225,232)
#E9E8EE
(233,232,238)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA9B8; }

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

This text font color is #AAA9B8.

Background Color

.myBgColor { background-color: #AAA9B8; }

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

This div background color is #AAA9B8.

Border color

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

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

This div border color is #AAA9B8.

Opacity

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

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

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

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

This text has shadow with #AAA9B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA9B8.

Preview

Color preview on black background

This text has color #AAA9B8 on black background.


Color preview on white background

This text has color #AAA9B8 on white background.


Black color preview on #AAA9B8 background

This text has black color on #AAA9B8 background.


White color preview on #AAA9B8 background

This text has white color on #AAA9B8 background.


Related colors

Complementary color

Complementary color for #hex is #555647.


I love getcolorcode.com

Triadic colors

1 #B8AAA9 and #A9B8AA with #AAA9B8 are triadic colors.

2 #B8A9AA and #A9AAB8 with #AAA9B8 are triadic colors.