COLOR #AD8398

HEX: #AD8398
RGB: (173,131,152)

Color info

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

RGB color model

#AD8398 color RGB value is (173,131,152).

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

RGB channels and saturation

R 173 of 255 = 68%
G 131 of 255 = 51%
B 152 of 255 = 60%

173
131
152

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

Portions of RGB colors in percentages

R + G + B =
173 + 131 + 152 = 456 (100%)
R 173 of 456 ~ 37.94%
G 131 of 456 ~ 28.73%
B 152 of 456 ~ 33.33%

%37.94
%28.73
%33.33

CMYK color model

#AD8398 color CMYK value is (0,24,12,32).

  • cyan value is 0.00%
  • magenta value is 24.28%
  • yellow value is 12.14%
  • key color value is 32.16%
CMYK:
(0,24,12,32)
C0M24Y12K32 
(0%,24%,12%,32%)
(0.00/0.24/0.12/0.32)	

CMYK percentages

%0
%24.28
%12.14
%32.16

Codes

Color #AD8398 in popluar color models

AD8398
RGB173131152
HSL330°20.39%59.61%
HSB/HSV330°24.28%67.84%
CMYK0.00%24.28%12.14%
32.16%

Color #AD8398 in popluar number systems.

HEXAD8398
Decimal173131152
Binary101011011000001110011000
Octal255203230

Shades and tints

Shades of #AD8398

#AD8398
(173,131,152)
#9E788B
(158,120,139)
#8F6D7E
(143,109,126)
#806271
(128,98,113)
#715764
(113,87,100)
#624C57
(98,76,87)
#53414A
(83,65,74)
#44363D
(68,54,61)
#352B30
(53,43,48)
#262023
(38,32,35)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #AD8398

#AD8398
(173,131,152)
#B48EA1
(180,142,161)
#BB99AA
(187,153,170)
#C2A4B3
(194,164,179)
#C9AFBC
(201,175,188)
#D0BAC5
(208,186,197)
#D7C5CE
(215,197,206)
#DED0D7
(222,208,215)
#E5DBE0
(229,219,224)
#ECE6E9
(236,230,233)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8398; }

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

This text font color is #AD8398.


Background Color

.myBgColor { background-color: #AD8398; }

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

This div background color is #AD8398.


Border color

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

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

This div border color is #AD8398.


Opacity

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

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

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

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

This text has shadow with #AD8398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8398 on black background.


Color preview on white background

This text has color #AD8398 on white background.



Black color preview on #AD8398 background

This text has black color on #AD8398 background.


White color preview on #AD8398 background

This text has white color on #AD8398 background.