COLOR #876E88

HEX: #876E88
RGB: (135,110,136)

Color info

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

RGB color model

#876E88 color RGB value is (135,110,136).

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

RGB channels and saturation

R 135 of 255 = 53%
G 110 of 255 = 43%
B 136 of 255 = 53%

135
110
136

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

Portions of RGB colors in percentages

R + G + B =
135 + 110 + 136 = 381 (100%)
R 135 of 381 ~ 35.43%
G 110 of 381 ~ 28.87%
B 136 of 381 ~ 35.7%

%35.43
%28.87
%35.7

CMYK color model

#876E88 color CMYK value is (1,19,0,47).

  • cyan value is 0.74%
  • magenta value is 19.12%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(1,19,0,47)
C1M19Y0K47 
(1%,19%,0%,47%)
(0.01/0.19/0.00/0.47)	

CMYK percentages

%0.74
%19.12
%0
%46.67

Codes

Color #876E88 in popluar color models

876E88
RGB135110136
HSL298°10.57%48.24%
HSB/HSV298°19.12%53.33%
CMYK0.74%19.12%0.00%
46.67%

Color #876E88 in popluar number systems.

HEX876E88
Decimal135110136
Binary10000111110111010001000
Octal207156210

Shades and tints

Shades of #876E88

#876E88
(135,110,136)
#7B647C
(123,100,124)
#6F5A70
(111,90,112)
#635064
(99,80,100)
#574658
(87,70,88)
#4B3C4C
(75,60,76)
#3F3240
(63,50,64)
#332834
(51,40,52)
#271E28
(39,30,40)
#1B141C
(27,20,28)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #876E88

#876E88
(135,110,136)
#917B92
(145,123,146)
#9B889C
(155,136,156)
#A595A6
(165,149,166)
#AFA2B0
(175,162,176)
#B9AFBA
(185,175,186)
#C3BCC4
(195,188,196)
#CDC9CE
(205,201,206)
#D7D6D8
(215,214,216)
#E1E3E2
(225,227,226)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876E88; }

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

This text font color is #876E88.


Background Color

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

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

This div background color is #876E88.


Border color

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

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

This div border color is #876E88.


Opacity

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

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

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

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

This text has shadow with #876E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876E88 on black background.


Color preview on white background

This text has color #876E88 on white background.



Black color preview on #876E88 background

This text has black color on #876E88 background.


White color preview on #876E88 background

This text has white color on #876E88 background.