COLOR #AD8C96

HEX: #AD8C96
RGB: (173,140,150)

Color info

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

RGB color model

#AD8C96 color RGB value is (173,140,150).

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

RGB channels and saturation

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

173
140
150

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

Portions of RGB colors in percentages

R + G + B =
173 + 140 + 150 = 463 (100%)
R 173 of 463 ~ 37.37%
G 140 of 463 ~ 30.24%
B 150 of 463 ~ 32.4%

%37.37
%30.24
%32.4

CMYK color model

#AD8C96 color CMYK value is (0,19,13,32).

  • cyan value is 0.00%
  • magenta value is 19.08%
  • yellow value is 13.29%
  • key color value is 32.16%
CMYK:
(0,19,13,32)
C0M19Y13K32 
(0%,19%,13%,32%)
(0.00/0.19/0.13/0.32)	

CMYK percentages

%0
%19.08
%13.29
%32.16

Codes

Color #AD8C96 in popluar color models

AD8C96
RGB173140150
HSL342°16.75%61.37%
HSB/HSV342°19.08%67.84%
CMYK0.00%19.08%13.29%
32.16%

Color #AD8C96 in popluar number systems.

HEXAD8C96
Decimal173140150
Binary101011011000110010010110
Octal255214226

Shades and tints

Shades of #AD8C96

#AD8C96
(173,140,150)
#9E8089
(158,128,137)
#8F747C
(143,116,124)
#80686F
(128,104,111)
#715C62
(113,92,98)
#625055
(98,80,85)
#534448
(83,68,72)
#44383B
(68,56,59)
#352C2E
(53,44,46)
#262021
(38,32,33)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #AD8C96

#AD8C96
(173,140,150)
#B4969F
(180,150,159)
#BBA0A8
(187,160,168)
#C2AAB1
(194,170,177)
#C9B4BA
(201,180,186)
#D0BEC3
(208,190,195)
#D7C8CC
(215,200,204)
#DED2D5
(222,210,213)
#E5DCDE
(229,220,222)
#ECE6E7
(236,230,231)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8C96; }

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

This text font color is #AD8C96.


Background Color

.myBgColor { background-color: #AD8C96; }

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

This div background color is #AD8C96.


Border color

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

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

This div border color is #AD8C96.


Opacity

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

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

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

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

This text has shadow with #AD8C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8C96 on black background.


Color preview on white background

This text has color #AD8C96 on white background.



Black color preview on #AD8C96 background

This text has black color on #AD8C96 background.


White color preview on #AD8C96 background

This text has white color on #AD8C96 background.