COLOR #A7AD9B

HEX: #A7AD9B
RGB: (167,173,155)

Color info

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

RGB color model

#A7AD9B color RGB value is (167,173,155).

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

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 155 of 255 = 61%

167
173
155

R + G + B ~ 65%. #A7AD9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 173 + 155 = 495 (100%)
R 167 of 495 ~ 33.74%
G 173 of 495 ~ 34.95%
B 155 of 495 ~ 31.31%

%33.74
%34.95
%31.31

CMYK color model

#A7AD9B color CMYK value is (3,0,10,32).

  • cyan value is 3.47%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 32.16%
CMYK:
(3,0,10,32)
C3M0Y10K32 
(3%,0%,10%,32%)
(0.03/0.00/0.10/0.32)	

CMYK percentages

%3.47
%0
%10.4
%32.16

Codes

Color #A7AD9B in popluar color models

A7AD9B
RGB167173155
HSL80°9.89%64.31%
HSB/HSV80°10.40%67.84%
CMYK3.47%0.00%10.40%
32.16%

Color #A7AD9B in popluar number systems.

HEXA7AD9B
Decimal167173155
Binary101001111010110110011011
Octal247255233

Shades and tints

Shades of #A7AD9B

#A7AD9B
(167,173,155)
#989E8D
(152,158,141)
#898F7F
(137,143,127)
#7A8071
(122,128,113)
#6B7163
(107,113,99)
#5C6255
(92,98,85)
#4D5347
(77,83,71)
#3E4439
(62,68,57)
#2F352B
(47,53,43)
#20261D
(32,38,29)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #A7AD9B

#A7AD9B
(167,173,155)
#AFB4A4
(175,180,164)
#B7BBAD
(183,187,173)
#BFC2B6
(191,194,182)
#C7C9BF
(199,201,191)
#CFD0C8
(207,208,200)
#D7D7D1
(215,215,209)
#DFDEDA
(223,222,218)
#E7E5E3
(231,229,227)
#EFECEC
(239,236,236)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AD9B; }

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

This text font color is #A7AD9B.


Background Color

.myBgColor { background-color: #A7AD9B; }

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

This div background color is #A7AD9B.


Border color

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

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

This div border color is #A7AD9B.


Opacity

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

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

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

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

This text has shadow with #A7AD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AD9B on black background.


Color preview on white background

This text has color #A7AD9B on white background.



Black color preview on #A7AD9B background

This text has black color on #A7AD9B background.


White color preview on #A7AD9B background

This text has white color on #A7AD9B background.