COLOR #876A8E

HEX: #876A8E
RGB: (135,106,142)

Color info

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

RGB color model

#876A8E color RGB value is (135,106,142).

  • red value is 135;
  • green value is 106;
  • blue value is 142.
RGB:
(135,106,142)
(53%,42%,56%)

RGB channels and saturation

R 135 of 255 = 53%
G 106 of 255 = 42%
B 142 of 255 = 56%

135
106
142

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

Portions of RGB colors in percentages

R + G + B =
135 + 106 + 142 = 383 (100%)
R 135 of 383 ~ 35.25%
G 106 of 383 ~ 27.68%
B 142 of 383 ~ 37.08%

%35.25
%27.68
%37.08

CMYK color model

#876A8E color CMYK value is (5,25,0,44).

  • cyan value is 4.93%
  • magenta value is 25.35%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(5,25,0,44)
C5M25Y0K44 
(5%,25%,0%,44%)
(0.05/0.25/0.00/0.44)	

CMYK percentages

%4.93
%25.35
%0
%44.31

Codes

Color #876A8E in popluar color models

876A8E
RGB135106142
HSL288°14.52%48.63%
HSB/HSV288°25.35%55.69%
CMYK4.93%25.35%0.00%
44.31%

Color #876A8E in popluar number systems.

HEX876A8E
Decimal135106142
Binary10000111110101010001110
Octal207152216

Shades and tints

Shades of #876A8E

#876A8E
(135,106,142)
#7B6182
(123,97,130)
#6F5876
(111,88,118)
#634F6A
(99,79,106)
#57465E
(87,70,94)
#4B3D52
(75,61,82)
#3F3446
(63,52,70)
#332B3A
(51,43,58)
#27222E
(39,34,46)
#1B1922
(27,25,34)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #876A8E

#876A8E
(135,106,142)
#917798
(145,119,152)
#9B84A2
(155,132,162)
#A591AC
(165,145,172)
#AF9EB6
(175,158,182)
#B9ABC0
(185,171,192)
#C3B8CA
(195,184,202)
#CDC5D4
(205,197,212)
#D7D2DE
(215,210,222)
#E1DFE8
(225,223,232)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876A8E color. Also use rgb(135,106,142) instead hex code.

Text Font Color

.myTextColor { color: #876A8E; }

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

This text font color is #876A8E.


Background Color

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

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

This div background color is #876A8E.


Border color

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

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

This div border color is #876A8E.


Opacity

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

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

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

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

This text has shadow with #876A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876A8E on black background.


Color preview on white background

This text has color #876A8E on white background.



Black color preview on #876A8E background

This text has black color on #876A8E background.


White color preview on #876A8E background

This text has white color on #876A8E background.