COLOR #876E95

HEX: #876E95
RGB: (135,110,149)

Color info

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

RGB color model

#876E95 color RGB value is (135,110,149).

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

RGB channels and saturation

R 135 of 255 = 53%
G 110 of 255 = 43%
B 149 of 255 = 58%

135
110
149

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

Portions of RGB colors in percentages

R + G + B =
135 + 110 + 149 = 394 (100%)
R 135 of 394 ~ 34.26%
G 110 of 394 ~ 27.92%
B 149 of 394 ~ 37.82%

%34.26
%27.92
%37.82

CMYK color model

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

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

CMYK percentages

%9.4
%26.17
%0
%41.57

Codes

Color #876E95 in popluar color models

876E95
RGB135110149
HSL278°15.54%50.78%
HSB/HSV278°26.17%58.43%
CMYK9.40%26.17%0.00%
41.57%

Color #876E95 in popluar number systems.

HEX876E95
Decimal135110149
Binary10000111110111010010101
Octal207156225

Shades and tints

Shades of #876E95

#876E95
(135,110,149)
#7B6488
(123,100,136)
#6F5A7B
(111,90,123)
#63506E
(99,80,110)
#574661
(87,70,97)
#4B3C54
(75,60,84)
#3F3247
(63,50,71)
#33283A
(51,40,58)
#271E2D
(39,30,45)
#1B1420
(27,20,32)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #876E95

#876E95
(135,110,149)
#917B9E
(145,123,158)
#9B88A7
(155,136,167)
#A595B0
(165,149,176)
#AFA2B9
(175,162,185)
#B9AFC2
(185,175,194)
#C3BCCB
(195,188,203)
#CDC9D4
(205,201,212)
#D7D6DD
(215,214,221)
#E1E3E6
(225,227,230)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876E95 color. Also use rgb(135,110,149) instead hex code.

Text Font Color

.myTextColor { color: #876E95; }

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

This text font color is #876E95.


Background Color

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

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

This div background color is #876E95.


Border color

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

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

This div border color is #876E95.


Opacity

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

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

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

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

This text has shadow with #876E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876E95 on black background.


Color preview on white background

This text has color #876E95 on white background.



Black color preview on #876E95 background

This text has black color on #876E95 background.


White color preview on #876E95 background

This text has white color on #876E95 background.