COLOR #866A87

HEX: #866A87
RGB: (134,106,135)

Color info

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

RGB color model

#866A87 color RGB value is (134,106,135).

  • red value is 134;
  • green value is 106;
  • blue value is 135.
RGB:
(134,106,135)
(53%,42%,53%)

RGB channels and saturation

R 134 of 255 = 53%
G 106 of 255 = 42%
B 135 of 255 = 53%

134
106
135

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

Portions of RGB colors in percentages

R + G + B =
134 + 106 + 135 = 375 (100%)
R 134 of 375 ~ 35.73%
G 106 of 375 ~ 28.27%
B 135 of 375 ~ 36%

%35.73
%28.27
%36

CMYK color model

#866A87 color CMYK value is (1,21,0,47).

  • cyan value is 0.74%
  • magenta value is 21.48%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(1,21,0,47)
C1M21Y0K47 
(1%,21%,0%,47%)
(0.01/0.21/0.00/0.47)	

CMYK percentages

%0.74
%21.48
%0
%47.06

Codes

Color #866A87 in popluar color models

866A87
RGB134106135
HSL298°12.03%47.25%
HSB/HSV298°21.48%52.94%
CMYK0.74%21.48%0.00%
47.06%

Color #866A87 in popluar number systems.

HEX866A87
Decimal134106135
Binary10000110110101010000111
Octal206152207

Shades and tints

Shades of #866A87

#866A87
(134,106,135)
#7A617B
(122,97,123)
#6E586F
(110,88,111)
#624F63
(98,79,99)
#564657
(86,70,87)
#4A3D4B
(74,61,75)
#3E343F
(62,52,63)
#322B33
(50,43,51)
#262227
(38,34,39)
#1A191B
(26,25,27)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #866A87

#866A87
(134,106,135)
#917791
(145,119,145)
#9C849B
(156,132,155)
#A791A5
(167,145,165)
#B29EAF
(178,158,175)
#BDABB9
(189,171,185)
#C8B8C3
(200,184,195)
#D3C5CD
(211,197,205)
#DED2D7
(222,210,215)
#E9DFE1
(233,223,225)
#F4ECEB
(244,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866A87 color. Also use rgb(134,106,135) instead hex code.

Text Font Color

.myTextColor { color: #866A87; }

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

This text font color is #866A87.


Background Color

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

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

This div background color is #866A87.


Border color

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

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

This div border color is #866A87.


Opacity

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

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

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

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

This text has shadow with #866A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866A87 on black background.


Color preview on white background

This text has color #866A87 on white background.



Black color preview on #866A87 background

This text has black color on #866A87 background.


White color preview on #866A87 background

This text has white color on #866A87 background.