COLOR #AD8BAF

HEX: #AD8BAF
RGB: (173,139,175)

Color info

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

RGB color model

#AD8BAF color RGB value is (173,139,175).

  • red value is 173;
  • green value is 139;
  • blue value is 175.
RGB:
(173,139,175)
(68%,55%,69%)

RGB channels and saturation

R 173 of 255 = 68%
G 139 of 255 = 55%
B 175 of 255 = 69%

173
139
175

R + G + B ~ 64%. #AD8BAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 139 + 175 = 487 (100%)
R 173 of 487 ~ 35.52%
G 139 of 487 ~ 28.54%
B 175 of 487 ~ 35.93%

%35.52
%28.54
%35.93

CMYK color model

#AD8BAF color CMYK value is (1,21,0,31).

  • cyan value is 1.14%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(1,21,0,31)
C1M21Y0K31 
(1%,21%,0%,31%)
(0.01/0.21/0.00/0.31)	

CMYK percentages

%1.14
%20.57
%0
%31.37

Codes

Color #AD8BAF in popluar color models

AD8BAF
RGB173139175
HSL297°18.37%61.57%
HSB/HSV297°20.57%68.63%
CMYK1.14%20.57%0.00%
31.37%

Color #AD8BAF in popluar number systems.

HEXAD8BAF
Decimal173139175
Binary101011011000101110101111
Octal255213257

Shades and tints

Shades of #AD8BAF

#AD8BAF
(173,139,175)
#9E7FA0
(158,127,160)
#8F7391
(143,115,145)
#806782
(128,103,130)
#715B73
(113,91,115)
#624F64
(98,79,100)
#534355
(83,67,85)
#443746
(68,55,70)
#352B37
(53,43,55)
#261F28
(38,31,40)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #AD8BAF

#AD8BAF
(173,139,175)
#B495B6
(180,149,182)
#BB9FBD
(187,159,189)
#C2A9C4
(194,169,196)
#C9B3CB
(201,179,203)
#D0BDD2
(208,189,210)
#D7C7D9
(215,199,217)
#DED1E0
(222,209,224)
#E5DBE7
(229,219,231)
#ECE5EE
(236,229,238)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8BAF color. Also use rgb(173,139,175) instead hex code.

Text Font Color

.myTextColor { color: #AD8BAF; }

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

This text font color is #AD8BAF.


Background Color

.myBgColor { background-color: #AD8BAF; }

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

This div background color is #AD8BAF.


Border color

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

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

This div border color is #AD8BAF.


Opacity

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

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

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

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

This text has shadow with #AD8BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8BAF on black background.


Color preview on white background

This text has color #AD8BAF on white background.



Black color preview on #AD8BAF background

This text has black color on #AD8BAF background.


White color preview on #AD8BAF background

This text has white color on #AD8BAF background.