COLOR #A86BA6

HEX: #A86BA6
RGB: (168,107,166)

Color info

#A86BA6 contains mainly red and blue colors. Web safe color of #A86BA6 is #996699 (or #969).

RGB color model

#A86BA6 color RGB value is (168,107,166).

  • red value is 168;
  • green value is 107;
  • blue value is 166.
RGB:
(168,107,166)
(66%,42%,65%)

RGB channels and saturation

R 168 of 255 = 66%
G 107 of 255 = 42%
B 166 of 255 = 65%

168
107
166

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

Portions of RGB colors in percentages

R + G + B =
168 + 107 + 166 = 441 (100%)
R 168 of 441 ~ 38.1%
G 107 of 441 ~ 24.26%
B 166 of 441 ~ 37.64%

%38.1
%24.26
%37.64

CMYK color model

#A86BA6 color CMYK value is (0,36,1,34).

  • cyan value is 0.00%
  • magenta value is 36.31%
  • yellow value is 1.19%
  • key color value is 34.12%
CMYK:
(0,36,1,34)
C0M36Y1K34 
(0%,36%,1%,34%)
(0.00/0.36/0.01/0.34)	

CMYK percentages

%0
%36.31
%1.19
%34.12

Codes

Color #A86BA6 in popluar color models

A86BA6
RGB168107166
HSL302°25.96%53.92%
HSB/HSV302°36.31%65.88%
CMYK0.00%36.31%1.19%
34.12%

Color #A86BA6 in popluar number systems.

HEXA86BA6
Decimal168107166
Binary10101000110101110100110
Octal250153246

Shades and tints

Shades of #A86BA6

#A86BA6
(168,107,166)
#996297
(153,98,151)
#8A5988
(138,89,136)
#7B5079
(123,80,121)
#6C476A
(108,71,106)
#5D3E5B
(93,62,91)
#4E354C
(78,53,76)
#3F2C3D
(63,44,61)
#30232E
(48,35,46)
#211A1F
(33,26,31)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #A86BA6

#A86BA6
(168,107,166)
#AF78AE
(175,120,174)
#B685B6
(182,133,182)
#BD92BE
(189,146,190)
#C49FC6
(196,159,198)
#CBACCE
(203,172,206)
#D2B9D6
(210,185,214)
#D9C6DE
(217,198,222)
#E0D3E6
(224,211,230)
#E7E0EE
(231,224,238)
#EEEDF6
(238,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86BA6 color. Also use rgb(168,107,166) instead hex code.

Text Font Color

.myTextColor { color: #A86BA6; }

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

This text font color is #A86BA6.


Background Color

.myBgColor { background-color: #A86BA6; }

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

This div background color is #A86BA6.


Border color

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

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

This div border color is #A86BA6.


Opacity

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

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

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

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

This text has shadow with #A86BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86BA6 on black background.


Color preview on white background

This text has color #A86BA6 on white background.



Black color preview on #A86BA6 background

This text has black color on #A86BA6 background.


White color preview on #A86BA6 background

This text has white color on #A86BA6 background.