COLOR #A7B4A7

HEX: #A7B4A7
RGB: (167,180,167)

Color info

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

RGB color model

#A7B4A7 color RGB value is (167,180,167).

  • red value is 167;
  • green value is 180;
  • blue value is 167.
RGB:
(167,180,167)
(65%,71%,65%)

RGB channels and saturation

R 167 of 255 = 65%
G 180 of 255 = 71%
B 167 of 255 = 65%

167
180
167

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

Portions of RGB colors in percentages

R + G + B =
167 + 180 + 167 = 514 (100%)
R 167 of 514 ~ 32.49%
G 180 of 514 ~ 35.02%
B 167 of 514 ~ 32.49%

%32.49
%35.02
%32.49

CMYK color model

#A7B4A7 color CMYK value is (7,0,7,29).

  • cyan value is 7.22%
  • magenta value is 0.00%
  • yellow value is 7.22%
  • key color value is 29.41%
CMYK:
(7,0,7,29)
C7M0Y7K29 
(7%,0%,7%,29%)
(0.07/0.00/0.07/0.29)	

CMYK percentages

%7.22
%0
%7.22
%29.41

Codes

Color #A7B4A7 in popluar color models

A7B4A7
RGB167180167
HSL120°7.98%68.04%
HSB/HSV120°7.22%70.59%
CMYK7.22%0.00%7.22%
29.41%

Color #A7B4A7 in popluar number systems.

HEXA7B4A7
Decimal167180167
Binary101001111011010010100111
Octal247264247

Shades and tints

Shades of #A7B4A7

#A7B4A7
(167,180,167)
#98A498
(152,164,152)
#899489
(137,148,137)
#7A847A
(122,132,122)
#6B746B
(107,116,107)
#5C645C
(92,100,92)
#4D544D
(77,84,77)
#3E443E
(62,68,62)
#2F342F
(47,52,47)
#202420
(32,36,32)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #A7B4A7

#A7B4A7
(167,180,167)
#AFBAAF
(175,186,175)
#B7C0B7
(183,192,183)
#BFC6BF
(191,198,191)
#C7CCC7
(199,204,199)
#CFD2CF
(207,210,207)
#D7D8D7
(215,216,215)
#DFDEDF
(223,222,223)
#E7E4E7
(231,228,231)
#EFEAEF
(239,234,239)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B4A7; }

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

This text font color is #A7B4A7.


Background Color

.myBgColor { background-color: #A7B4A7; }

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

This div background color is #A7B4A7.


Border color

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

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

This div border color is #A7B4A7.


Opacity

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

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

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

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

This text has shadow with #A7B4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B4A7 on black background.


Color preview on white background

This text has color #A7B4A7 on white background.



Black color preview on #A7B4A7 background

This text has black color on #A7B4A7 background.


White color preview on #A7B4A7 background

This text has white color on #A7B4A7 background.