COLOR #A9B7AB

HEX: #A9B7AB RGB: (169,183,171)

Color info

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

RGB color model

#A9B7AB color RGB value is (169,183,171).

RGB: (169,183,171) (66%, 72%, 67%)

RGB channels and saturation

R 169 of 255 = 66%
G 183 of 255 = 72%
B 171 of 255 = 67%

169
183
171

R + G + B ~ 68%. #A9B7AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 183 + 171 = 523 (100%)
R 169 of 523 ~ 32.31%
G 183 of 523 ~ 34.99%
B 171 of 523 ~ 32.7'%

%32.31
%34.99
%32.7

CMYK color model

#A9B7AB color CMYK value is (8,0,7,28).

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 6.56%
  • key color value is 28.24%

CMYK: (8,0,7,28)
C8M0Y7K28 (8%, 0%, 7%, 28%)
(0.08 / 0.00 / 0.07 / 0.28)

CMYK percentages

%7.65
%0
%6.56
%28.24

Codes

Color #A9B7AB in popluar color models

A9 B7 AB
RGB 169 183 171
HSL 129° 8.86% 69.02%
HSB/HSV 129° 7.65% 71.76%
CMYK 7.65% 0.00% 6.56%
28.24%

Color #A9B7AB in popluar number systems.

HEX A9 B7 AB
Decimal 169 183 171
Binary 10101001 10110111 10101011
Octal 251 267 253

Shades and tints

Shades of #A9B7AB

#A9B7AB
(169,183,171)
#9AA79C
(154,167,156)
#8B978D
(139,151,141)
#7C877E
(124,135,126)
#6D776F
(109,119,111)
#5E6760
(94,103,96)
#4F5751
(79,87,81)
#404742
(64,71,66)
#313733
(49,55,51)
#222724
(34,39,36)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #A9B7AB

#A9B7AB
(169,183,171)
#B0BDB2
(176,189,178)
#B7C3B9
(183,195,185)
#BEC9C0
(190,201,192)
#C5CFC7
(197,207,199)
#CCD5CE
(204,213,206)
#D3DBD5
(211,219,213)
#DAE1DC
(218,225,220)
#E1E7E3
(225,231,227)
#E8EDEA
(232,237,234)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B7AB color. Also use rgb(169,183,171) instead hex code.

Text Font Color

.myTextColor { color: #A9B7AB; }

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

This text font color is #A9B7AB.

Background Color

.myBgColor { background-color: #A9B7AB; }

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

This div background color is #A9B7AB.

Border color

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

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

This div border color is #A9B7AB.

Opacity

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

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

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

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

This text has shadow with #A9B7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B7AB.

Preview

Color preview on black background

This text has color #A9B7AB on black background.


Color preview on white background

This text has color #A9B7AB on white background.


Black color preview on #A9B7AB background

This text has black color on #A9B7AB background.


White color preview on #A9B7AB background

This text has white color on #A9B7AB background.


Related colors

Complementary color

Complementary color for #hex is #564854.


I love getcolorcode.com

Triadic colors

1 #ABA9B7 and #B7ABA9 with #A9B7AB are triadic colors.

2 #ABB7A9 and #B7A9AB with #A9B7AB are triadic colors.