COLOR #866DAB

HEX: #866DAB
RGB: (134,109,171)

Color info

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

RGB color model

#866DAB color RGB value is (134,109,171).

  • red value is 134;
  • green value is 109;
  • blue value is 171.
RGB:
(134,109,171)
(53%,43%,67%)

RGB channels and saturation

R 134 of 255 = 53%
G 109 of 255 = 43%
B 171 of 255 = 67%

134
109
171

R + G + B ~ 54%. #866DAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 109 + 171 = 414 (100%)
R 134 of 414 ~ 32.37%
G 109 of 414 ~ 26.33%
B 171 of 414 ~ 41.3%

%32.37
%26.33
%41.3

CMYK color model

#866DAB color CMYK value is (22,36,0,33).

  • cyan value is 21.64%
  • magenta value is 36.26%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(22,36,0,33)
C22M36Y0K33 
(22%,36%,0%,33%)
(0.22/0.36/0.00/0.33)	

CMYK percentages

%21.64
%36.26
%0
%32.94

Codes

Color #866DAB in popluar color models

866DAB
RGB134109171
HSL264°26.96%54.90%
HSB/HSV264°36.26%67.06%
CMYK21.64%36.26%0.00%
32.94%

Color #866DAB in popluar number systems.

HEX866DAB
Decimal134109171
Binary10000110110110110101011
Octal206155253

Shades and tints

Shades of #866DAB

#866DAB
(134,109,171)
#7A649C
(122,100,156)
#6E5B8D
(110,91,141)
#62527E
(98,82,126)
#56496F
(86,73,111)
#4A4060
(74,64,96)
#3E3751
(62,55,81)
#322E42
(50,46,66)
#262533
(38,37,51)
#1A1C24
(26,28,36)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #866DAB

#866DAB
(134,109,171)
#917AB2
(145,122,178)
#9C87B9
(156,135,185)
#A794C0
(167,148,192)
#B2A1C7
(178,161,199)
#BDAECE
(189,174,206)
#C8BBD5
(200,187,213)
#D3C8DC
(211,200,220)
#DED5E3
(222,213,227)
#E9E2EA
(233,226,234)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866DAB color. Also use rgb(134,109,171) instead hex code.

Text Font Color

.myTextColor { color: #866DAB; }

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

This text font color is #866DAB.


Background Color

.myBgColor { background-color: #866DAB; }

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

This div background color is #866DAB.


Border color

.myBorderColor { border: 1px solid #866DAB; }

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

This div border color is #866DAB.


Opacity

.myOpacity80 { color: #866DAB; opacity: 0.8; }

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

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

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

This text has shadow with #866DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866DAB on black background.


Color preview on white background

This text has color #866DAB on white background.



Black color preview on #866DAB background

This text has black color on #866DAB background.


White color preview on #866DAB background

This text has white color on #866DAB background.