COLOR #AAB8B6

HEX: #AAB8B6 RGB: (170,184,182)

Color info

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

RGB color model

#AAB8B6 color RGB value is (170,184,182).

RGB: (170,184,182) (67%, 72%, 71%)

RGB channels and saturation

R 170 of 255 = 67%
G 184 of 255 = 72%
B 182 of 255 = 71%

170
184
182

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

Portions of RGB colors in percentages

R + G + B = 170 + 184 + 182 = 536 (100%)
R 170 of 536 ~ 31.72%
G 184 of 536 ~ 34.33%
B 182 of 536 ~ 33.96'%

%31.72
%34.33
%33.96

CMYK color model

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

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 1.09%
  • key color value is 27.84%

CMYK: (8,0,1,28)
C8M0Y1K28 (8%, 0%, 1%, 28%)
(0.08 / 0.00 / 0.01 / 0.28)

CMYK percentages

%7.61
%0
%1.09
%27.84

Codes

Color #AAB8B6 in popluar color models

AA B8 B6
RGB 170 184 182
HSL 171° 8.97% 69.41%
HSB/HSV 171° 7.61% 72.16%
CMYK 7.61% 0.00% 1.09%
27.84%

Color #AAB8B6 in popluar number systems.

HEX AA B8 B6
Decimal 170 184 182
Binary 10101010 10111000 10110110
Octal 252 270 266

Shades and tints

Shades of #AAB8B6

#AAB8B6
(170,184,182)
#9BA8A6
(155,168,166)
#8C9896
(140,152,150)
#7D8886
(125,136,134)
#6E7876
(110,120,118)
#5F6866
(95,104,102)
#505856
(80,88,86)
#414846
(65,72,70)
#323836
(50,56,54)
#232826
(35,40,38)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #AAB8B6

#AAB8B6
(170,184,182)
#B1BEBC
(177,190,188)
#B8C4C2
(184,196,194)
#BFCAC8
(191,202,200)
#C6D0CE
(198,208,206)
#CDD6D4
(205,214,212)
#D4DCDA
(212,220,218)
#DBE2E0
(219,226,224)
#E2E8E6
(226,232,230)
#E9EEEC
(233,238,236)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB8B6; }

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

This text font color is #AAB8B6.

Background Color

.myBgColor { background-color: #AAB8B6; }

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

This div background color is #AAB8B6.

Border color

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

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

This div border color is #AAB8B6.

Opacity

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

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

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

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

This text has shadow with #AAB8B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB8B6.

Preview

Color preview on black background

This text has color #AAB8B6 on black background.


Color preview on white background

This text has color #AAB8B6 on white background.


Black color preview on #AAB8B6 background

This text has black color on #AAB8B6 background.


White color preview on #AAB8B6 background

This text has white color on #AAB8B6 background.


Related colors

Complementary color

Complementary color for #hex is #554749.


I love getcolorcode.com

Triadic colors

1 #B6AAB8 and #B8B6AA with #AAB8B6 are triadic colors.

2 #B6B8AA and #B8AAB6 with #AAB8B6 are triadic colors.