COLOR #AD9D8E

HEX: #AD9D8E
RGB: (173,157,142)

Color info

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

RGB color model

#AD9D8E color RGB value is (173,157,142).

  • red value is 173;
  • green value is 157;
  • blue value is 142.
RGB:
(173,157,142)
(68%,62%,56%)

RGB channels and saturation

R 173 of 255 = 68%
G 157 of 255 = 62%
B 142 of 255 = 56%

173
157
142

R + G + B ~ 62%. #AD9D8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 157 + 142 = 472 (100%)
R 173 of 472 ~ 36.65%
G 157 of 472 ~ 33.26%
B 142 of 472 ~ 30.08%

%36.65
%33.26
%30.08

CMYK color model

#AD9D8E color CMYK value is (0,9,18,32).

  • cyan value is 0.00%
  • magenta value is 9.25%
  • yellow value is 17.92%
  • key color value is 32.16%
CMYK:
(0,9,18,32)
C0M9Y18K32 
(0%,9%,18%,32%)
(0.00/0.09/0.18/0.32)	

CMYK percentages

%0
%9.25
%17.92
%32.16

Codes

Color #AD9D8E in popluar color models

AD9D8E
RGB173157142
HSL29°15.90%61.76%
HSB/HSV29°17.92%67.84%
CMYK0.00%9.25%17.92%
32.16%

Color #AD9D8E in popluar number systems.

HEXAD9D8E
Decimal173157142
Binary101011011001110110001110
Octal255235216

Shades and tints

Shades of #AD9D8E

#AD9D8E
(173,157,142)
#9E8F82
(158,143,130)
#8F8176
(143,129,118)
#80736A
(128,115,106)
#71655E
(113,101,94)
#625752
(98,87,82)
#534946
(83,73,70)
#443B3A
(68,59,58)
#352D2E
(53,45,46)
#261F22
(38,31,34)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #AD9D8E

#AD9D8E
(173,157,142)
#B4A598
(180,165,152)
#BBADA2
(187,173,162)
#C2B5AC
(194,181,172)
#C9BDB6
(201,189,182)
#D0C5C0
(208,197,192)
#D7CDCA
(215,205,202)
#DED5D4
(222,213,212)
#E5DDDE
(229,221,222)
#ECE5E8
(236,229,232)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9D8E color. Also use rgb(173,157,142) instead hex code.

Text Font Color

.myTextColor { color: #AD9D8E; }

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

This text font color is #AD9D8E.


Background Color

.myBgColor { background-color: #AD9D8E; }

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

This div background color is #AD9D8E.


Border color

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

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

This div border color is #AD9D8E.


Opacity

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

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

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

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

This text has shadow with #AD9D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9D8E on black background.


Color preview on white background

This text has color #AD9D8E on white background.



Black color preview on #AD9D8E background

This text has black color on #AD9D8E background.


White color preview on #AD9D8E background

This text has white color on #AD9D8E background.