COLOR #866080

HEX: #866080
RGB: (134,96,128)

Color info

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

RGB color model

#866080 color RGB value is (134,96,128).

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

RGB channels and saturation

R 134 of 255 = 53%
G 96 of 255 = 38%
B 128 of 255 = 50%

134
96
128

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

Portions of RGB colors in percentages

R + G + B =
134 + 96 + 128 = 358 (100%)
R 134 of 358 ~ 37.43%
G 96 of 358 ~ 26.82%
B 128 of 358 ~ 35.75%

%37.43
%26.82
%35.75

CMYK color model

#866080 color CMYK value is (0,28,4,47).

  • cyan value is 0.00%
  • magenta value is 28.36%
  • yellow value is 4.48%
  • key color value is 47.45%
CMYK:
(0,28,4,47)
C0M28Y4K47 
(0%,28%,4%,47%)
(0.00/0.28/0.04/0.47)	

CMYK percentages

%0
%28.36
%4.48
%47.45

Codes

Color #866080 in popluar color models

866080
RGB13496128
HSL309°16.52%45.10%
HSB/HSV309°28.36%52.55%
CMYK0.00%28.36%4.48%
47.45%

Color #866080 in popluar number systems.

HEX866080
Decimal13496128
Binary10000110110000010000000
Octal206140200

Shades and tints

Shades of #866080

#866080
(134,96,128)
#7A5875
(122,88,117)
#6E506A
(110,80,106)
#62485F
(98,72,95)
#564054
(86,64,84)
#4A3849
(74,56,73)
#3E303E
(62,48,62)
#322833
(50,40,51)
#262028
(38,32,40)
#1A181D
(26,24,29)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #866080

#866080
(134,96,128)
#916E8B
(145,110,139)
#9C7C96
(156,124,150)
#A78AA1
(167,138,161)
#B298AC
(178,152,172)
#BDA6B7
(189,166,183)
#C8B4C2
(200,180,194)
#D3C2CD
(211,194,205)
#DED0D8
(222,208,216)
#E9DEE3
(233,222,227)
#F4ECEE
(244,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866080; }

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

This text font color is #866080.


Background Color

.myBgColor { background-color: #866080; }

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

This div background color is #866080.


Border color

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

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

This div border color is #866080.


Opacity

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

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

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

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

This text has shadow with #866080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866080 on black background.


Color preview on white background

This text has color #866080 on white background.



Black color preview on #866080 background

This text has black color on #866080 background.


White color preview on #866080 background

This text has white color on #866080 background.