COLOR #866782

HEX: #866782
RGB: (134,103,130)

Color info

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

RGB color model

#866782 color RGB value is (134,103,130).

  • red value is 134;
  • green value is 103;
  • blue value is 130.
RGB:
(134,103,130)
(53%,40%,51%)

RGB channels and saturation

R 134 of 255 = 53%
G 103 of 255 = 40%
B 130 of 255 = 51%

134
103
130

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

Portions of RGB colors in percentages

R + G + B =
134 + 103 + 130 = 367 (100%)
R 134 of 367 ~ 36.51%
G 103 of 367 ~ 28.07%
B 130 of 367 ~ 35.42%

%36.51
%28.07
%35.42

CMYK color model

#866782 color CMYK value is (0,23,3,47).

  • cyan value is 0.00%
  • magenta value is 23.13%
  • yellow value is 2.99%
  • key color value is 47.45%
CMYK:
(0,23,3,47)
C0M23Y3K47 
(0%,23%,3%,47%)
(0.00/0.23/0.03/0.47)	

CMYK percentages

%0
%23.13
%2.99
%47.45

Codes

Color #866782 in popluar color models

866782
RGB134103130
HSL308°13.08%46.47%
HSB/HSV308°23.13%52.55%
CMYK0.00%23.13%2.99%
47.45%

Color #866782 in popluar number systems.

HEX866782
Decimal134103130
Binary10000110110011110000010
Octal206147202

Shades and tints

Shades of #866782

#866782
(134,103,130)
#7A5E77
(122,94,119)
#6E556C
(110,85,108)
#624C61
(98,76,97)
#564356
(86,67,86)
#4A3A4B
(74,58,75)
#3E3140
(62,49,64)
#322835
(50,40,53)
#261F2A
(38,31,42)
#1A161F
(26,22,31)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #866782

#866782
(134,103,130)
#91748D
(145,116,141)
#9C8198
(156,129,152)
#A78EA3
(167,142,163)
#B29BAE
(178,155,174)
#BDA8B9
(189,168,185)
#C8B5C4
(200,181,196)
#D3C2CF
(211,194,207)
#DECFDA
(222,207,218)
#E9DCE5
(233,220,229)
#F4E9F0
(244,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866782 color. Also use rgb(134,103,130) instead hex code.

Text Font Color

.myTextColor { color: #866782; }

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

This text font color is #866782.


Background Color

.myBgColor { background-color: #866782; }

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

This div background color is #866782.


Border color

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

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

This div border color is #866782.


Opacity

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

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

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

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

This text has shadow with #866782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866782 on black background.


Color preview on white background

This text has color #866782 on white background.



Black color preview on #866782 background

This text has black color on #866782 background.


White color preview on #866782 background

This text has white color on #866782 background.