COLOR #AD86CA

HEX: #AD86CA
RGB: (173,134,202)

Color info

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

RGB color model

#AD86CA color RGB value is (173,134,202).

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

RGB channels and saturation

R 173 of 255 = 68%
G 134 of 255 = 53%
B 202 of 255 = 79%

173
134
202

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

Portions of RGB colors in percentages

R + G + B =
173 + 134 + 202 = 509 (100%)
R 173 of 509 ~ 33.99%
G 134 of 509 ~ 26.33%
B 202 of 509 ~ 39.69%

%33.99
%26.33
%39.69

CMYK color model

#AD86CA color CMYK value is (14,34,0,21).

  • cyan value is 14.36%
  • magenta value is 33.66%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(14,34,0,21)
C14M34Y0K21 
(14%,34%,0%,21%)
(0.14/0.34/0.00/0.21)	

CMYK percentages

%14.36
%33.66
%0
%20.78

Codes

Color #AD86CA in popluar color models

AD86CA
RGB173134202
HSL274°39.08%65.88%
HSB/HSV274°33.66%79.22%
CMYK14.36%33.66%0.00%
20.78%

Color #AD86CA in popluar number systems.

HEXAD86CA
Decimal173134202
Binary101011011000011011001010
Octal255206312

Shades and tints

Shades of #AD86CA

#AD86CA
(173,134,202)
#9E7AB8
(158,122,184)
#8F6EA6
(143,110,166)
#806294
(128,98,148)
#715682
(113,86,130)
#624A70
(98,74,112)
#533E5E
(83,62,94)
#44324C
(68,50,76)
#35263A
(53,38,58)
#261A28
(38,26,40)
#170E16
(23,14,22)
#000000
(0,0,0)

Tints of #AD86CA

#AD86CA
(173,134,202)
#B491CE
(180,145,206)
#BB9CD2
(187,156,210)
#C2A7D6
(194,167,214)
#C9B2DA
(201,178,218)
#D0BDDE
(208,189,222)
#D7C8E2
(215,200,226)
#DED3E6
(222,211,230)
#E5DEEA
(229,222,234)
#ECE9EE
(236,233,238)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD86CA; }

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

This text font color is #AD86CA.


Background Color

.myBgColor { background-color: #AD86CA; }

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

This div background color is #AD86CA.


Border color

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

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

This div border color is #AD86CA.


Opacity

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

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

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

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

This text has shadow with #AD86CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD86CA on black background.


Color preview on white background

This text has color #AD86CA on white background.



Black color preview on #AD86CA background

This text has black color on #AD86CA background.


White color preview on #AD86CA background

This text has white color on #AD86CA background.