COLOR #A7B7AA

HEX: #A7B7AA
RGB: (167,183,170)

Color info

#A7B7AA contains red, green and blue colors in about the same proportion. Web safe color of #A7B7AA is #99CC99 (or #9C9).

RGB color model

#A7B7AA color RGB value is (167,183,170).

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

RGB channels and saturation

R 167 of 255 = 65%
G 183 of 255 = 72%
B 170 of 255 = 67%

167
183
170

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

Portions of RGB colors in percentages

R + G + B =
167 + 183 + 170 = 520 (100%)
R 167 of 520 ~ 32.12%
G 183 of 520 ~ 35.19%
B 170 of 520 ~ 32.69%

%32.12
%35.19
%32.69

CMYK color model

#A7B7AA color CMYK value is (9,0,7,28).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 7.10%
  • key color value is 28.24%
CMYK:
(9,0,7,28)
C9M0Y7K28 
(9%,0%,7%,28%)
(0.09/0.00/0.07/0.28)	

CMYK percentages

%8.74
%0
%7.1
%28.24

Codes

Color #A7B7AA in popluar color models

A7B7AA
RGB167183170
HSL131°10.00%68.63%
HSB/HSV131°8.74%71.76%
CMYK8.74%0.00%7.10%
28.24%

Color #A7B7AA in popluar number systems.

HEXA7B7AA
Decimal167183170
Binary101001111011011110101010
Octal247267252

Shades and tints

Shades of #A7B7AA

#A7B7AA
(167,183,170)
#98A79B
(152,167,155)
#89978C
(137,151,140)
#7A877D
(122,135,125)
#6B776E
(107,119,110)
#5C675F
(92,103,95)
#4D5750
(77,87,80)
#3E4741
(62,71,65)
#2F3732
(47,55,50)
#202723
(32,39,35)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #A7B7AA

#A7B7AA
(167,183,170)
#AFBDB1
(175,189,177)
#B7C3B8
(183,195,184)
#BFC9BF
(191,201,191)
#C7CFC6
(199,207,198)
#CFD5CD
(207,213,205)
#D7DBD4
(215,219,212)
#DFE1DB
(223,225,219)
#E7E7E2
(231,231,226)
#EFEDE9
(239,237,233)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B7AA; }

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

This text font color is #A7B7AA.


Background Color

.myBgColor { background-color: #A7B7AA; }

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

This div background color is #A7B7AA.


Border color

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

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

This div border color is #A7B7AA.


Opacity

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

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

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

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

This text has shadow with #A7B7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B7AA on black background.


Color preview on white background

This text has color #A7B7AA on white background.



Black color preview on #A7B7AA background

This text has black color on #A7B7AA background.


White color preview on #A7B7AA background

This text has white color on #A7B7AA background.