COLOR #AAB9B6

HEX: #AAB9B6 RGB: (170,185,182)

Color info

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

RGB color model

#AAB9B6 color RGB value is (170,185,182).

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

RGB channels and saturation

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

170
185
182

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

Portions of RGB colors in percentages

R + G + B = 170 + 185 + 182 = 537 (100%)
R 170 of 537 ~ 31.66%
G 185 of 537 ~ 34.45%
B 182 of 537 ~ 33.89'%

%31.66
%34.45
%33.89

CMYK color model

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

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 1.62%
  • key color value is 27.45%
CMYK: (8,0,2,27) C8M0Y2K27 (8%,0%,2%,27%) (0.08/0.00/0.02/0.27) 

CMYK percentages

%8.11
%0
%1.62
%27.45

Codes

Color #AAB9B6 in popluar color models

AA B9 B6
RGB 170 185 182
HSL 168° 9.68% 69.61%
HSB/HSV 168° 8.11% 72.55%
CMYK 8.11% 0.00% 1.62%
27.45%

Color #AAB9B6 in popluar number systems.

HEX AA B9 B6
Decimal 170 185 182
Binary 10101010 10111001 10110110
Octal 252 271 266

Shades and tints

Shades of #AAB9B6

#AAB9B6
(170,185,182)
#9BA9A6
(155,169,166)
#8C9996
(140,153,150)
#7D8986
(125,137,134)
#6E7976
(110,121,118)
#5F6966
(95,105,102)
#505956
(80,89,86)
#414946
(65,73,70)
#323936
(50,57,54)
#232926
(35,41,38)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #AAB9B6

#AAB9B6
(170,185,182)
#B1BFBC
(177,191,188)
#B8C5C2
(184,197,194)
#BFCBC8
(191,203,200)
#C6D1CE
(198,209,206)
#CDD7D4
(205,215,212)
#D4DDDA
(212,221,218)
#DBE3E0
(219,227,224)
#E2E9E6
(226,233,230)
#E9EFEC
(233,239,236)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB9B6; }

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

This text font color is #AAB9B6.

Background Color

.myBgColor { background-color: #AAB9B6; }

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

This div background color is #AAB9B6.

Border color

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

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

This div border color is #AAB9B6.

Opacity

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

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

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

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

This text has shadow with #AAB9B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB9B6.

Preview

Color preview on black background

This text has color #AAB9B6 on black background.


Color preview on white background

This text has color #AAB9B6 on white background.


Black color preview on #AAB9B6 background

This text has black color on #AAB9B6 background.


White color preview on #AAB9B6 background

This text has white color on #AAB9B6 background.


Related colors

Complementary color

Complementary color for #hex is #554649.


I love getcolorcode.com

Triadic colors

1 #B6AAB9 and #B9B6AA with #AAB9B6 are triadic colors.

2 #B6B9AA and #B9AAB6 with #AAB9B6 are triadic colors.