COLOR #876F99

HEX: #876F99
RGB: (135,111,153)

Color info

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

RGB color model

#876F99 color RGB value is (135,111,153).

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

RGB channels and saturation

R 135 of 255 = 53%
G 111 of 255 = 44%
B 153 of 255 = 60%

135
111
153

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

Portions of RGB colors in percentages

R + G + B =
135 + 111 + 153 = 399 (100%)
R 135 of 399 ~ 33.83%
G 111 of 399 ~ 27.82%
B 153 of 399 ~ 38.35%

%33.83
%27.82
%38.35

CMYK color model

#876F99 color CMYK value is (12,27,0,40).

  • cyan value is 11.76%
  • magenta value is 27.45%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(12,27,0,40)
C12M27Y0K40 
(12%,27%,0%,40%)
(0.12/0.27/0.00/0.40)	

CMYK percentages

%11.76
%27.45
%0
%40

Codes

Color #876F99 in popluar color models

876F99
RGB135111153
HSL274°17.07%51.76%
HSB/HSV274°27.45%60.00%
CMYK11.76%27.45%0.00%
40.00%

Color #876F99 in popluar number systems.

HEX876F99
Decimal135111153
Binary10000111110111110011001
Octal207157231

Shades and tints

Shades of #876F99

#876F99
(135,111,153)
#7B658C
(123,101,140)
#6F5B7F
(111,91,127)
#635172
(99,81,114)
#574765
(87,71,101)
#4B3D58
(75,61,88)
#3F334B
(63,51,75)
#33293E
(51,41,62)
#271F31
(39,31,49)
#1B1524
(27,21,36)
#0F0B17
(15,11,23)
#000000
(0,0,0)

Tints of #876F99

#876F99
(135,111,153)
#917CA2
(145,124,162)
#9B89AB
(155,137,171)
#A596B4
(165,150,180)
#AFA3BD
(175,163,189)
#B9B0C6
(185,176,198)
#C3BDCF
(195,189,207)
#CDCAD8
(205,202,216)
#D7D7E1
(215,215,225)
#E1E4EA
(225,228,234)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876F99; }

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

This text font color is #876F99.


Background Color

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

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

This div background color is #876F99.


Border color

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

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

This div border color is #876F99.


Opacity

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

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

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

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

This text has shadow with #876F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876F99 on black background.


Color preview on white background

This text has color #876F99 on white background.



Black color preview on #876F99 background

This text has black color on #876F99 background.


White color preview on #876F99 background

This text has white color on #876F99 background.