COLOR #876BAB

HEX: #876BAB
RGB: (135,107,171)

Color info

#876BAB contains mainly red and blue colors. Web safe color of #876BAB is #996699 (or #969).

RGB color model

#876BAB color RGB value is (135,107,171).

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

RGB channels and saturation

R 135 of 255 = 53%
G 107 of 255 = 42%
B 171 of 255 = 67%

135
107
171

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

Portions of RGB colors in percentages

R + G + B =
135 + 107 + 171 = 413 (100%)
R 135 of 413 ~ 32.69%
G 107 of 413 ~ 25.91%
B 171 of 413 ~ 41.4%

%32.69
%25.91
%41.4

CMYK color model

#876BAB color CMYK value is (21,37,0,33).

  • cyan value is 21.05%
  • magenta value is 37.43%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(21,37,0,33)
C21M37Y0K33 
(21%,37%,0%,33%)
(0.21/0.37/0.00/0.33)	

CMYK percentages

%21.05
%37.43
%0
%32.94

Codes

Color #876BAB in popluar color models

876BAB
RGB135107171
HSL266°27.59%54.51%
HSB/HSV266°37.43%67.06%
CMYK21.05%37.43%0.00%
32.94%

Color #876BAB in popluar number systems.

HEX876BAB
Decimal135107171
Binary10000111110101110101011
Octal207153253

Shades and tints

Shades of #876BAB

#876BAB
(135,107,171)
#7B629C
(123,98,156)
#6F598D
(111,89,141)
#63507E
(99,80,126)
#57476F
(87,71,111)
#4B3E60
(75,62,96)
#3F3551
(63,53,81)
#332C42
(51,44,66)
#272333
(39,35,51)
#1B1A24
(27,26,36)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #876BAB

#876BAB
(135,107,171)
#9178B2
(145,120,178)
#9B85B9
(155,133,185)
#A592C0
(165,146,192)
#AF9FC7
(175,159,199)
#B9ACCE
(185,172,206)
#C3B9D5
(195,185,213)
#CDC6DC
(205,198,220)
#D7D3E3
(215,211,227)
#E1E0EA
(225,224,234)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876BAB; }

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

This text font color is #876BAB.


Background Color

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

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

This div background color is #876BAB.


Border color

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

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

This div border color is #876BAB.


Opacity

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

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

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

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

This text has shadow with #876BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876BAB on black background.


Color preview on white background

This text has color #876BAB on white background.



Black color preview on #876BAB background

This text has black color on #876BAB background.


White color preview on #876BAB background

This text has white color on #876BAB background.