COLOR #866B8A

HEX: #866B8A
RGB: (134,107,138)

Color info

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

RGB color model

#866B8A color RGB value is (134,107,138).

  • red value is 134;
  • green value is 107;
  • blue value is 138.
RGB:
(134,107,138)
(53%,42%,54%)

RGB channels and saturation

R 134 of 255 = 53%
G 107 of 255 = 42%
B 138 of 255 = 54%

134
107
138

R + G + B ~ 50%. #866B8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 107 + 138 = 379 (100%)
R 134 of 379 ~ 35.36%
G 107 of 379 ~ 28.23%
B 138 of 379 ~ 36.41%

%35.36
%28.23
%36.41

CMYK color model

#866B8A color CMYK value is (3,22,0,46).

  • cyan value is 2.90%
  • magenta value is 22.46%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(3,22,0,46)
C3M22Y0K46 
(3%,22%,0%,46%)
(0.03/0.22/0.00/0.46)	

CMYK percentages

%2.9
%22.46
%0
%45.88

Codes

Color #866B8A in popluar color models

866B8A
RGB134107138
HSL292°12.65%48.04%
HSB/HSV292°22.46%54.12%
CMYK2.90%22.46%0.00%
45.88%

Color #866B8A in popluar number systems.

HEX866B8A
Decimal134107138
Binary10000110110101110001010
Octal206153212

Shades and tints

Shades of #866B8A

#866B8A
(134,107,138)
#7A627E
(122,98,126)
#6E5972
(110,89,114)
#625066
(98,80,102)
#56475A
(86,71,90)
#4A3E4E
(74,62,78)
#3E3542
(62,53,66)
#322C36
(50,44,54)
#26232A
(38,35,42)
#1A1A1E
(26,26,30)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #866B8A

#866B8A
(134,107,138)
#917894
(145,120,148)
#9C859E
(156,133,158)
#A792A8
(167,146,168)
#B29FB2
(178,159,178)
#BDACBC
(189,172,188)
#C8B9C6
(200,185,198)
#D3C6D0
(211,198,208)
#DED3DA
(222,211,218)
#E9E0E4
(233,224,228)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866B8A color. Also use rgb(134,107,138) instead hex code.

Text Font Color

.myTextColor { color: #866B8A; }

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

This text font color is #866B8A.


Background Color

.myBgColor { background-color: #866B8A; }

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

This div background color is #866B8A.


Border color

.myBorderColor { border: 1px solid #866B8A; }

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

This div border color is #866B8A.


Opacity

.myOpacity80 { color: #866B8A; opacity: 0.8; }

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

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

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

This text has shadow with #866B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866B8A on black background.


Color preview on white background

This text has color #866B8A on white background.



Black color preview on #866B8A background

This text has black color on #866B8A background.


White color preview on #866B8A background

This text has white color on #866B8A background.