COLOR #876BA0

HEX: #876BA0
RGB: (135,107,160)

Color info

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

RGB color model

#876BA0 color RGB value is (135,107,160).

  • red value is 135;
  • green value is 107;
  • blue value is 160.
RGB:
(135,107,160)
(53%,42%,63%)

RGB channels and saturation

R 135 of 255 = 53%
G 107 of 255 = 42%
B 160 of 255 = 63%

135
107
160

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

Portions of RGB colors in percentages

R + G + B =
135 + 107 + 160 = 402 (100%)
R 135 of 402 ~ 33.58%
G 107 of 402 ~ 26.62%
B 160 of 402 ~ 39.8%

%33.58
%26.62
%39.8

CMYK color model

#876BA0 color CMYK value is (16,33,0,37).

  • cyan value is 15.63%
  • magenta value is 33.13%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(16,33,0,37)
C16M33Y0K37 
(16%,33%,0%,37%)
(0.16/0.33/0.00/0.37)	

CMYK percentages

%15.63
%33.13
%0
%37.25

Codes

Color #876BA0 in popluar color models

876BA0
RGB135107160
HSL272°21.81%52.35%
HSB/HSV272°33.13%62.75%
CMYK15.63%33.13%0.00%
37.25%

Color #876BA0 in popluar number systems.

HEX876BA0
Decimal135107160
Binary10000111110101110100000
Octal207153240

Shades and tints

Shades of #876BA0

#876BA0
(135,107,160)
#7B6292
(123,98,146)
#6F5984
(111,89,132)
#635076
(99,80,118)
#574768
(87,71,104)
#4B3E5A
(75,62,90)
#3F354C
(63,53,76)
#332C3E
(51,44,62)
#272330
(39,35,48)
#1B1A22
(27,26,34)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #876BA0

#876BA0
(135,107,160)
#9178A8
(145,120,168)
#9B85B0
(155,133,176)
#A592B8
(165,146,184)
#AF9FC0
(175,159,192)
#B9ACC8
(185,172,200)
#C3B9D0
(195,185,208)
#CDC6D8
(205,198,216)
#D7D3E0
(215,211,224)
#E1E0E8
(225,224,232)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876BA0 color. Also use rgb(135,107,160) instead hex code.

Text Font Color

.myTextColor { color: #876BA0; }

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

This text font color is #876BA0.


Background Color

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

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

This div background color is #876BA0.


Border color

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

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

This div border color is #876BA0.


Opacity

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

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

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

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

This text has shadow with #876BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876BA0 on black background.


Color preview on white background

This text has color #876BA0 on white background.



Black color preview on #876BA0 background

This text has black color on #876BA0 background.


White color preview on #876BA0 background

This text has white color on #876BA0 background.