COLOR #866689

HEX: #866689
RGB: (134,102,137)

Color info

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

RGB color model

#866689 color RGB value is (134,102,137).

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

RGB channels and saturation

R 134 of 255 = 53%
G 102 of 255 = 40%
B 137 of 255 = 54%

134
102
137

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

Portions of RGB colors in percentages

R + G + B =
134 + 102 + 137 = 373 (100%)
R 134 of 373 ~ 35.92%
G 102 of 373 ~ 27.35%
B 137 of 373 ~ 36.73%

%35.92
%27.35
%36.73

CMYK color model

#866689 color CMYK value is (2,26,0,46).

  • cyan value is 2.19%
  • magenta value is 25.55%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(2,26,0,46)
C2M26Y0K46 
(2%,26%,0%,46%)
(0.02/0.26/0.00/0.46)	

CMYK percentages

%2.19
%25.55
%0
%46.27

Codes

Color #866689 in popluar color models

866689
RGB134102137
HSL295°14.64%46.86%
HSB/HSV295°25.55%53.73%
CMYK2.19%25.55%0.00%
46.27%

Color #866689 in popluar number systems.

HEX866689
Decimal134102137
Binary10000110110011010001001
Octal206146211

Shades and tints

Shades of #866689

#866689
(134,102,137)
#7A5D7D
(122,93,125)
#6E5471
(110,84,113)
#624B65
(98,75,101)
#564259
(86,66,89)
#4A394D
(74,57,77)
#3E3041
(62,48,65)
#322735
(50,39,53)
#261E29
(38,30,41)
#1A151D
(26,21,29)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #866689

#866689
(134,102,137)
#917393
(145,115,147)
#9C809D
(156,128,157)
#A78DA7
(167,141,167)
#B29AB1
(178,154,177)
#BDA7BB
(189,167,187)
#C8B4C5
(200,180,197)
#D3C1CF
(211,193,207)
#DECED9
(222,206,217)
#E9DBE3
(233,219,227)
#F4E8ED
(244,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866689; }

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

This text font color is #866689.


Background Color

.myBgColor { background-color: #866689; }

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

This div background color is #866689.


Border color

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

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

This div border color is #866689.


Opacity

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

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

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

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

This text has shadow with #866689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866689 on black background.


Color preview on white background

This text has color #866689 on white background.



Black color preview on #866689 background

This text has black color on #866689 background.


White color preview on #866689 background

This text has white color on #866689 background.