COLOR #866688

HEX: #866688
RGB: (134,102,136)

Color info

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

RGB color model

#866688 color RGB value is (134,102,136).

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

RGB channels and saturation

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

134
102
136

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

Portions of RGB colors in percentages

R + G + B =
134 + 102 + 136 = 372 (100%)
R 134 of 372 ~ 36.02%
G 102 of 372 ~ 27.42%
B 136 of 372 ~ 36.56%

%36.02
%27.42
%36.56

CMYK color model

#866688 color CMYK value is (1,25,0,47).

  • cyan value is 1.47%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(1,25,0,47)
C1M25Y0K47 
(1%,25%,0%,47%)
(0.01/0.25/0.00/0.47)	

CMYK percentages

%1.47
%25
%0
%46.67

Codes

Color #866688 in popluar color models

866688
RGB134102136
HSL296°14.29%46.67%
HSB/HSV296°25.00%53.33%
CMYK1.47%25.00%0.00%
46.67%

Color #866688 in popluar number systems.

HEX866688
Decimal134102136
Binary10000110110011010001000
Octal206146210

Shades and tints

Shades of #866688

#866688
(134,102,136)
#7A5D7C
(122,93,124)
#6E5470
(110,84,112)
#624B64
(98,75,100)
#564258
(86,66,88)
#4A394C
(74,57,76)
#3E3040
(62,48,64)
#322734
(50,39,52)
#261E28
(38,30,40)
#1A151C
(26,21,28)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #866688

#866688
(134,102,136)
#917392
(145,115,146)
#9C809C
(156,128,156)
#A78DA6
(167,141,166)
#B29AB0
(178,154,176)
#BDA7BA
(189,167,186)
#C8B4C4
(200,180,196)
#D3C1CE
(211,193,206)
#DECED8
(222,206,216)
#E9DBE2
(233,219,226)
#F4E8EC
(244,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866688; }

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

This text font color is #866688.


Background Color

.myBgColor { background-color: #866688; }

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

This div background color is #866688.


Border color

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

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

This div border color is #866688.


Opacity

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

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

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

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

This text has shadow with #866688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866688 on black background.


Color preview on white background

This text has color #866688 on white background.



Black color preview on #866688 background

This text has black color on #866688 background.


White color preview on #866688 background

This text has white color on #866688 background.