COLOR #A7B1AC

HEX: #A7B1AC
RGB: (167,177,172)

Color info

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

RGB color model

#A7B1AC color RGB value is (167,177,172).

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

RGB channels and saturation

R 167 of 255 = 65%
G 177 of 255 = 69%
B 172 of 255 = 67%

167
177
172

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

Portions of RGB colors in percentages

R + G + B =
167 + 177 + 172 = 516 (100%)
R 167 of 516 ~ 32.36%
G 177 of 516 ~ 34.3%
B 172 of 516 ~ 33.33%

%32.36
%34.3
%33.33

CMYK color model

#A7B1AC color CMYK value is (6,0,3,31).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 2.82%
  • key color value is 30.59%
CMYK:
(6,0,3,31)
C6M0Y3K31 
(6%,0%,3%,31%)
(0.06/0.00/0.03/0.31)	

CMYK percentages

%5.65
%0
%2.82
%30.59

Codes

Color #A7B1AC in popluar color models

A7B1AC
RGB167177172
HSL150°6.02%67.45%
HSB/HSV150°5.65%69.41%
CMYK5.65%0.00%2.82%
30.59%

Color #A7B1AC in popluar number systems.

HEXA7B1AC
Decimal167177172
Binary101001111011000110101100
Octal247261254

Shades and tints

Shades of #A7B1AC

#A7B1AC
(167,177,172)
#98A19D
(152,161,157)
#89918E
(137,145,142)
#7A817F
(122,129,127)
#6B7170
(107,113,112)
#5C6161
(92,97,97)
#4D5152
(77,81,82)
#3E4143
(62,65,67)
#2F3134
(47,49,52)
#202125
(32,33,37)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #A7B1AC

#A7B1AC
(167,177,172)
#AFB8B3
(175,184,179)
#B7BFBA
(183,191,186)
#BFC6C1
(191,198,193)
#C7CDC8
(199,205,200)
#CFD4CF
(207,212,207)
#D7DBD6
(215,219,214)
#DFE2DD
(223,226,221)
#E7E9E4
(231,233,228)
#EFF0EB
(239,240,235)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B1AC color. Also use rgb(167,177,172) instead hex code.

Text Font Color

.myTextColor { color: #A7B1AC; }

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

This text font color is #A7B1AC.


Background Color

.myBgColor { background-color: #A7B1AC; }

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

This div background color is #A7B1AC.


Border color

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

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

This div border color is #A7B1AC.


Opacity

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

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

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

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

This text has shadow with #A7B1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B1AC on black background.


Color preview on white background

This text has color #A7B1AC on white background.



Black color preview on #A7B1AC background

This text has black color on #A7B1AC background.


White color preview on #A7B1AC background

This text has white color on #A7B1AC background.