COLOR #866580

HEX: #866580
RGB: (134,101,128)

Color info

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

RGB color model

#866580 color RGB value is (134,101,128).

  • red value is 134;
  • green value is 101;
  • blue value is 128.
RGB:
(134,101,128)
(53%,40%,50%)

RGB channels and saturation

R 134 of 255 = 53%
G 101 of 255 = 40%
B 128 of 255 = 50%

134
101
128

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

Portions of RGB colors in percentages

R + G + B =
134 + 101 + 128 = 363 (100%)
R 134 of 363 ~ 36.91%
G 101 of 363 ~ 27.82%
B 128 of 363 ~ 35.26%

%36.91
%27.82
%35.26

CMYK color model

#866580 color CMYK value is (0,25,4,47).

  • cyan value is 0.00%
  • magenta value is 24.63%
  • yellow value is 4.48%
  • key color value is 47.45%
CMYK:
(0,25,4,47)
C0M25Y4K47 
(0%,25%,4%,47%)
(0.00/0.25/0.04/0.47)	

CMYK percentages

%0
%24.63
%4.48
%47.45

Codes

Color #866580 in popluar color models

866580
RGB134101128
HSL311°14.04%46.08%
HSB/HSV311°24.63%52.55%
CMYK0.00%24.63%4.48%
47.45%

Color #866580 in popluar number systems.

HEX866580
Decimal134101128
Binary10000110110010110000000
Octal206145200

Shades and tints

Shades of #866580

#866580
(134,101,128)
#7A5C75
(122,92,117)
#6E536A
(110,83,106)
#624A5F
(98,74,95)
#564154
(86,65,84)
#4A3849
(74,56,73)
#3E2F3E
(62,47,62)
#322633
(50,38,51)
#261D28
(38,29,40)
#1A141D
(26,20,29)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #866580

#866580
(134,101,128)
#91738B
(145,115,139)
#9C8196
(156,129,150)
#A78FA1
(167,143,161)
#B29DAC
(178,157,172)
#BDABB7
(189,171,183)
#C8B9C2
(200,185,194)
#D3C7CD
(211,199,205)
#DED5D8
(222,213,216)
#E9E3E3
(233,227,227)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866580 color. Also use rgb(134,101,128) instead hex code.

Text Font Color

.myTextColor { color: #866580; }

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

This text font color is #866580.


Background Color

.myBgColor { background-color: #866580; }

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

This div background color is #866580.


Border color

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

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

This div border color is #866580.


Opacity

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

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

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

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

This text has shadow with #866580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866580 on black background.


Color preview on white background

This text has color #866580 on white background.



Black color preview on #866580 background

This text has black color on #866580 background.


White color preview on #866580 background

This text has white color on #866580 background.