COLOR #A7B2AA

HEX: #A7B2AA
RGB: (167,178,170)

Color info

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

RGB color model

#A7B2AA color RGB value is (167,178,170).

  • red value is 167;
  • green value is 178;
  • blue value is 170.
RGB:
(167,178,170)
(65%,70%,67%)

RGB channels and saturation

R 167 of 255 = 65%
G 178 of 255 = 70%
B 170 of 255 = 67%

167
178
170

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

Portions of RGB colors in percentages

R + G + B =
167 + 178 + 170 = 515 (100%)
R 167 of 515 ~ 32.43%
G 178 of 515 ~ 34.56%
B 170 of 515 ~ 33.01%

%32.43
%34.56
%33.01

CMYK color model

#A7B2AA color CMYK value is (6,0,4,30).

  • cyan value is 6.18%
  • magenta value is 0.00%
  • yellow value is 4.49%
  • key color value is 30.20%
CMYK:
(6,0,4,30)
C6M0Y4K30 
(6%,0%,4%,30%)
(0.06/0.00/0.04/0.30)	

CMYK percentages

%6.18
%0
%4.49
%30.2

Codes

Color #A7B2AA in popluar color models

A7B2AA
RGB167178170
HSL136°6.67%67.65%
HSB/HSV136°6.18%69.80%
CMYK6.18%0.00%4.49%
30.20%

Color #A7B2AA in popluar number systems.

HEXA7B2AA
Decimal167178170
Binary101001111011001010101010
Octal247262252

Shades and tints

Shades of #A7B2AA

#A7B2AA
(167,178,170)
#98A29B
(152,162,155)
#89928C
(137,146,140)
#7A827D
(122,130,125)
#6B726E
(107,114,110)
#5C625F
(92,98,95)
#4D5250
(77,82,80)
#3E4241
(62,66,65)
#2F3232
(47,50,50)
#202223
(32,34,35)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #A7B2AA

#A7B2AA
(167,178,170)
#AFB9B1
(175,185,177)
#B7C0B8
(183,192,184)
#BFC7BF
(191,199,191)
#C7CEC6
(199,206,198)
#CFD5CD
(207,213,205)
#D7DCD4
(215,220,212)
#DFE3DB
(223,227,219)
#E7EAE2
(231,234,226)
#EFF1E9
(239,241,233)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B2AA color. Also use rgb(167,178,170) instead hex code.

Text Font Color

.myTextColor { color: #A7B2AA; }

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

This text font color is #A7B2AA.


Background Color

.myBgColor { background-color: #A7B2AA; }

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

This div background color is #A7B2AA.


Border color

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

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

This div border color is #A7B2AA.


Opacity

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

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

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

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

This text has shadow with #A7B2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B2AA on black background.


Color preview on white background

This text has color #A7B2AA on white background.



Black color preview on #A7B2AA background

This text has black color on #A7B2AA background.


White color preview on #A7B2AA background

This text has white color on #A7B2AA background.