COLOR #AAB1B9

HEX: #AAB1B9 RGB: (170,177,185)

Color info

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

RGB color model

#AAB1B9 color RGB value is (170,177,185).

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

RGB channels and saturation

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

170
177
185

R + G + B ~ 70%. #AAB1B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 177 + 185 = 532 (100%)
R 170 of 532 ~ 31.95%
G 177 of 532 ~ 33.27%
B 185 of 532 ~ 34.77'%

%31.95
%33.27
%34.77

CMYK color model

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

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

CMYK: (8,4,0,27)
C8M4Y0K27 (8%, 4%, 0%, 27%)
(0.08 / 0.04 / 0.00 / 0.27)

CMYK percentages

%8.11
%4.32
%0
%27.45

Codes

Color #AAB1B9 in popluar color models

AA B1 B9
RGB 170 177 185
HSL 212° 9.68% 69.61%
HSB/HSV 212° 8.11% 72.55%
CMYK 8.11% 4.32% 0.00%
27.45%

Color #AAB1B9 in popluar number systems.

HEX AA B1 B9
Decimal 170 177 185
Binary 10101010 10110001 10111001
Octal 252 261 271

Shades and tints

Shades of #AAB1B9

#AAB1B9
(170,177,185)
#9BA1A9
(155,161,169)
#8C9199
(140,145,153)
#7D8189
(125,129,137)
#6E7179
(110,113,121)
#5F6169
(95,97,105)
#505159
(80,81,89)
#414149
(65,65,73)
#323139
(50,49,57)
#232129
(35,33,41)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #AAB1B9

#AAB1B9
(170,177,185)
#B1B8BF
(177,184,191)
#B8BFC5
(184,191,197)
#BFC6CB
(191,198,203)
#C6CDD1
(198,205,209)
#CDD4D7
(205,212,215)
#D4DBDD
(212,219,221)
#DBE2E3
(219,226,227)
#E2E9E9
(226,233,233)
#E9F0EF
(233,240,239)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB1B9; }

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

This text font color is #AAB1B9.

Background Color

.myBgColor { background-color: #AAB1B9; }

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

This div background color is #AAB1B9.

Border color

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

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

This div border color is #AAB1B9.

Opacity

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

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

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

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

This text has shadow with #AAB1B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB1B9.

Preview

Color preview on black background

This text has color #AAB1B9 on black background.


Color preview on white background

This text has color #AAB1B9 on white background.


Black color preview on #AAB1B9 background

This text has black color on #AAB1B9 background.


White color preview on #AAB1B9 background

This text has white color on #AAB1B9 background.


Related colors

Complementary color

Complementary color for #hex is #554E46.


I love getcolorcode.com

Triadic colors

1 #B9AAB1 and #B1B9AA with #AAB1B9 are triadic colors.

2 #B9B1AA and #B1AAB9 with #AAB1B9 are triadic colors.