COLOR #AD8F9D

HEX: #AD8F9D
RGB: (173,143,157)

Color info

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

RGB color model

#AD8F9D color RGB value is (173,143,157).

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

RGB channels and saturation

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

173
143
157

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

Portions of RGB colors in percentages

R + G + B =
173 + 143 + 157 = 473 (100%)
R 173 of 473 ~ 36.58%
G 143 of 473 ~ 30.23%
B 157 of 473 ~ 33.19%

%36.58
%30.23
%33.19

CMYK color model

#AD8F9D color CMYK value is (0,17,9,32).

  • cyan value is 0.00%
  • magenta value is 17.34%
  • yellow value is 9.25%
  • key color value is 32.16%
CMYK:
(0,17,9,32)
C0M17Y9K32 
(0%,17%,9%,32%)
(0.00/0.17/0.09/0.32)	

CMYK percentages

%0
%17.34
%9.25
%32.16

Codes

Color #AD8F9D in popluar color models

AD8F9D
RGB173143157
HSL332°15.46%61.96%
HSB/HSV332°17.34%67.84%
CMYK0.00%17.34%9.25%
32.16%

Color #AD8F9D in popluar number systems.

HEXAD8F9D
Decimal173143157
Binary101011011000111110011101
Octal255217235

Shades and tints

Shades of #AD8F9D

#AD8F9D
(173,143,157)
#9E828F
(158,130,143)
#8F7581
(143,117,129)
#806873
(128,104,115)
#715B65
(113,91,101)
#624E57
(98,78,87)
#534149
(83,65,73)
#44343B
(68,52,59)
#35272D
(53,39,45)
#261A1F
(38,26,31)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #AD8F9D

#AD8F9D
(173,143,157)
#B499A5
(180,153,165)
#BBA3AD
(187,163,173)
#C2ADB5
(194,173,181)
#C9B7BD
(201,183,189)
#D0C1C5
(208,193,197)
#D7CBCD
(215,203,205)
#DED5D5
(222,213,213)
#E5DFDD
(229,223,221)
#ECE9E5
(236,233,229)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8F9D; }

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

This text font color is #AD8F9D.


Background Color

.myBgColor { background-color: #AD8F9D; }

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

This div background color is #AD8F9D.


Border color

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

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

This div border color is #AD8F9D.


Opacity

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

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

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

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

This text has shadow with #AD8F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8F9D on black background.


Color preview on white background

This text has color #AD8F9D on white background.



Black color preview on #AD8F9D background

This text has black color on #AD8F9D background.


White color preview on #AD8F9D background

This text has white color on #AD8F9D background.