COLOR #866788

HEX: #866788
RGB: (134,103,136)

Color info

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

RGB color model

#866788 color RGB value is (134,103,136).

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

RGB channels and saturation

R 134 of 255 = 53%
G 103 of 255 = 40%
B 136 of 255 = 53%

134
103
136

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

Portions of RGB colors in percentages

R + G + B =
134 + 103 + 136 = 373 (100%)
R 134 of 373 ~ 35.92%
G 103 of 373 ~ 27.61%
B 136 of 373 ~ 36.46%

%35.92
%27.61
%36.46

CMYK color model

#866788 color CMYK value is (1,24,0,47).

  • cyan value is 1.47%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(1,24,0,47)
C1M24Y0K47 
(1%,24%,0%,47%)
(0.01/0.24/0.00/0.47)	

CMYK percentages

%1.47
%24.26
%0
%46.67

Codes

Color #866788 in popluar color models

866788
RGB134103136
HSL296°13.81%46.86%
HSB/HSV296°24.26%53.33%
CMYK1.47%24.26%0.00%
46.67%

Color #866788 in popluar number systems.

HEX866788
Decimal134103136
Binary10000110110011110001000
Octal206147210

Shades and tints

Shades of #866788

#866788
(134,103,136)
#7A5E7C
(122,94,124)
#6E5570
(110,85,112)
#624C64
(98,76,100)
#564358
(86,67,88)
#4A3A4C
(74,58,76)
#3E3140
(62,49,64)
#322834
(50,40,52)
#261F28
(38,31,40)
#1A161C
(26,22,28)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #866788

#866788
(134,103,136)
#917492
(145,116,146)
#9C819C
(156,129,156)
#A78EA6
(167,142,166)
#B29BB0
(178,155,176)
#BDA8BA
(189,168,186)
#C8B5C4
(200,181,196)
#D3C2CE
(211,194,206)
#DECFD8
(222,207,216)
#E9DCE2
(233,220,226)
#F4E9EC
(244,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866788; }

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

This text font color is #866788.


Background Color

.myBgColor { background-color: #866788; }

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

This div background color is #866788.


Border color

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

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

This div border color is #866788.


Opacity

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

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

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

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

This text has shadow with #866788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866788 on black background.


Color preview on white background

This text has color #866788 on white background.



Black color preview on #866788 background

This text has black color on #866788 background.


White color preview on #866788 background

This text has white color on #866788 background.