COLOR #876EA1

HEX: #876EA1
RGB: (135,110,161)

Color info

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

RGB color model

#876EA1 color RGB value is (135,110,161).

  • red value is 135;
  • green value is 110;
  • blue value is 161.
RGB:
(135,110,161)
(53%,43%,63%)

RGB channels and saturation

R 135 of 255 = 53%
G 110 of 255 = 43%
B 161 of 255 = 63%

135
110
161

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

Portions of RGB colors in percentages

R + G + B =
135 + 110 + 161 = 406 (100%)
R 135 of 406 ~ 33.25%
G 110 of 406 ~ 27.09%
B 161 of 406 ~ 39.66%

%33.25
%27.09
%39.66

CMYK color model

#876EA1 color CMYK value is (16,32,0,37).

  • cyan value is 16.15%
  • magenta value is 31.68%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(16,32,0,37)
C16M32Y0K37 
(16%,32%,0%,37%)
(0.16/0.32/0.00/0.37)	

CMYK percentages

%16.15
%31.68
%0
%36.86

Codes

Color #876EA1 in popluar color models

876EA1
RGB135110161
HSL269°21.34%53.14%
HSB/HSV269°31.68%63.14%
CMYK16.15%31.68%0.00%
36.86%

Color #876EA1 in popluar number systems.

HEX876EA1
Decimal135110161
Binary10000111110111010100001
Octal207156241

Shades and tints

Shades of #876EA1

#876EA1
(135,110,161)
#7B6493
(123,100,147)
#6F5A85
(111,90,133)
#635077
(99,80,119)
#574669
(87,70,105)
#4B3C5B
(75,60,91)
#3F324D
(63,50,77)
#33283F
(51,40,63)
#271E31
(39,30,49)
#1B1423
(27,20,35)
#0F0A15
(15,10,21)
#000000
(0,0,0)

Tints of #876EA1

#876EA1
(135,110,161)
#917BA9
(145,123,169)
#9B88B1
(155,136,177)
#A595B9
(165,149,185)
#AFA2C1
(175,162,193)
#B9AFC9
(185,175,201)
#C3BCD1
(195,188,209)
#CDC9D9
(205,201,217)
#D7D6E1
(215,214,225)
#E1E3E9
(225,227,233)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876EA1 color. Also use rgb(135,110,161) instead hex code.

Text Font Color

.myTextColor { color: #876EA1; }

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

This text font color is #876EA1.


Background Color

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

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

This div background color is #876EA1.


Border color

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

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

This div border color is #876EA1.


Opacity

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

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

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

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

This text has shadow with #876EA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876EA1 on black background.


Color preview on white background

This text has color #876EA1 on white background.



Black color preview on #876EA1 background

This text has black color on #876EA1 background.


White color preview on #876EA1 background

This text has white color on #876EA1 background.