COLOR #876D94

HEX: #876D94
RGB: (135,109,148)

Color info

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

RGB color model

#876D94 color RGB value is (135,109,148).

  • red value is 135;
  • green value is 109;
  • blue value is 148.
RGB:
(135,109,148)
(53%,43%,58%)

RGB channels and saturation

R 135 of 255 = 53%
G 109 of 255 = 43%
B 148 of 255 = 58%

135
109
148

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

Portions of RGB colors in percentages

R + G + B =
135 + 109 + 148 = 392 (100%)
R 135 of 392 ~ 34.44%
G 109 of 392 ~ 27.81%
B 148 of 392 ~ 37.76%

%34.44
%27.81
%37.76

CMYK color model

#876D94 color CMYK value is (9,26,0,42).

  • cyan value is 8.78%
  • magenta value is 26.35%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(9,26,0,42)
C9M26Y0K42 
(9%,26%,0%,42%)
(0.09/0.26/0.00/0.42)	

CMYK percentages

%8.78
%26.35
%0
%41.96

Codes

Color #876D94 in popluar color models

876D94
RGB135109148
HSL280°15.42%50.39%
HSB/HSV280°26.35%58.04%
CMYK8.78%26.35%0.00%
41.96%

Color #876D94 in popluar number systems.

HEX876D94
Decimal135109148
Binary10000111110110110010100
Octal207155224

Shades and tints

Shades of #876D94

#876D94
(135,109,148)
#7B6487
(123,100,135)
#6F5B7A
(111,91,122)
#63526D
(99,82,109)
#574960
(87,73,96)
#4B4053
(75,64,83)
#3F3746
(63,55,70)
#332E39
(51,46,57)
#27252C
(39,37,44)
#1B1C1F
(27,28,31)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #876D94

#876D94
(135,109,148)
#917A9D
(145,122,157)
#9B87A6
(155,135,166)
#A594AF
(165,148,175)
#AFA1B8
(175,161,184)
#B9AEC1
(185,174,193)
#C3BBCA
(195,187,202)
#CDC8D3
(205,200,211)
#D7D5DC
(215,213,220)
#E1E2E5
(225,226,229)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876D94 color. Also use rgb(135,109,148) instead hex code.

Text Font Color

.myTextColor { color: #876D94; }

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

This text font color is #876D94.


Background Color

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

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

This div background color is #876D94.


Border color

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

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

This div border color is #876D94.


Opacity

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

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

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

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

This text has shadow with #876D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876D94 on black background.


Color preview on white background

This text has color #876D94 on white background.



Black color preview on #876D94 background

This text has black color on #876D94 background.


White color preview on #876D94 background

This text has white color on #876D94 background.