COLOR #A86DBE

HEX: #A86DBE
RGB: (168,109,190)

Color info

#A86DBE contains mainly red and blue colors. Web safe color of #A86DBE is #9966CC (or #96C).

RGB color model

#A86DBE color RGB value is (168,109,190).

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

RGB channels and saturation

R 168 of 255 = 66%
G 109 of 255 = 43%
B 190 of 255 = 75%

168
109
190

R + G + B ~ 61%. #A86DBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 109 + 190 = 467 (100%)
R 168 of 467 ~ 35.97%
G 109 of 467 ~ 23.34%
B 190 of 467 ~ 40.69%

%35.97
%23.34
%40.69

CMYK color model

#A86DBE color CMYK value is (12,43,0,25).

  • cyan value is 11.58%
  • magenta value is 42.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(12,43,0,25)
C12M43Y0K25 
(12%,43%,0%,25%)
(0.12/0.43/0.00/0.25)	

CMYK percentages

%11.58
%42.63
%0
%25.49

Codes

Color #A86DBE in popluar color models

A86DBE
RGB168109190
HSL284°38.39%58.63%
HSB/HSV284°42.63%74.51%
CMYK11.58%42.63%0.00%
25.49%

Color #A86DBE in popluar number systems.

HEXA86DBE
Decimal168109190
Binary10101000110110110111110
Octal250155276

Shades and tints

Shades of #A86DBE

#A86DBE
(168,109,190)
#9964AD
(153,100,173)
#8A5B9C
(138,91,156)
#7B528B
(123,82,139)
#6C497A
(108,73,122)
#5D4069
(93,64,105)
#4E3758
(78,55,88)
#3F2E47
(63,46,71)
#302536
(48,37,54)
#211C25
(33,28,37)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #A86DBE

#A86DBE
(168,109,190)
#AF7AC3
(175,122,195)
#B687C8
(182,135,200)
#BD94CD
(189,148,205)
#C4A1D2
(196,161,210)
#CBAED7
(203,174,215)
#D2BBDC
(210,187,220)
#D9C8E1
(217,200,225)
#E0D5E6
(224,213,230)
#E7E2EB
(231,226,235)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A86DBE; }

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

This text font color is #A86DBE.


Background Color

.myBgColor { background-color: #A86DBE; }

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

This div background color is #A86DBE.


Border color

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

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

This div border color is #A86DBE.


Opacity

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

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

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

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

This text has shadow with #A86DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86DBE on black background.


Color preview on white background

This text has color #A86DBE on white background.



Black color preview on #A86DBE background

This text has black color on #A86DBE background.


White color preview on #A86DBE background

This text has white color on #A86DBE background.