COLOR #AAAAB9

HEX: #AAAAB9 RGB: (170,170,185)

Color info

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

RGB color model

#AAAAB9 color RGB value is (170,170,185).

RGB: (170,170,185) (67%, 67%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 170 of 255 = 67%
B 185 of 255 = 73%

170
170
185

R + G + B ~ 69%. #AAAAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 170 + 185 = 525 (100%)
R 170 of 525 ~ 32.38%
G 170 of 525 ~ 32.38%
B 185 of 525 ~ 35.24'%

%32.38
%32.38
%35.24

CMYK color model

#AAAAB9 color CMYK value is (8,8,0,27).

  • cyan value is 8.11%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (8,8,0,27)
C8M8Y0K27 (8%, 8%, 0%, 27%)
(0.08 / 0.08 / 0.00 / 0.27)

CMYK percentages

%8.11
%8.11
%0
%27.45

Codes

Color #AAAAB9 in popluar color models

AA AA B9
RGB 170 170 185
HSL 240° 9.68% 69.61%
HSB/HSV 240° 8.11% 72.55%
CMYK 8.11% 8.11% 0.00%
27.45%

Color #AAAAB9 in popluar number systems.

HEX AA AA B9
Decimal 170 170 185
Binary 10101010 10101010 10111001
Octal 252 252 271

Shades and tints

Shades of #AAAAB9

#AAAAB9
(170,170,185)
#9B9BA9
(155,155,169)
#8C8C99
(140,140,153)
#7D7D89
(125,125,137)
#6E6E79
(110,110,121)
#5F5F69
(95,95,105)
#505059
(80,80,89)
#414149
(65,65,73)
#323239
(50,50,57)
#232329
(35,35,41)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #AAAAB9

#AAAAB9
(170,170,185)
#B1B1BF
(177,177,191)
#B8B8C5
(184,184,197)
#BFBFCB
(191,191,203)
#C6C6D1
(198,198,209)
#CDCDD7
(205,205,215)
#D4D4DD
(212,212,221)
#DBDBE3
(219,219,227)
#E2E2E9
(226,226,233)
#E9E9EF
(233,233,239)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAAB9; }

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

This text font color is #AAAAB9.

Background Color

.myBgColor { background-color: #AAAAB9; }

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

This div background color is #AAAAB9.

Border color

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

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

This div border color is #AAAAB9.

Opacity

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

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

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

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

This text has shadow with #AAAAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAAB9.

Preview

Color preview on black background

This text has color #AAAAB9 on black background.


Color preview on white background

This text has color #AAAAB9 on white background.


Black color preview on #AAAAB9 background

This text has black color on #AAAAB9 background.


White color preview on #AAAAB9 background

This text has white color on #AAAAB9 background.


Related colors

Complementary color

Complementary color for #hex is #555546.


I love getcolorcode.com