COLOR #AD8D94

HEX: #AD8D94
RGB: (173,141,148)

Color info

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

RGB color model

#AD8D94 color RGB value is (173,141,148).

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

RGB channels and saturation

R 173 of 255 = 68%
G 141 of 255 = 55%
B 148 of 255 = 58%

173
141
148

R + G + B ~ 60%. #AD8D94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 141 + 148 = 462 (100%)
R 173 of 462 ~ 37.45%
G 141 of 462 ~ 30.52%
B 148 of 462 ~ 32.03%

%37.45
%30.52
%32.03

CMYK color model

#AD8D94 color CMYK value is (0,18,14,32).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 14.45%
  • key color value is 32.16%
CMYK:
(0,18,14,32)
C0M18Y14K32 
(0%,18%,14%,32%)
(0.00/0.18/0.14/0.32)	

CMYK percentages

%0
%18.5
%14.45
%32.16

Codes

Color #AD8D94 in popluar color models

AD8D94
RGB173141148
HSL347°16.33%61.57%
HSB/HSV347°18.50%67.84%
CMYK0.00%18.50%14.45%
32.16%

Color #AD8D94 in popluar number systems.

HEXAD8D94
Decimal173141148
Binary101011011000110110010100
Octal255215224

Shades and tints

Shades of #AD8D94

#AD8D94
(173,141,148)
#9E8187
(158,129,135)
#8F757A
(143,117,122)
#80696D
(128,105,109)
#715D60
(113,93,96)
#625153
(98,81,83)
#534546
(83,69,70)
#443939
(68,57,57)
#352D2C
(53,45,44)
#26211F
(38,33,31)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #AD8D94

#AD8D94
(173,141,148)
#B4979D
(180,151,157)
#BBA1A6
(187,161,166)
#C2ABAF
(194,171,175)
#C9B5B8
(201,181,184)
#D0BFC1
(208,191,193)
#D7C9CA
(215,201,202)
#DED3D3
(222,211,211)
#E5DDDC
(229,221,220)
#ECE7E5
(236,231,229)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8D94; }

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

This text font color is #AD8D94.


Background Color

.myBgColor { background-color: #AD8D94; }

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

This div background color is #AD8D94.


Border color

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

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

This div border color is #AD8D94.


Opacity

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

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

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

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

This text has shadow with #AD8D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8D94 on black background.


Color preview on white background

This text has color #AD8D94 on white background.



Black color preview on #AD8D94 background

This text has black color on #AD8D94 background.


White color preview on #AD8D94 background

This text has white color on #AD8D94 background.