COLOR #876986

HEX: #876986
RGB: (135,105,134)

Color info

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

RGB color model

#876986 color RGB value is (135,105,134).

  • red value is 135;
  • green value is 105;
  • blue value is 134.
RGB:
(135,105,134)
(53%,41%,53%)

RGB channels and saturation

R 135 of 255 = 53%
G 105 of 255 = 41%
B 134 of 255 = 53%

135
105
134

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

Portions of RGB colors in percentages

R + G + B =
135 + 105 + 134 = 374 (100%)
R 135 of 374 ~ 36.1%
G 105 of 374 ~ 28.07%
B 134 of 374 ~ 35.83%

%36.1
%28.07
%35.83

CMYK color model

#876986 color CMYK value is (0,22,1,47).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 0.74%
  • key color value is 47.06%
CMYK:
(0,22,1,47)
C0M22Y1K47 
(0%,22%,1%,47%)
(0.00/0.22/0.01/0.47)	

CMYK percentages

%0
%22.22
%0.74
%47.06

Codes

Color #876986 in popluar color models

876986
RGB135105134
HSL302°12.50%47.06%
HSB/HSV302°22.22%52.94%
CMYK0.00%22.22%0.74%
47.06%

Color #876986 in popluar number systems.

HEX876986
Decimal135105134
Binary10000111110100110000110
Octal207151206

Shades and tints

Shades of #876986

#876986
(135,105,134)
#7B607A
(123,96,122)
#6F576E
(111,87,110)
#634E62
(99,78,98)
#574556
(87,69,86)
#4B3C4A
(75,60,74)
#3F333E
(63,51,62)
#332A32
(51,42,50)
#272126
(39,33,38)
#1B181A
(27,24,26)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #876986

#876986
(135,105,134)
#917691
(145,118,145)
#9B839C
(155,131,156)
#A590A7
(165,144,167)
#AF9DB2
(175,157,178)
#B9AABD
(185,170,189)
#C3B7C8
(195,183,200)
#CDC4D3
(205,196,211)
#D7D1DE
(215,209,222)
#E1DEE9
(225,222,233)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876986 color. Also use rgb(135,105,134) instead hex code.

Text Font Color

.myTextColor { color: #876986; }

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

This text font color is #876986.


Background Color

.myBgColor { background-color: #876986; }

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

This div background color is #876986.


Border color

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

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

This div border color is #876986.


Opacity

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

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

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

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

This text has shadow with #876986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876986 on black background.


Color preview on white background

This text has color #876986 on white background.



Black color preview on #876986 background

This text has black color on #876986 background.


White color preview on #876986 background

This text has white color on #876986 background.