COLOR #A86DA5

HEX: #A86DA5
RGB: (168,109,165)

Color info

#A86DA5 contains red, green and blue colors in about the same proportion. Web safe color of #A86DA5 is #996699 (or #969).

RGB color model

#A86DA5 color RGB value is (168,109,165).

  • red value is 168;
  • green value is 109;
  • blue value is 165.
RGB:
(168,109,165)
(66%,43%,65%)

RGB channels and saturation

R 168 of 255 = 66%
G 109 of 255 = 43%
B 165 of 255 = 65%

168
109
165

R + G + B ~ 58%. #A86DA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
168 + 109 + 165 = 442 (100%)
R 168 of 442 ~ 38.01%
G 109 of 442 ~ 24.66%
B 165 of 442 ~ 37.33%

%38.01
%24.66
%37.33

CMYK color model

#A86DA5 color CMYK value is (0,35,2,34).

  • cyan value is 0.00%
  • magenta value is 35.12%
  • yellow value is 1.79%
  • key color value is 34.12%
CMYK:
(0,35,2,34)
C0M35Y2K34 
(0%,35%,2%,34%)
(0.00/0.35/0.02/0.34)	

CMYK percentages

%0
%35.12
%1.79
%34.12

Codes

Color #A86DA5 in popluar color models

A86DA5
RGB168109165
HSL303°25.32%54.31%
HSB/HSV303°35.12%65.88%
CMYK0.00%35.12%1.79%
34.12%

Color #A86DA5 in popluar number systems.

HEXA86DA5
Decimal168109165
Binary10101000110110110100101
Octal250155245

Shades and tints

Shades of #A86DA5

#A86DA5
(168,109,165)
#996496
(153,100,150)
#8A5B87
(138,91,135)
#7B5278
(123,82,120)
#6C4969
(108,73,105)
#5D405A
(93,64,90)
#4E374B
(78,55,75)
#3F2E3C
(63,46,60)
#30252D
(48,37,45)
#211C1E
(33,28,30)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #A86DA5

#A86DA5
(168,109,165)
#AF7AAD
(175,122,173)
#B687B5
(182,135,181)
#BD94BD
(189,148,189)
#C4A1C5
(196,161,197)
#CBAECD
(203,174,205)
#D2BBD5
(210,187,213)
#D9C8DD
(217,200,221)
#E0D5E5
(224,213,229)
#E7E2ED
(231,226,237)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86DA5 color. Also use rgb(168,109,165) instead hex code.

Text Font Color

.myTextColor { color: #A86DA5; }

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

This text font color is #A86DA5.


Background Color

.myBgColor { background-color: #A86DA5; }

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

This div background color is #A86DA5.


Border color

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

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

This div border color is #A86DA5.


Opacity

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

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

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

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

This text has shadow with #A86DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86DA5 on black background.


Color preview on white background

This text has color #A86DA5 on white background.



Black color preview on #A86DA5 background

This text has black color on #A86DA5 background.


White color preview on #A86DA5 background

This text has white color on #A86DA5 background.