COLOR #AD8394

HEX: #AD8394
RGB: (173,131,148)

Color info

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

RGB color model

#AD8394 color RGB value is (173,131,148).

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

RGB channels and saturation

R 173 of 255 = 68%
G 131 of 255 = 51%
B 148 of 255 = 58%

173
131
148

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

Portions of RGB colors in percentages

R + G + B =
173 + 131 + 148 = 452 (100%)
R 173 of 452 ~ 38.27%
G 131 of 452 ~ 28.98%
B 148 of 452 ~ 32.74%

%38.27
%28.98
%32.74

CMYK color model

#AD8394 color CMYK value is (0,24,14,32).

  • cyan value is 0.00%
  • magenta value is 24.28%
  • yellow value is 14.45%
  • key color value is 32.16%
CMYK:
(0,24,14,32)
C0M24Y14K32 
(0%,24%,14%,32%)
(0.00/0.24/0.14/0.32)	

CMYK percentages

%0
%24.28
%14.45
%32.16

Codes

Color #AD8394 in popluar color models

AD8394
RGB173131148
HSL336°20.39%59.61%
HSB/HSV336°24.28%67.84%
CMYK0.00%24.28%14.45%
32.16%

Color #AD8394 in popluar number systems.

HEXAD8394
Decimal173131148
Binary101011011000001110010100
Octal255203224

Shades and tints

Shades of #AD8394

#AD8394
(173,131,148)
#9E7887
(158,120,135)
#8F6D7A
(143,109,122)
#80626D
(128,98,109)
#715760
(113,87,96)
#624C53
(98,76,83)
#534146
(83,65,70)
#443639
(68,54,57)
#352B2C
(53,43,44)
#26201F
(38,32,31)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #AD8394

#AD8394
(173,131,148)
#B48E9D
(180,142,157)
#BB99A6
(187,153,166)
#C2A4AF
(194,164,175)
#C9AFB8
(201,175,184)
#D0BAC1
(208,186,193)
#D7C5CA
(215,197,202)
#DED0D3
(222,208,211)
#E5DBDC
(229,219,220)
#ECE6E5
(236,230,229)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8394; }

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

This text font color is #AD8394.


Background Color

.myBgColor { background-color: #AD8394; }

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

This div background color is #AD8394.


Border color

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

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

This div border color is #AD8394.


Opacity

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

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

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

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

This text has shadow with #AD8394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8394 on black background.


Color preview on white background

This text has color #AD8394 on white background.



Black color preview on #AD8394 background

This text has black color on #AD8394 background.


White color preview on #AD8394 background

This text has white color on #AD8394 background.