COLOR #876990

HEX: #876990
RGB: (135,105,144)

Color info

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

RGB color model

#876990 color RGB value is (135,105,144).

  • red value is 135;
  • green value is 105;
  • blue value is 144.
RGB:
(135,105,144)
(53%,41%,56%)

RGB channels and saturation

R 135 of 255 = 53%
G 105 of 255 = 41%
B 144 of 255 = 56%

135
105
144

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

Portions of RGB colors in percentages

R + G + B =
135 + 105 + 144 = 384 (100%)
R 135 of 384 ~ 35.16%
G 105 of 384 ~ 27.34%
B 144 of 384 ~ 37.5%

%35.16
%27.34
%37.5

CMYK color model

#876990 color CMYK value is (6,27,0,44).

  • cyan value is 6.25%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(6,27,0,44)
C6M27Y0K44 
(6%,27%,0%,44%)
(0.06/0.27/0.00/0.44)	

CMYK percentages

%6.25
%27.08
%0
%43.53

Codes

Color #876990 in popluar color models

876990
RGB135105144
HSL286°15.66%48.82%
HSB/HSV286°27.08%56.47%
CMYK6.25%27.08%0.00%
43.53%

Color #876990 in popluar number systems.

HEX876990
Decimal135105144
Binary10000111110100110010000
Octal207151220

Shades and tints

Shades of #876990

#876990
(135,105,144)
#7B6083
(123,96,131)
#6F5776
(111,87,118)
#634E69
(99,78,105)
#57455C
(87,69,92)
#4B3C4F
(75,60,79)
#3F3342
(63,51,66)
#332A35
(51,42,53)
#272128
(39,33,40)
#1B181B
(27,24,27)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #876990

#876990
(135,105,144)
#91769A
(145,118,154)
#9B83A4
(155,131,164)
#A590AE
(165,144,174)
#AF9DB8
(175,157,184)
#B9AAC2
(185,170,194)
#C3B7CC
(195,183,204)
#CDC4D6
(205,196,214)
#D7D1E0
(215,209,224)
#E1DEEA
(225,222,234)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876990 color. Also use rgb(135,105,144) instead hex code.

Text Font Color

.myTextColor { color: #876990; }

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

This text font color is #876990.


Background Color

.myBgColor { background-color: #876990; }

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

This div background color is #876990.


Border color

.myBorderColor { border: 1px solid #876990; }

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

This div border color is #876990.


Opacity

.myOpacity80 { color: #876990; opacity: 0.8; }

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

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

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

This text has shadow with #876990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876990 on black background.


Color preview on white background

This text has color #876990 on white background.



Black color preview on #876990 background

This text has black color on #876990 background.


White color preview on #876990 background

This text has white color on #876990 background.