COLOR #AD9B9D

HEX: #AD9B9D
RGB: (173,155,157)

Color info

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

RGB color model

#AD9B9D color RGB value is (173,155,157).

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

RGB channels and saturation

R 173 of 255 = 68%
G 155 of 255 = 61%
B 157 of 255 = 62%

173
155
157

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

Portions of RGB colors in percentages

R + G + B =
173 + 155 + 157 = 485 (100%)
R 173 of 485 ~ 35.67%
G 155 of 485 ~ 31.96%
B 157 of 485 ~ 32.37%

%35.67
%31.96
%32.37

CMYK color model

#AD9B9D color CMYK value is (0,10,9,32).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 9.25%
  • key color value is 32.16%
CMYK:
(0,10,9,32)
C0M10Y9K32 
(0%,10%,9%,32%)
(0.00/0.10/0.09/0.32)	

CMYK percentages

%0
%10.4
%9.25
%32.16

Codes

Color #AD9B9D in popluar color models

AD9B9D
RGB173155157
HSL353°9.89%64.31%
HSB/HSV353°10.40%67.84%
CMYK0.00%10.40%9.25%
32.16%

Color #AD9B9D in popluar number systems.

HEXAD9B9D
Decimal173155157
Binary101011011001101110011101
Octal255233235

Shades and tints

Shades of #AD9B9D

#AD9B9D
(173,155,157)
#9E8D8F
(158,141,143)
#8F7F81
(143,127,129)
#807173
(128,113,115)
#716365
(113,99,101)
#625557
(98,85,87)
#534749
(83,71,73)
#44393B
(68,57,59)
#352B2D
(53,43,45)
#261D1F
(38,29,31)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #AD9B9D

#AD9B9D
(173,155,157)
#B4A4A5
(180,164,165)
#BBADAD
(187,173,173)
#C2B6B5
(194,182,181)
#C9BFBD
(201,191,189)
#D0C8C5
(208,200,197)
#D7D1CD
(215,209,205)
#DEDAD5
(222,218,213)
#E5E3DD
(229,227,221)
#ECECE5
(236,236,229)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9B9D; }

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

This text font color is #AD9B9D.


Background Color

.myBgColor { background-color: #AD9B9D; }

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

This div background color is #AD9B9D.


Border color

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

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

This div border color is #AD9B9D.


Opacity

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

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

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

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

This text has shadow with #AD9B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9B9D on black background.


Color preview on white background

This text has color #AD9B9D on white background.



Black color preview on #AD9B9D background

This text has black color on #AD9B9D background.


White color preview on #AD9B9D background

This text has white color on #AD9B9D background.