COLOR #AD86CF

HEX: #AD86CF
RGB: (173,134,207)

Color info

#AD86CF contains mainly red and blue colors. Web safe color of #AD86CF is #9999CC (or #99C).

RGB color model

#AD86CF color RGB value is (173,134,207).

  • red value is 173;
  • green value is 134;
  • blue value is 207.
RGB:
(173,134,207)
(68%,53%,81%)

RGB channels and saturation

R 173 of 255 = 68%
G 134 of 255 = 53%
B 207 of 255 = 81%

173
134
207

R + G + B ~ 67%. #AD86CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 134 + 207 = 514 (100%)
R 173 of 514 ~ 33.66%
G 134 of 514 ~ 26.07%
B 207 of 514 ~ 40.27%

%33.66
%26.07
%40.27

CMYK color model

#AD86CF color CMYK value is (16,35,0,19).

  • cyan value is 16.43%
  • magenta value is 35.27%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(16,35,0,19)
C16M35Y0K19 
(16%,35%,0%,19%)
(0.16/0.35/0.00/0.19)	

CMYK percentages

%16.43
%35.27
%0
%18.82

Codes

Color #AD86CF in popluar color models

AD86CF
RGB173134207
HSL272°43.20%66.86%
HSB/HSV272°35.27%81.18%
CMYK16.43%35.27%0.00%
18.82%

Color #AD86CF in popluar number systems.

HEXAD86CF
Decimal173134207
Binary101011011000011011001111
Octal255206317

Shades and tints

Shades of #AD86CF

#AD86CF
(173,134,207)
#9E7ABD
(158,122,189)
#8F6EAB
(143,110,171)
#806299
(128,98,153)
#715687
(113,86,135)
#624A75
(98,74,117)
#533E63
(83,62,99)
#443251
(68,50,81)
#35263F
(53,38,63)
#261A2D
(38,26,45)
#170E1B
(23,14,27)
#000000
(0,0,0)

Tints of #AD86CF

#AD86CF
(173,134,207)
#B491D3
(180,145,211)
#BB9CD7
(187,156,215)
#C2A7DB
(194,167,219)
#C9B2DF
(201,178,223)
#D0BDE3
(208,189,227)
#D7C8E7
(215,200,231)
#DED3EB
(222,211,235)
#E5DEEF
(229,222,239)
#ECE9F3
(236,233,243)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD86CF; }

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

This text font color is #AD86CF.


Background Color

.myBgColor { background-color: #AD86CF; }

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

This div background color is #AD86CF.


Border color

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

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

This div border color is #AD86CF.


Opacity

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

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

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

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

This text has shadow with #AD86CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD86CF on black background.


Color preview on white background

This text has color #AD86CF on white background.



Black color preview on #AD86CF background

This text has black color on #AD86CF background.


White color preview on #AD86CF background

This text has white color on #AD86CF background.