COLOR #876B86

HEX: #876B86
RGB: (135,107,134)

Color info

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

RGB color model

#876B86 color RGB value is (135,107,134).

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

RGB channels and saturation

R 135 of 255 = 53%
G 107 of 255 = 42%
B 134 of 255 = 53%

135
107
134

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

Portions of RGB colors in percentages

R + G + B =
135 + 107 + 134 = 376 (100%)
R 135 of 376 ~ 35.9%
G 107 of 376 ~ 28.46%
B 134 of 376 ~ 35.64%

%35.9
%28.46
%35.64

CMYK color model

#876B86 color CMYK value is (0,21,1,47).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 0.74%
  • key color value is 47.06%
CMYK:
(0,21,1,47)
C0M21Y1K47 
(0%,21%,1%,47%)
(0.00/0.21/0.01/0.47)	

CMYK percentages

%0
%20.74
%0.74
%47.06

Codes

Color #876B86 in popluar color models

876B86
RGB135107134
HSL302°11.57%47.45%
HSB/HSV302°20.74%52.94%
CMYK0.00%20.74%0.74%
47.06%

Color #876B86 in popluar number systems.

HEX876B86
Decimal135107134
Binary10000111110101110000110
Octal207153206

Shades and tints

Shades of #876B86

#876B86
(135,107,134)
#7B627A
(123,98,122)
#6F596E
(111,89,110)
#635062
(99,80,98)
#574756
(87,71,86)
#4B3E4A
(75,62,74)
#3F353E
(63,53,62)
#332C32
(51,44,50)
#272326
(39,35,38)
#1B1A1A
(27,26,26)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #876B86

#876B86
(135,107,134)
#917891
(145,120,145)
#9B859C
(155,133,156)
#A592A7
(165,146,167)
#AF9FB2
(175,159,178)
#B9ACBD
(185,172,189)
#C3B9C8
(195,185,200)
#CDC6D3
(205,198,211)
#D7D3DE
(215,211,222)
#E1E0E9
(225,224,233)
#EBEDF4
(235,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876B86; }

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

This text font color is #876B86.


Background Color

.myBgColor { background-color: #876B86; }

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

This div background color is #876B86.


Border color

.myBorderColor { border: 1px solid #876B86; }

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

This div border color is #876B86.


Opacity

.myOpacity80 { color: #876B86; opacity: 0.8; }

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

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

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

This text has shadow with #876B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876B86 on black background.


Color preview on white background

This text has color #876B86 on white background.



Black color preview on #876B86 background

This text has black color on #876B86 background.


White color preview on #876B86 background

This text has white color on #876B86 background.