COLOR #AD8DC0

HEX: #AD8DC0
RGB: (173,141,192)

Color info

#AD8DC0 contains red, green and blue colors in about the same proportion. Web safe color of #AD8DC0 is #9999CC (or #99C).

RGB color model

#AD8DC0 color RGB value is (173,141,192).

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

RGB channels and saturation

R 173 of 255 = 68%
G 141 of 255 = 55%
B 192 of 255 = 75%

173
141
192

R + G + B ~ 66%. #AD8DC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 141 + 192 = 506 (100%)
R 173 of 506 ~ 34.19%
G 141 of 506 ~ 27.87%
B 192 of 506 ~ 37.94%

%34.19
%27.87
%37.94

CMYK color model

#AD8DC0 color CMYK value is (10,27,0,25).

  • cyan value is 9.90%
  • magenta value is 26.56%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(10,27,0,25)
C10M27Y0K25 
(10%,27%,0%,25%)
(0.10/0.27/0.00/0.25)	

CMYK percentages

%9.9
%26.56
%0
%24.71

Codes

Color #AD8DC0 in popluar color models

AD8DC0
RGB173141192
HSL278°28.81%65.29%
HSB/HSV278°26.56%75.29%
CMYK9.90%26.56%0.00%
24.71%

Color #AD8DC0 in popluar number systems.

HEXAD8DC0
Decimal173141192
Binary101011011000110111000000
Octal255215300

Shades and tints

Shades of #AD8DC0

#AD8DC0
(173,141,192)
#9E81AF
(158,129,175)
#8F759E
(143,117,158)
#80698D
(128,105,141)
#715D7C
(113,93,124)
#62516B
(98,81,107)
#53455A
(83,69,90)
#443949
(68,57,73)
#352D38
(53,45,56)
#262127
(38,33,39)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #AD8DC0

#AD8DC0
(173,141,192)
#B497C5
(180,151,197)
#BBA1CA
(187,161,202)
#C2ABCF
(194,171,207)
#C9B5D4
(201,181,212)
#D0BFD9
(208,191,217)
#D7C9DE
(215,201,222)
#DED3E3
(222,211,227)
#E5DDE8
(229,221,232)
#ECE7ED
(236,231,237)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8DC0; }

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

This text font color is #AD8DC0.


Background Color

.myBgColor { background-color: #AD8DC0; }

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

This div background color is #AD8DC0.


Border color

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

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

This div border color is #AD8DC0.


Opacity

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

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

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

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

This text has shadow with #AD8DC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8DC0 on black background.


Color preview on white background

This text has color #AD8DC0 on white background.



Black color preview on #AD8DC0 background

This text has black color on #AD8DC0 background.


White color preview on #AD8DC0 background

This text has white color on #AD8DC0 background.