COLOR #876196

HEX: #876196
RGB: (135,97,150)

Color info

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

RGB color model

#876196 color RGB value is (135,97,150).

  • red value is 135;
  • green value is 97;
  • blue value is 150.
RGB:
(135,97,150)
(53%,38%,59%)

RGB channels and saturation

R 135 of 255 = 53%
G 97 of 255 = 38%
B 150 of 255 = 59%

135
97
150

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

Portions of RGB colors in percentages

R + G + B =
135 + 97 + 150 = 382 (100%)
R 135 of 382 ~ 35.34%
G 97 of 382 ~ 25.39%
B 150 of 382 ~ 39.27%

%35.34
%25.39
%39.27

CMYK color model

#876196 color CMYK value is (10,35,0,41).

  • cyan value is 10.00%
  • magenta value is 35.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(10,35,0,41)
C10M35Y0K41 
(10%,35%,0%,41%)
(0.10/0.35/0.00/0.41)	

CMYK percentages

%10
%35.33
%0
%41.18

Codes

Color #876196 in popluar color models

876196
RGB13597150
HSL283°21.46%48.43%
HSB/HSV283°35.33%58.82%
CMYK10.00%35.33%0.00%
41.18%

Color #876196 in popluar number systems.

HEX876196
Decimal13597150
Binary10000111110000110010110
Octal207141226

Shades and tints

Shades of #876196

#876196
(135,97,150)
#7B5989
(123,89,137)
#6F517C
(111,81,124)
#63496F
(99,73,111)
#574162
(87,65,98)
#4B3955
(75,57,85)
#3F3148
(63,49,72)
#33293B
(51,41,59)
#27212E
(39,33,46)
#1B1921
(27,25,33)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #876196

#876196
(135,97,150)
#916F9F
(145,111,159)
#9B7DA8
(155,125,168)
#A58BB1
(165,139,177)
#AF99BA
(175,153,186)
#B9A7C3
(185,167,195)
#C3B5CC
(195,181,204)
#CDC3D5
(205,195,213)
#D7D1DE
(215,209,222)
#E1DFE7
(225,223,231)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876196 color. Also use rgb(135,97,150) instead hex code.

Text Font Color

.myTextColor { color: #876196; }

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

This text font color is #876196.


Background Color

.myBgColor { background-color: #876196; }

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

This div background color is #876196.


Border color

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

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

This div border color is #876196.


Opacity

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

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

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

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

This text has shadow with #876196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876196 on black background.


Color preview on white background

This text has color #876196 on white background.



Black color preview on #876196 background

This text has black color on #876196 background.


White color preview on #876196 background

This text has white color on #876196 background.