COLOR #876B8E

HEX: #876B8E
RGB: (135,107,142)

Color info

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

RGB color model

#876B8E color RGB value is (135,107,142).

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

RGB channels and saturation

R 135 of 255 = 53%
G 107 of 255 = 42%
B 142 of 255 = 56%

135
107
142

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

Portions of RGB colors in percentages

R + G + B =
135 + 107 + 142 = 384 (100%)
R 135 of 384 ~ 35.16%
G 107 of 384 ~ 27.86%
B 142 of 384 ~ 36.98%

%35.16
%27.86
%36.98

CMYK color model

#876B8E color CMYK value is (5,25,0,44).

  • cyan value is 4.93%
  • magenta value is 24.65%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(5,25,0,44)
C5M25Y0K44 
(5%,25%,0%,44%)
(0.05/0.25/0.00/0.44)	

CMYK percentages

%4.93
%24.65
%0
%44.31

Codes

Color #876B8E in popluar color models

876B8E
RGB135107142
HSL288°14.06%48.82%
HSB/HSV288°24.65%55.69%
CMYK4.93%24.65%0.00%
44.31%

Color #876B8E in popluar number systems.

HEX876B8E
Decimal135107142
Binary10000111110101110001110
Octal207153216

Shades and tints

Shades of #876B8E

#876B8E
(135,107,142)
#7B6282
(123,98,130)
#6F5976
(111,89,118)
#63506A
(99,80,106)
#57475E
(87,71,94)
#4B3E52
(75,62,82)
#3F3546
(63,53,70)
#332C3A
(51,44,58)
#27232E
(39,35,46)
#1B1A22
(27,26,34)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #876B8E

#876B8E
(135,107,142)
#917898
(145,120,152)
#9B85A2
(155,133,162)
#A592AC
(165,146,172)
#AF9FB6
(175,159,182)
#B9ACC0
(185,172,192)
#C3B9CA
(195,185,202)
#CDC6D4
(205,198,212)
#D7D3DE
(215,211,222)
#E1E0E8
(225,224,232)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876B8E; }

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

This text font color is #876B8E.


Background Color

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

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

This div background color is #876B8E.


Border color

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

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

This div border color is #876B8E.


Opacity

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

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

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

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

This text has shadow with #876B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876B8E on black background.


Color preview on white background

This text has color #876B8E on white background.



Black color preview on #876B8E background

This text has black color on #876B8E background.


White color preview on #876B8E background

This text has white color on #876B8E background.