COLOR #AD8E9D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

173
142
157

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

Portions of RGB colors in percentages

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

%36.65
%30.08
%33.26

CMYK color model

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

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

CMYK percentages

%0
%17.92
%9.25
%32.16

Codes

Color #AD8E9D in popluar color models

AD8E9D
RGB173142157
HSL331°15.90%61.76%
HSB/HSV331°17.92%67.84%
CMYK0.00%17.92%9.25%
32.16%

Color #AD8E9D in popluar number systems.

HEXAD8E9D
Decimal173142157
Binary101011011000111010011101
Octal255216235

Shades and tints

Shades of #AD8E9D

#AD8E9D
(173,142,157)
#9E828F
(158,130,143)
#8F7681
(143,118,129)
#806A73
(128,106,115)
#715E65
(113,94,101)
#625257
(98,82,87)
#534649
(83,70,73)
#443A3B
(68,58,59)
#352E2D
(53,46,45)
#26221F
(38,34,31)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #AD8E9D

#AD8E9D
(173,142,157)
#B498A5
(180,152,165)
#BBA2AD
(187,162,173)
#C2ACB5
(194,172,181)
#C9B6BD
(201,182,189)
#D0C0C5
(208,192,197)
#D7CACD
(215,202,205)
#DED4D5
(222,212,213)
#E5DEDD
(229,222,221)
#ECE8E5
(236,232,229)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8E9D; }

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

This text font color is #AD8E9D.


Background Color

.myBgColor { background-color: #AD8E9D; }

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

This div background color is #AD8E9D.


Border color

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

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

This div border color is #AD8E9D.


Opacity

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

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

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

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

This text has shadow with #AD8E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8E9D on black background.


Color preview on white background

This text has color #AD8E9D on white background.



Black color preview on #AD8E9D background

This text has black color on #AD8E9D background.


White color preview on #AD8E9D background

This text has white color on #AD8E9D background.