COLOR #866E7F

HEX: #866E7F
RGB: (134,110,127)

Color info

#866E7F contains red, green and blue colors in about the same proportion. Web safe color of #866E7F is #996666 (or #966).

RGB color model

#866E7F color RGB value is (134,110,127).

  • red value is 134;
  • green value is 110;
  • blue value is 127.
RGB:
(134,110,127)
(53%,43%,50%)

RGB channels and saturation

R 134 of 255 = 53%
G 110 of 255 = 43%
B 127 of 255 = 50%

134
110
127

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

Portions of RGB colors in percentages

R + G + B =
134 + 110 + 127 = 371 (100%)
R 134 of 371 ~ 36.12%
G 110 of 371 ~ 29.65%
B 127 of 371 ~ 34.23%

%36.12
%29.65
%34.23

CMYK color model

#866E7F color CMYK value is (0,18,5,47).

  • cyan value is 0.00%
  • magenta value is 17.91%
  • yellow value is 5.22%
  • key color value is 47.45%
CMYK:
(0,18,5,47)
C0M18Y5K47 
(0%,18%,5%,47%)
(0.00/0.18/0.05/0.47)	

CMYK percentages

%0
%17.91
%5.22
%47.45

Codes

Color #866E7F in popluar color models

866E7F
RGB134110127
HSL318°9.84%47.84%
HSB/HSV318°17.91%52.55%
CMYK0.00%17.91%5.22%
47.45%

Color #866E7F in popluar number systems.

HEX866E7F
Decimal134110127
Binary1000011011011101111111
Octal206156177

Shades and tints

Shades of #866E7F

#866E7F
(134,110,127)
#7A6474
(122,100,116)
#6E5A69
(110,90,105)
#62505E
(98,80,94)
#564653
(86,70,83)
#4A3C48
(74,60,72)
#3E323D
(62,50,61)
#322832
(50,40,50)
#261E27
(38,30,39)
#1A141C
(26,20,28)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #866E7F

#866E7F
(134,110,127)
#917B8A
(145,123,138)
#9C8895
(156,136,149)
#A795A0
(167,149,160)
#B2A2AB
(178,162,171)
#BDAFB6
(189,175,182)
#C8BCC1
(200,188,193)
#D3C9CC
(211,201,204)
#DED6D7
(222,214,215)
#E9E3E2
(233,227,226)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866E7F color. Also use rgb(134,110,127) instead hex code.

Text Font Color

.myTextColor { color: #866E7F; }

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

This text font color is #866E7F.


Background Color

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

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

This div background color is #866E7F.


Border color

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

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

This div border color is #866E7F.


Opacity

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

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

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

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

This text has shadow with #866E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866E7F on black background.


Color preview on white background

This text has color #866E7F on white background.



Black color preview on #866E7F background

This text has black color on #866E7F background.


White color preview on #866E7F background

This text has white color on #866E7F background.