COLOR #877896

HEX: #877896
RGB: (135,120,150)

Color info

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

RGB color model

#877896 color RGB value is (135,120,150).

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

RGB channels and saturation

R 135 of 255 = 53%
G 120 of 255 = 47%
B 150 of 255 = 59%

135
120
150

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

Portions of RGB colors in percentages

R + G + B =
135 + 120 + 150 = 405 (100%)
R 135 of 405 ~ 33.33%
G 120 of 405 ~ 29.63%
B 150 of 405 ~ 37.04%

%33.33
%29.63
%37.04

CMYK color model

#877896 color CMYK value is (10,20,0,41).

  • cyan value is 10.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(10,20,0,41)
C10M20Y0K41 
(10%,20%,0%,41%)
(0.10/0.20/0.00/0.41)	

CMYK percentages

%10
%20
%0
%41.18

Codes

Color #877896 in popluar color models

877896
RGB135120150
HSL270°12.50%52.94%
HSB/HSV270°20.00%58.82%
CMYK10.00%20.00%0.00%
41.18%

Color #877896 in popluar number systems.

HEX877896
Decimal135120150
Binary10000111111100010010110
Octal207170226

Shades and tints

Shades of #877896

#877896
(135,120,150)
#7B6E89
(123,110,137)
#6F647C
(111,100,124)
#635A6F
(99,90,111)
#575062
(87,80,98)
#4B4655
(75,70,85)
#3F3C48
(63,60,72)
#33323B
(51,50,59)
#27282E
(39,40,46)
#1B1E21
(27,30,33)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #877896

#877896
(135,120,150)
#91849F
(145,132,159)
#9B90A8
(155,144,168)
#A59CB1
(165,156,177)
#AFA8BA
(175,168,186)
#B9B4C3
(185,180,195)
#C3C0CC
(195,192,204)
#CDCCD5
(205,204,213)
#D7D8DE
(215,216,222)
#E1E4E7
(225,228,231)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877896; }

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

This text font color is #877896.


Background Color

.myBgColor { background-color: #877896; }

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

This div background color is #877896.


Border color

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

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

This div border color is #877896.


Opacity

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

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

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

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

This text has shadow with #877896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877896 on black background.


Color preview on white background

This text has color #877896 on white background.



Black color preview on #877896 background

This text has black color on #877896 background.


White color preview on #877896 background

This text has white color on #877896 background.