COLOR #AD9D9F

HEX: #AD9D9F
RGB: (173,157,159)

Color info

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

RGB color model

#AD9D9F color RGB value is (173,157,159).

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

RGB channels and saturation

R 173 of 255 = 68%
G 157 of 255 = 62%
B 159 of 255 = 62%

173
157
159

R + G + B ~ 64%. #AD9D9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 157 + 159 = 489 (100%)
R 173 of 489 ~ 35.38%
G 157 of 489 ~ 32.11%
B 159 of 489 ~ 32.52%

%35.38
%32.11
%32.52

CMYK color model

#AD9D9F color CMYK value is (0,9,8,32).

  • cyan value is 0.00%
  • magenta value is 9.25%
  • yellow value is 8.09%
  • key color value is 32.16%
CMYK:
(0,9,8,32)
C0M9Y8K32 
(0%,9%,8%,32%)
(0.00/0.09/0.08/0.32)	

CMYK percentages

%0
%9.25
%8.09
%32.16

Codes

Color #AD9D9F in popluar color models

AD9D9F
RGB173157159
HSL353°8.89%64.71%
HSB/HSV353°9.25%67.84%
CMYK0.00%9.25%8.09%
32.16%

Color #AD9D9F in popluar number systems.

HEXAD9D9F
Decimal173157159
Binary101011011001110110011111
Octal255235237

Shades and tints

Shades of #AD9D9F

#AD9D9F
(173,157,159)
#9E8F91
(158,143,145)
#8F8183
(143,129,131)
#807375
(128,115,117)
#716567
(113,101,103)
#625759
(98,87,89)
#53494B
(83,73,75)
#443B3D
(68,59,61)
#352D2F
(53,45,47)
#261F21
(38,31,33)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #AD9D9F

#AD9D9F
(173,157,159)
#B4A5A7
(180,165,167)
#BBADAF
(187,173,175)
#C2B5B7
(194,181,183)
#C9BDBF
(201,189,191)
#D0C5C7
(208,197,199)
#D7CDCF
(215,205,207)
#DED5D7
(222,213,215)
#E5DDDF
(229,221,223)
#ECE5E7
(236,229,231)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9D9F; }

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

This text font color is #AD9D9F.


Background Color

.myBgColor { background-color: #AD9D9F; }

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

This div background color is #AD9D9F.


Border color

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

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

This div border color is #AD9D9F.


Opacity

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

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

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

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

This text has shadow with #AD9D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9D9F on black background.


Color preview on white background

This text has color #AD9D9F on white background.



Black color preview on #AD9D9F background

This text has black color on #AD9D9F background.


White color preview on #AD9D9F background

This text has white color on #AD9D9F background.