COLOR #876C90

HEX: #876C90 RGB: (135,108,144)

Color info

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

RGB color model

#876C90 color RGB value is (135,108,144).

RGB: (135,108,144) (53%, 42%, 56%)

RGB channels and saturation

R 135 of 255 = 53%
G 108 of 255 = 42%
B 144 of 255 = 56%

135
108
144

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

Portions of RGB colors in percentages

R + G + B = 135 + 108 + 144 = 387 (100%)
R 135 of 387 ~ 34.88%
G 108 of 387 ~ 27.91%
B 144 of 387 ~ 37.21'%

%34.88
%27.91
%37.21

CMYK color model

#876C90 color CMYK value is (6,25,0,44).

  • cyan value is 6.25%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (6,25,0,44)
C6M25Y0K44 (6%, 25%, 0%, 44%)
(0.06 / 0.25 / 0.00 / 0.44)

CMYK percentages

%6.25
%25
%0
%43.53

Codes

Color #876C90 in popluar color models

87 6C 90
RGB 135 108 144
HSL 285° 14.29% 49.41%
HSB/HSV 285° 25.00% 56.47%
CMYK 6.25% 25.00% 0.00%
43.53%

Color #876C90 in popluar number systems.

HEX 87 6C 90
Decimal 135 108 144
Binary 10000111 1101100 10010000
Octal 207 154 220

Shades and tints

Shades of #876C90

#876C90
(135,108,144)
#7B6383
(123,99,131)
#6F5A76
(111,90,118)
#635169
(99,81,105)
#57485C
(87,72,92)
#4B3F4F
(75,63,79)
#3F3642
(63,54,66)
#332D35
(51,45,53)
#272428
(39,36,40)
#1B1B1B
(27,27,27)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #876C90

#876C90
(135,108,144)
#91799A
(145,121,154)
#9B86A4
(155,134,164)
#A593AE
(165,147,174)
#AFA0B8
(175,160,184)
#B9ADC2
(185,173,194)
#C3BACC
(195,186,204)
#CDC7D6
(205,199,214)
#D7D4E0
(215,212,224)
#E1E1EA
(225,225,234)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876C90; }

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

This text font color is #876C90.

Background Color

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

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

This div background color is #876C90.

Border color

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

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

This div border color is #876C90.

Opacity

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

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

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

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

This text has shadow with #876C90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876C90.

Preview

Color preview on black background

This text has color #876C90 on black background.


Color preview on white background

This text has color #876C90 on white background.


Black color preview on #876C90 background

This text has black color on #876C90 background.


White color preview on #876C90 background

This text has white color on #876C90 background.


Related colors

Complementary color

Complementary color for #hex is #78936F.


I love getcolorcode.com

Triadic colors

1 #90876C and #6C9087 with #876C90 are triadic colors.

2 #906C87 and #6C8790 with #876C90 are triadic colors.