COLOR #A7B1AF

HEX: #A7B1AF
RGB: (167,177,175)

Color info

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

RGB color model

#A7B1AF color RGB value is (167,177,175).

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

RGB channels and saturation

R 167 of 255 = 65%
G 177 of 255 = 69%
B 175 of 255 = 69%

167
177
175

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

Portions of RGB colors in percentages

R + G + B =
167 + 177 + 175 = 519 (100%)
R 167 of 519 ~ 32.18%
G 177 of 519 ~ 34.1%
B 175 of 519 ~ 33.72%

%32.18
%34.1
%33.72

CMYK color model

#A7B1AF color CMYK value is (6,0,1,31).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 1.13%
  • key color value is 30.59%
CMYK:
(6,0,1,31)
C6M0Y1K31 
(6%,0%,1%,31%)
(0.06/0.00/0.01/0.31)	

CMYK percentages

%5.65
%0
%1.13
%30.59

Codes

Color #A7B1AF in popluar color models

A7B1AF
RGB167177175
HSL168°6.02%67.45%
HSB/HSV168°5.65%69.41%
CMYK5.65%0.00%1.13%
30.59%

Color #A7B1AF in popluar number systems.

HEXA7B1AF
Decimal167177175
Binary101001111011000110101111
Octal247261257

Shades and tints

Shades of #A7B1AF

#A7B1AF
(167,177,175)
#98A1A0
(152,161,160)
#899191
(137,145,145)
#7A8182
(122,129,130)
#6B7173
(107,113,115)
#5C6164
(92,97,100)
#4D5155
(77,81,85)
#3E4146
(62,65,70)
#2F3137
(47,49,55)
#202128
(32,33,40)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #A7B1AF

#A7B1AF
(167,177,175)
#AFB8B6
(175,184,182)
#B7BFBD
(183,191,189)
#BFC6C4
(191,198,196)
#C7CDCB
(199,205,203)
#CFD4D2
(207,212,210)
#D7DBD9
(215,219,217)
#DFE2E0
(223,226,224)
#E7E9E7
(231,233,231)
#EFF0EE
(239,240,238)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B1AF; }

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

This text font color is #A7B1AF.


Background Color

.myBgColor { background-color: #A7B1AF; }

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

This div background color is #A7B1AF.


Border color

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

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

This div border color is #A7B1AF.


Opacity

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

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

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

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

This text has shadow with #A7B1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B1AF on black background.


Color preview on white background

This text has color #A7B1AF on white background.



Black color preview on #A7B1AF background

This text has black color on #A7B1AF background.


White color preview on #A7B1AF background

This text has white color on #A7B1AF background.