COLOR #A7B6AD

HEX: #A7B6AD
RGB: (167,182,173)

Color info

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

RGB color model

#A7B6AD color RGB value is (167,182,173).

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

RGB channels and saturation

R 167 of 255 = 65%
G 182 of 255 = 71%
B 173 of 255 = 68%

167
182
173

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

Portions of RGB colors in percentages

R + G + B =
167 + 182 + 173 = 522 (100%)
R 167 of 522 ~ 31.99%
G 182 of 522 ~ 34.87%
B 173 of 522 ~ 33.14%

%31.99
%34.87
%33.14

CMYK color model

#A7B6AD color CMYK value is (8,0,5,29).

  • cyan value is 8.24%
  • magenta value is 0.00%
  • yellow value is 4.95%
  • key color value is 28.63%
CMYK:
(8,0,5,29)
C8M0Y5K29 
(8%,0%,5%,29%)
(0.08/0.00/0.05/0.29)	

CMYK percentages

%8.24
%0
%4.95
%28.63

Codes

Color #A7B6AD in popluar color models

A7B6AD
RGB167182173
HSL144°9.32%68.43%
HSB/HSV144°8.24%71.37%
CMYK8.24%0.00%4.95%
28.63%

Color #A7B6AD in popluar number systems.

HEXA7B6AD
Decimal167182173
Binary101001111011011010101101
Octal247266255

Shades and tints

Shades of #A7B6AD

#A7B6AD
(167,182,173)
#98A69E
(152,166,158)
#89968F
(137,150,143)
#7A8680
(122,134,128)
#6B7671
(107,118,113)
#5C6662
(92,102,98)
#4D5653
(77,86,83)
#3E4644
(62,70,68)
#2F3635
(47,54,53)
#202626
(32,38,38)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #A7B6AD

#A7B6AD
(167,182,173)
#AFBCB4
(175,188,180)
#B7C2BB
(183,194,187)
#BFC8C2
(191,200,194)
#C7CEC9
(199,206,201)
#CFD4D0
(207,212,208)
#D7DAD7
(215,218,215)
#DFE0DE
(223,224,222)
#E7E6E5
(231,230,229)
#EFECEC
(239,236,236)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B6AD; }

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

This text font color is #A7B6AD.


Background Color

.myBgColor { background-color: #A7B6AD; }

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

This div background color is #A7B6AD.


Border color

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

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

This div border color is #A7B6AD.


Opacity

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

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

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

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

This text has shadow with #A7B6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B6AD on black background.


Color preview on white background

This text has color #A7B6AD on white background.



Black color preview on #A7B6AD background

This text has black color on #A7B6AD background.


White color preview on #A7B6AD background

This text has white color on #A7B6AD background.