COLOR #AD8D96

HEX: #AD8D96
RGB: (173,141,150)

Color info

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

RGB color model

#AD8D96 color RGB value is (173,141,150).

  • red value is 173;
  • green value is 141;
  • blue value is 150.
RGB:
(173,141,150)
(68%,55%,59%)

RGB channels and saturation

R 173 of 255 = 68%
G 141 of 255 = 55%
B 150 of 255 = 59%

173
141
150

R + G + B ~ 61%. #AD8D96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 141 + 150 = 464 (100%)
R 173 of 464 ~ 37.28%
G 141 of 464 ~ 30.39%
B 150 of 464 ~ 32.33%

%37.28
%30.39
%32.33

CMYK color model

#AD8D96 color CMYK value is (0,18,13,32).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 13.29%
  • key color value is 32.16%
CMYK:
(0,18,13,32)
C0M18Y13K32 
(0%,18%,13%,32%)
(0.00/0.18/0.13/0.32)	

CMYK percentages

%0
%18.5
%13.29
%32.16

Codes

Color #AD8D96 in popluar color models

AD8D96
RGB173141150
HSL343°16.33%61.57%
HSB/HSV343°18.50%67.84%
CMYK0.00%18.50%13.29%
32.16%

Color #AD8D96 in popluar number systems.

HEXAD8D96
Decimal173141150
Binary101011011000110110010110
Octal255215226

Shades and tints

Shades of #AD8D96

#AD8D96
(173,141,150)
#9E8189
(158,129,137)
#8F757C
(143,117,124)
#80696F
(128,105,111)
#715D62
(113,93,98)
#625155
(98,81,85)
#534548
(83,69,72)
#44393B
(68,57,59)
#352D2E
(53,45,46)
#262121
(38,33,33)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #AD8D96

#AD8D96
(173,141,150)
#B4979F
(180,151,159)
#BBA1A8
(187,161,168)
#C2ABB1
(194,171,177)
#C9B5BA
(201,181,186)
#D0BFC3
(208,191,195)
#D7C9CC
(215,201,204)
#DED3D5
(222,211,213)
#E5DDDE
(229,221,222)
#ECE7E7
(236,231,231)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8D96 color. Also use rgb(173,141,150) instead hex code.

Text Font Color

.myTextColor { color: #AD8D96; }

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

This text font color is #AD8D96.


Background Color

.myBgColor { background-color: #AD8D96; }

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

This div background color is #AD8D96.


Border color

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

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

This div border color is #AD8D96.


Opacity

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

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

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

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

This text has shadow with #AD8D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8D96 on black background.


Color preview on white background

This text has color #AD8D96 on white background.



Black color preview on #AD8D96 background

This text has black color on #AD8D96 background.


White color preview on #AD8D96 background

This text has white color on #AD8D96 background.