COLOR #AAB5B1

HEX: #AAB5B1 RGB: (170,181,177)

Color info

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

RGB color model

#AAB5B1 color RGB value is (170,181,177).

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

RGB channels and saturation

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

170
181
177

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

Portions of RGB colors in percentages

R + G + B = 170 + 181 + 177 = 528 (100%)
R 170 of 528 ~ 32.2%
G 181 of 528 ~ 34.28%
B 177 of 528 ~ 33.52'%

%32.2
%34.28
%33.52

CMYK color model

#AAB5B1 color CMYK value is (6,0,2,29).

  • cyan value is 6.08%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 29.02%

CMYK: (6,0,2,29)
C6M0Y2K29 (6%, 0%, 2%, 29%)
(0.06 / 0.00 / 0.02 / 0.29)

CMYK percentages

%6.08
%0
%2.21
%29.02

Codes

Color #AAB5B1 in popluar color models

AA B5 B1
RGB 170 181 177
HSL 158° 6.92% 68.82%
HSB/HSV 158° 6.08% 70.98%
CMYK 6.08% 0.00% 2.21%
29.02%

Color #AAB5B1 in popluar number systems.

HEX AA B5 B1
Decimal 170 181 177
Binary 10101010 10110101 10110001
Octal 252 265 261

Shades and tints

Shades of #AAB5B1

#AAB5B1
(170,181,177)
#9BA5A1
(155,165,161)
#8C9591
(140,149,145)
#7D8581
(125,133,129)
#6E7571
(110,117,113)
#5F6561
(95,101,97)
#505551
(80,85,81)
#414541
(65,69,65)
#323531
(50,53,49)
#232521
(35,37,33)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #AAB5B1

#AAB5B1
(170,181,177)
#B1BBB8
(177,187,184)
#B8C1BF
(184,193,191)
#BFC7C6
(191,199,198)
#C6CDCD
(198,205,205)
#CDD3D4
(205,211,212)
#D4D9DB
(212,217,219)
#DBDFE2
(219,223,226)
#E2E5E9
(226,229,233)
#E9EBF0
(233,235,240)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB5B1; }

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

This text font color is #AAB5B1.

Background Color

.myBgColor { background-color: #AAB5B1; }

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

This div background color is #AAB5B1.

Border color

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

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

This div border color is #AAB5B1.

Opacity

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

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

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

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

This text has shadow with #AAB5B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB5B1.

Preview

Color preview on black background

This text has color #AAB5B1 on black background.


Color preview on white background

This text has color #AAB5B1 on white background.


Black color preview on #AAB5B1 background

This text has black color on #AAB5B1 background.


White color preview on #AAB5B1 background

This text has white color on #AAB5B1 background.


Related colors

Complementary color

Complementary color for #hex is #554A4E.


I love getcolorcode.com

Triadic colors

1 #B1AAB5 and #B5B1AA with #AAB5B1 are triadic colors.

2 #B1B5AA and #B5AAB1 with #AAB5B1 are triadic colors.