COLOR #A7B8AA

HEX: #A7B8AA
RGB: (167,184,170)

Color info

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

RGB color model

#A7B8AA color RGB value is (167,184,170).

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

RGB channels and saturation

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

167
184
170

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

Portions of RGB colors in percentages

R + G + B =
167 + 184 + 170 = 521 (100%)
R 167 of 521 ~ 32.05%
G 184 of 521 ~ 35.32%
B 170 of 521 ~ 32.63%

%32.05
%35.32
%32.63

CMYK color model

#A7B8AA color CMYK value is (9,0,8,28).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 7.61%
  • key color value is 27.84%
CMYK:
(9,0,8,28)
C9M0Y8K28 
(9%,0%,8%,28%)
(0.09/0.00/0.08/0.28)	

CMYK percentages

%9.24
%0
%7.61
%27.84

Codes

Color #A7B8AA in popluar color models

A7B8AA
RGB167184170
HSL131°10.69%68.82%
HSB/HSV131°9.24%72.16%
CMYK9.24%0.00%7.61%
27.84%

Color #A7B8AA in popluar number systems.

HEXA7B8AA
Decimal167184170
Binary101001111011100010101010
Octal247270252

Shades and tints

Shades of #A7B8AA

#A7B8AA
(167,184,170)
#98A89B
(152,168,155)
#89988C
(137,152,140)
#7A887D
(122,136,125)
#6B786E
(107,120,110)
#5C685F
(92,104,95)
#4D5850
(77,88,80)
#3E4841
(62,72,65)
#2F3832
(47,56,50)
#202823
(32,40,35)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #A7B8AA

#A7B8AA
(167,184,170)
#AFBEB1
(175,190,177)
#B7C4B8
(183,196,184)
#BFCABF
(191,202,191)
#C7D0C6
(199,208,198)
#CFD6CD
(207,214,205)
#D7DCD4
(215,220,212)
#DFE2DB
(223,226,219)
#E7E8E2
(231,232,226)
#EFEEE9
(239,238,233)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B8AA; }

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

This text font color is #A7B8AA.


Background Color

.myBgColor { background-color: #A7B8AA; }

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

This div background color is #A7B8AA.


Border color

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

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

This div border color is #A7B8AA.


Opacity

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

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

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

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

This text has shadow with #A7B8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B8AA on black background.


Color preview on white background

This text has color #A7B8AA on white background.



Black color preview on #A7B8AA background

This text has black color on #A7B8AA background.


White color preview on #A7B8AA background

This text has white color on #A7B8AA background.