COLOR #AAB6B1

HEX: #AAB6B1 RGB: (170,182,177)

Color info

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

RGB color model

#AAB6B1 color RGB value is (170,182,177).

RGB: (170,182,177) (67%, 71%, 69%)

RGB channels and saturation

R 170 of 255 = 67%
G 182 of 255 = 71%
B 177 of 255 = 69%

170
182
177

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

Portions of RGB colors in percentages

R + G + B = 170 + 182 + 177 = 529 (100%)
R 170 of 529 ~ 32.14%
G 182 of 529 ~ 34.4%
B 177 of 529 ~ 33.46'%

%32.14
%34.4
%33.46

CMYK color model

#AAB6B1 color CMYK value is (7,0,3,29).

  • cyan value is 6.59%
  • magenta value is 0.00%
  • yellow value is 2.75%
  • key color value is 28.63%

CMYK: (7,0,3,29)
C7M0Y3K29 (7%, 0%, 3%, 29%)
(0.07 / 0.00 / 0.03 / 0.29)

CMYK percentages

%6.59
%0
%2.75
%28.63

Codes

Color #AAB6B1 in popluar color models

AA B6 B1
RGB 170 182 177
HSL 155° 7.59% 69.02%
HSB/HSV 155° 6.59% 71.37%
CMYK 6.59% 0.00% 2.75%
28.63%

Color #AAB6B1 in popluar number systems.

HEX AA B6 B1
Decimal 170 182 177
Binary 10101010 10110110 10110001
Octal 252 266 261

Shades and tints

Shades of #AAB6B1

#AAB6B1
(170,182,177)
#9BA6A1
(155,166,161)
#8C9691
(140,150,145)
#7D8681
(125,134,129)
#6E7671
(110,118,113)
#5F6661
(95,102,97)
#505651
(80,86,81)
#414641
(65,70,65)
#323631
(50,54,49)
#232621
(35,38,33)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #AAB6B1

#AAB6B1
(170,182,177)
#B1BCB8
(177,188,184)
#B8C2BF
(184,194,191)
#BFC8C6
(191,200,198)
#C6CECD
(198,206,205)
#CDD4D4
(205,212,212)
#D4DADB
(212,218,219)
#DBE0E2
(219,224,226)
#E2E6E9
(226,230,233)
#E9ECF0
(233,236,240)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB6B1; }

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

This text font color is #AAB6B1.

Background Color

.myBgColor { background-color: #AAB6B1; }

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

This div background color is #AAB6B1.

Border color

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

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

This div border color is #AAB6B1.

Opacity

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

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

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

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

This text has shadow with #AAB6B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB6B1.

Preview

Color preview on black background

This text has color #AAB6B1 on black background.


Color preview on white background

This text has color #AAB6B1 on white background.


Black color preview on #AAB6B1 background

This text has black color on #AAB6B1 background.


White color preview on #AAB6B1 background

This text has white color on #AAB6B1 background.


Related colors

Complementary color

Complementary color for #hex is #55494E.


I love getcolorcode.com

Triadic colors

1 #B1AAB6 and #B6B1AA with #AAB6B1 are triadic colors.

2 #B1B6AA and #B6AAB1 with #AAB6B1 are triadic colors.