COLOR #876E99

HEX: #876E99
RGB: (135,110,153)

Color info

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

RGB color model

#876E99 color RGB value is (135,110,153).

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

RGB channels and saturation

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

135
110
153

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

Portions of RGB colors in percentages

R + G + B =
135 + 110 + 153 = 398 (100%)
R 135 of 398 ~ 33.92%
G 110 of 398 ~ 27.64%
B 153 of 398 ~ 38.44%

%33.92
%27.64
%38.44

CMYK color model

#876E99 color CMYK value is (12,28,0,40).

  • cyan value is 11.76%
  • magenta value is 28.10%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(12,28,0,40)
C12M28Y0K40 
(12%,28%,0%,40%)
(0.12/0.28/0.00/0.40)	

CMYK percentages

%11.76
%28.1
%0
%40

Codes

Color #876E99 in popluar color models

876E99
RGB135110153
HSL275°17.41%51.57%
HSB/HSV275°28.10%60.00%
CMYK11.76%28.10%0.00%
40.00%

Color #876E99 in popluar number systems.

HEX876E99
Decimal135110153
Binary10000111110111010011001
Octal207156231

Shades and tints

Shades of #876E99

#876E99
(135,110,153)
#7B648C
(123,100,140)
#6F5A7F
(111,90,127)
#635072
(99,80,114)
#574665
(87,70,101)
#4B3C58
(75,60,88)
#3F324B
(63,50,75)
#33283E
(51,40,62)
#271E31
(39,30,49)
#1B1424
(27,20,36)
#0F0A17
(15,10,23)
#000000
(0,0,0)

Tints of #876E99

#876E99
(135,110,153)
#917BA2
(145,123,162)
#9B88AB
(155,136,171)
#A595B4
(165,149,180)
#AFA2BD
(175,162,189)
#B9AFC6
(185,175,198)
#C3BCCF
(195,188,207)
#CDC9D8
(205,201,216)
#D7D6E1
(215,214,225)
#E1E3EA
(225,227,234)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876E99; }

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

This text font color is #876E99.


Background Color

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

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

This div background color is #876E99.


Border color

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

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

This div border color is #876E99.


Opacity

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

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

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

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

This text has shadow with #876E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876E99 on black background.


Color preview on white background

This text has color #876E99 on white background.



Black color preview on #876E99 background

This text has black color on #876E99 background.


White color preview on #876E99 background

This text has white color on #876E99 background.