COLOR #A7AB9D

HEX: #A7AB9D
RGB: (167,171,157)

Color info

#A7AB9D contains red, green and blue colors in about the same proportion. Web safe color of #A7AB9D is #999999 (or #999).

RGB color model

#A7AB9D color RGB value is (167,171,157).

  • red value is 167;
  • green value is 171;
  • blue value is 157.
RGB:
(167,171,157)
(65%,67%,62%)

RGB channels and saturation

R 167 of 255 = 65%
G 171 of 255 = 67%
B 157 of 255 = 62%

167
171
157

R + G + B ~ 65%. #A7AB9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 171 + 157 = 495 (100%)
R 167 of 495 ~ 33.74%
G 171 of 495 ~ 34.55%
B 157 of 495 ~ 31.72%

%33.74
%34.55
%31.72

CMYK color model

#A7AB9D color CMYK value is (2,0,8,33).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 8.19%
  • key color value is 32.94%
CMYK:
(2,0,8,33)
C2M0Y8K33 
(2%,0%,8%,33%)
(0.02/0.00/0.08/0.33)	

CMYK percentages

%2.34
%0
%8.19
%32.94

Codes

Color #A7AB9D in popluar color models

A7AB9D
RGB167171157
HSL77°7.69%64.31%
HSB/HSV77°8.19%67.06%
CMYK2.34%0.00%8.19%
32.94%

Color #A7AB9D in popluar number systems.

HEXA7AB9D
Decimal167171157
Binary101001111010101110011101
Octal247253235

Shades and tints

Shades of #A7AB9D

#A7AB9D
(167,171,157)
#989C8F
(152,156,143)
#898D81
(137,141,129)
#7A7E73
(122,126,115)
#6B6F65
(107,111,101)
#5C6057
(92,96,87)
#4D5149
(77,81,73)
#3E423B
(62,66,59)
#2F332D
(47,51,45)
#20241F
(32,36,31)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #A7AB9D

#A7AB9D
(167,171,157)
#AFB2A5
(175,178,165)
#B7B9AD
(183,185,173)
#BFC0B5
(191,192,181)
#C7C7BD
(199,199,189)
#CFCEC5
(207,206,197)
#D7D5CD
(215,213,205)
#DFDCD5
(223,220,213)
#E7E3DD
(231,227,221)
#EFEAE5
(239,234,229)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7AB9D color. Also use rgb(167,171,157) instead hex code.

Text Font Color

.myTextColor { color: #A7AB9D; }

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

This text font color is #A7AB9D.


Background Color

.myBgColor { background-color: #A7AB9D; }

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

This div background color is #A7AB9D.


Border color

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

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

This div border color is #A7AB9D.


Opacity

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

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

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

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

This text has shadow with #A7AB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AB9D on black background.


Color preview on white background

This text has color #A7AB9D on white background.



Black color preview on #A7AB9D background

This text has black color on #A7AB9D background.


White color preview on #A7AB9D background

This text has white color on #A7AB9D background.