COLOR #AD8FAD

HEX: #AD8FAD
RGB: (173,143,173)

Color info

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

RGB color model

#AD8FAD color RGB value is (173,143,173).

  • red value is 173;
  • green value is 143;
  • blue value is 173.
RGB:
(173,143,173)
(68%,56%,68%)

RGB channels and saturation

R 173 of 255 = 68%
G 143 of 255 = 56%
B 173 of 255 = 68%

173
143
173

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

Portions of RGB colors in percentages

R + G + B =
173 + 143 + 173 = 489 (100%)
R 173 of 489 ~ 35.38%
G 143 of 489 ~ 29.24%
B 173 of 489 ~ 35.38%

%35.38
%29.24
%35.38

CMYK color model

#AD8FAD color CMYK value is (0,17,0,32).

  • cyan value is 0.00%
  • magenta value is 17.34%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(0,17,0,32)
C0M17Y0K32 
(0%,17%,0%,32%)
(0.00/0.17/0.00/0.32)	

CMYK percentages

%0
%17.34
%0
%32.16

Codes

Color #AD8FAD in popluar color models

AD8FAD
RGB173143173
HSL300°15.46%61.96%
HSB/HSV300°17.34%67.84%
CMYK0.00%17.34%0.00%
32.16%

Color #AD8FAD in popluar number systems.

HEXAD8FAD
Decimal173143173
Binary101011011000111110101101
Octal255217255

Shades and tints

Shades of #AD8FAD

#AD8FAD
(173,143,173)
#9E829E
(158,130,158)
#8F758F
(143,117,143)
#806880
(128,104,128)
#715B71
(113,91,113)
#624E62
(98,78,98)
#534153
(83,65,83)
#443444
(68,52,68)
#352735
(53,39,53)
#261A26
(38,26,38)
#170D17
(23,13,23)
#000000
(0,0,0)

Tints of #AD8FAD

#AD8FAD
(173,143,173)
#B499B4
(180,153,180)
#BBA3BB
(187,163,187)
#C2ADC2
(194,173,194)
#C9B7C9
(201,183,201)
#D0C1D0
(208,193,208)
#D7CBD7
(215,203,215)
#DED5DE
(222,213,222)
#E5DFE5
(229,223,229)
#ECE9EC
(236,233,236)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8FAD; }

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

This text font color is #AD8FAD.


Background Color

.myBgColor { background-color: #AD8FAD; }

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

This div background color is #AD8FAD.


Border color

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

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

This div border color is #AD8FAD.


Opacity

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

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

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

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

This text has shadow with #AD8FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8FAD on black background.


Color preview on white background

This text has color #AD8FAD on white background.



Black color preview on #AD8FAD background

This text has black color on #AD8FAD background.


White color preview on #AD8FAD background

This text has white color on #AD8FAD background.