COLOR #876D99

HEX: #876D99
RGB: (135,109,153)

Color info

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

RGB color model

#876D99 color RGB value is (135,109,153).

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

RGB channels and saturation

R 135 of 255 = 53%
G 109 of 255 = 43%
B 153 of 255 = 60%

135
109
153

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

Portions of RGB colors in percentages

R + G + B =
135 + 109 + 153 = 397 (100%)
R 135 of 397 ~ 34.01%
G 109 of 397 ~ 27.46%
B 153 of 397 ~ 38.54%

%34.01
%27.46
%38.54

CMYK color model

#876D99 color CMYK value is (12,29,0,40).

  • cyan value is 11.76%
  • magenta value is 28.76%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(12,29,0,40)
C12M29Y0K40 
(12%,29%,0%,40%)
(0.12/0.29/0.00/0.40)	

CMYK percentages

%11.76
%28.76
%0
%40

Codes

Color #876D99 in popluar color models

876D99
RGB135109153
HSL275°17.74%51.37%
HSB/HSV275°28.76%60.00%
CMYK11.76%28.76%0.00%
40.00%

Color #876D99 in popluar number systems.

HEX876D99
Decimal135109153
Binary10000111110110110011001
Octal207155231

Shades and tints

Shades of #876D99

#876D99
(135,109,153)
#7B648C
(123,100,140)
#6F5B7F
(111,91,127)
#635272
(99,82,114)
#574965
(87,73,101)
#4B4058
(75,64,88)
#3F374B
(63,55,75)
#332E3E
(51,46,62)
#272531
(39,37,49)
#1B1C24
(27,28,36)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #876D99

#876D99
(135,109,153)
#917AA2
(145,122,162)
#9B87AB
(155,135,171)
#A594B4
(165,148,180)
#AFA1BD
(175,161,189)
#B9AEC6
(185,174,198)
#C3BBCF
(195,187,207)
#CDC8D8
(205,200,216)
#D7D5E1
(215,213,225)
#E1E2EA
(225,226,234)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876D99; }

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

This text font color is #876D99.


Background Color

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

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

This div background color is #876D99.


Border color

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

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

This div border color is #876D99.


Opacity

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

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

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

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

This text has shadow with #876D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876D99 on black background.


Color preview on white background

This text has color #876D99 on white background.



Black color preview on #876D99 background

This text has black color on #876D99 background.


White color preview on #876D99 background

This text has white color on #876D99 background.