COLOR #A7B2A5

HEX: #A7B2A5
RGB: (167,178,165)

Color info

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

RGB color model

#A7B2A5 color RGB value is (167,178,165).

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

RGB channels and saturation

R 167 of 255 = 65%
G 178 of 255 = 70%
B 165 of 255 = 65%

167
178
165

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

Portions of RGB colors in percentages

R + G + B =
167 + 178 + 165 = 510 (100%)
R 167 of 510 ~ 32.75%
G 178 of 510 ~ 34.9%
B 165 of 510 ~ 32.35%

%32.75
%34.9
%32.35

CMYK color model

#A7B2A5 color CMYK value is (6,0,7,30).

  • cyan value is 6.18%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • key color value is 30.20%
CMYK:
(6,0,7,30)
C6M0Y7K30 
(6%,0%,7%,30%)
(0.06/0.00/0.07/0.30)	

CMYK percentages

%6.18
%0
%7.3
%30.2

Codes

Color #A7B2A5 in popluar color models

A7B2A5
RGB167178165
HSL111°7.78%67.25%
HSB/HSV111°7.30%69.80%
CMYK6.18%0.00%7.30%
30.20%

Color #A7B2A5 in popluar number systems.

HEXA7B2A5
Decimal167178165
Binary101001111011001010100101
Octal247262245

Shades and tints

Shades of #A7B2A5

#A7B2A5
(167,178,165)
#98A296
(152,162,150)
#899287
(137,146,135)
#7A8278
(122,130,120)
#6B7269
(107,114,105)
#5C625A
(92,98,90)
#4D524B
(77,82,75)
#3E423C
(62,66,60)
#2F322D
(47,50,45)
#20221E
(32,34,30)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #A7B2A5

#A7B2A5
(167,178,165)
#AFB9AD
(175,185,173)
#B7C0B5
(183,192,181)
#BFC7BD
(191,199,189)
#C7CEC5
(199,206,197)
#CFD5CD
(207,213,205)
#D7DCD5
(215,220,213)
#DFE3DD
(223,227,221)
#E7EAE5
(231,234,229)
#EFF1ED
(239,241,237)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B2A5; }

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

This text font color is #A7B2A5.


Background Color

.myBgColor { background-color: #A7B2A5; }

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

This div background color is #A7B2A5.


Border color

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

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

This div border color is #A7B2A5.


Opacity

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

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

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

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

This text has shadow with #A7B2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B2A5 on black background.


Color preview on white background

This text has color #A7B2A5 on white background.



Black color preview on #A7B2A5 background

This text has black color on #A7B2A5 background.


White color preview on #A7B2A5 background

This text has white color on #A7B2A5 background.