COLOR #866C84

HEX: #866C84
RGB: (134,108,132)

Color info

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

RGB color model

#866C84 color RGB value is (134,108,132).

  • red value is 134;
  • green value is 108;
  • blue value is 132.
RGB:
(134,108,132)
(53%,42%,52%)

RGB channels and saturation

R 134 of 255 = 53%
G 108 of 255 = 42%
B 132 of 255 = 52%

134
108
132

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

Portions of RGB colors in percentages

R + G + B =
134 + 108 + 132 = 374 (100%)
R 134 of 374 ~ 35.83%
G 108 of 374 ~ 28.88%
B 132 of 374 ~ 35.29%

%35.83
%28.88
%35.29

CMYK color model

#866C84 color CMYK value is (0,19,1,47).

  • cyan value is 0.00%
  • magenta value is 19.40%
  • yellow value is 1.49%
  • key color value is 47.45%
CMYK:
(0,19,1,47)
C0M19Y1K47 
(0%,19%,1%,47%)
(0.00/0.19/0.01/0.47)	

CMYK percentages

%0
%19.4
%1.49
%47.45

Codes

Color #866C84 in popluar color models

866C84
RGB134108132
HSL305°10.74%47.45%
HSB/HSV305°19.40%52.55%
CMYK0.00%19.40%1.49%
47.45%

Color #866C84 in popluar number systems.

HEX866C84
Decimal134108132
Binary10000110110110010000100
Octal206154204

Shades and tints

Shades of #866C84

#866C84
(134,108,132)
#7A6378
(122,99,120)
#6E5A6C
(110,90,108)
#625160
(98,81,96)
#564854
(86,72,84)
#4A3F48
(74,63,72)
#3E363C
(62,54,60)
#322D30
(50,45,48)
#262424
(38,36,36)
#1A1B18
(26,27,24)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #866C84

#866C84
(134,108,132)
#91798F
(145,121,143)
#9C869A
(156,134,154)
#A793A5
(167,147,165)
#B2A0B0
(178,160,176)
#BDADBB
(189,173,187)
#C8BAC6
(200,186,198)
#D3C7D1
(211,199,209)
#DED4DC
(222,212,220)
#E9E1E7
(233,225,231)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866C84 color. Also use rgb(134,108,132) instead hex code.

Text Font Color

.myTextColor { color: #866C84; }

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

This text font color is #866C84.


Background Color

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

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

This div background color is #866C84.


Border color

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

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

This div border color is #866C84.


Opacity

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

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

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

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

This text has shadow with #866C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866C84 on black background.


Color preview on white background

This text has color #866C84 on white background.



Black color preview on #866C84 background

This text has black color on #866C84 background.


White color preview on #866C84 background

This text has white color on #866C84 background.