COLOR #AD8C9D

HEX: #AD8C9D RGB: (173,140,157)

Color info

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

RGB color model

#AD8C9D color RGB value is (173,140,157).

RGB: (173,140,157) (68%, 55%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 140 of 255 = 55%
B 157 of 255 = 62%

173
140
157

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

Portions of RGB colors in percentages

R + G + B = 173 + 140 + 157 = 470 (100%)
R 173 of 470 ~ 36.81%
G 140 of 470 ~ 29.79%
B 157 of 470 ~ 33.4'%

%36.81
%29.79
%33.4

CMYK color model

#AD8C9D color CMYK value is (0,19,9,32).

  • cyan value is 0.00%
  • magenta value is 19.08%
  • yellow value is 9.25%
  • key color value is 32.16%

CMYK: (0,19,9,32)
C0M19Y9K32 (0%, 19%, 9%, 32%)
(0.00 / 0.19 / 0.09 / 0.32)

CMYK percentages

%0
%19.08
%9.25
%32.16

Codes

Color #AD8C9D in popluar color models

AD 8C 9D
RGB 173 140 157
HSL 329° 16.75% 61.37%
HSB/HSV 329° 19.08% 67.84%
CMYK 0.00% 19.08% 9.25%
32.16%

Color #AD8C9D in popluar number systems.

HEX AD 8C 9D
Decimal 173 140 157
Binary 10101101 10001100 10011101
Octal 255 214 235

Shades and tints

Shades of #AD8C9D

#AD8C9D
(173,140,157)
#9E808F
(158,128,143)
#8F7481
(143,116,129)
#806873
(128,104,115)
#715C65
(113,92,101)
#625057
(98,80,87)
#534449
(83,68,73)
#44383B
(68,56,59)
#352C2D
(53,44,45)
#26201F
(38,32,31)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #AD8C9D

#AD8C9D
(173,140,157)
#B496A5
(180,150,165)
#BBA0AD
(187,160,173)
#C2AAB5
(194,170,181)
#C9B4BD
(201,180,189)
#D0BEC5
(208,190,197)
#D7C8CD
(215,200,205)
#DED2D5
(222,210,213)
#E5DCDD
(229,220,221)
#ECE6E5
(236,230,229)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8C9D; }

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

This text font color is #AD8C9D.

Background Color

.myBgColor { background-color: #AD8C9D; }

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

This div background color is #AD8C9D.

Border color

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

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

This div border color is #AD8C9D.

Opacity

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

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

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

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

This text has shadow with #AD8C9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8C9D.

Preview

Color preview on black background

This text has color #AD8C9D on black background.


Color preview on white background

This text has color #AD8C9D on white background.


Black color preview on #AD8C9D background

This text has black color on #AD8C9D background.


White color preview on #AD8C9D background

This text has white color on #AD8C9D background.


Related colors

Complementary color

Complementary color for #hex is #527362.


I love getcolorcode.com

Triadic colors

1 #9DAD8C and #8C9DAD with #AD8C9D are triadic colors.

2 #9D8CAD and #8CAD9D with #AD8C9D are triadic colors.