COLOR #A7B0AB

HEX: #A7B0AB
RGB: (167,176,171)

Color info

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

RGB color model

#A7B0AB color RGB value is (167,176,171).

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

RGB channels and saturation

R 167 of 255 = 65%
G 176 of 255 = 69%
B 171 of 255 = 67%

167
176
171

R + G + B ~ 67%. #A7B0AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 176 + 171 = 514 (100%)
R 167 of 514 ~ 32.49%
G 176 of 514 ~ 34.24%
B 171 of 514 ~ 33.27%

%32.49
%34.24
%33.27

CMYK color model

#A7B0AB color CMYK value is (5,0,3,31).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 30.98%
CMYK:
(5,0,3,31)
C5M0Y3K31 
(5%,0%,3%,31%)
(0.05/0.00/0.03/0.31)	

CMYK percentages

%5.11
%0
%2.84
%30.98

Codes

Color #A7B0AB in popluar color models

A7B0AB
RGB167176171
HSL147°5.39%67.25%
HSB/HSV147°5.11%69.02%
CMYK5.11%0.00%2.84%
30.98%

Color #A7B0AB in popluar number systems.

HEXA7B0AB
Decimal167176171
Binary101001111011000010101011
Octal247260253

Shades and tints

Shades of #A7B0AB

#A7B0AB
(167,176,171)
#98A09C
(152,160,156)
#89908D
(137,144,141)
#7A807E
(122,128,126)
#6B706F
(107,112,111)
#5C6060
(92,96,96)
#4D5051
(77,80,81)
#3E4042
(62,64,66)
#2F3033
(47,48,51)
#202024
(32,32,36)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #A7B0AB

#A7B0AB
(167,176,171)
#AFB7B2
(175,183,178)
#B7BEB9
(183,190,185)
#BFC5C0
(191,197,192)
#C7CCC7
(199,204,199)
#CFD3CE
(207,211,206)
#D7DAD5
(215,218,213)
#DFE1DC
(223,225,220)
#E7E8E3
(231,232,227)
#EFEFEA
(239,239,234)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B0AB; }

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

This text font color is #A7B0AB.


Background Color

.myBgColor { background-color: #A7B0AB; }

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

This div background color is #A7B0AB.


Border color

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

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

This div border color is #A7B0AB.


Opacity

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

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

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

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

This text has shadow with #A7B0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B0AB on black background.


Color preview on white background

This text has color #A7B0AB on white background.



Black color preview on #A7B0AB background

This text has black color on #A7B0AB background.


White color preview on #A7B0AB background

This text has white color on #A7B0AB background.