COLOR #878496

HEX: #878496
RGB: (135,132,150)

Color info

#878496 contains red, green and blue colors in about the same proportion. Web safe color of #878496 is #999999 (or #999).

RGB color model

#878496 color RGB value is (135,132,150).

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

RGB channels and saturation

R 135 of 255 = 53%
G 132 of 255 = 52%
B 150 of 255 = 59%

135
132
150

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

Portions of RGB colors in percentages

R + G + B =
135 + 132 + 150 = 417 (100%)
R 135 of 417 ~ 32.37%
G 132 of 417 ~ 31.65%
B 150 of 417 ~ 35.97%

%32.37
%31.65
%35.97

CMYK color model

#878496 color CMYK value is (10,12,0,41).

  • cyan value is 10.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(10,12,0,41)
C10M12Y0K41 
(10%,12%,0%,41%)
(0.10/0.12/0.00/0.41)	

CMYK percentages

%10
%12
%0
%41.18

Codes

Color #878496 in popluar color models

878496
RGB135132150
HSL250°7.89%55.29%
HSB/HSV250°12.00%58.82%
CMYK10.00%12.00%0.00%
41.18%

Color #878496 in popluar number systems.

HEX878496
Decimal135132150
Binary100001111000010010010110
Octal207204226

Shades and tints

Shades of #878496

#878496
(135,132,150)
#7B7889
(123,120,137)
#6F6C7C
(111,108,124)
#63606F
(99,96,111)
#575462
(87,84,98)
#4B4855
(75,72,85)
#3F3C48
(63,60,72)
#33303B
(51,48,59)
#27242E
(39,36,46)
#1B1821
(27,24,33)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #878496

#878496
(135,132,150)
#918F9F
(145,143,159)
#9B9AA8
(155,154,168)
#A5A5B1
(165,165,177)
#AFB0BA
(175,176,186)
#B9BBC3
(185,187,195)
#C3C6CC
(195,198,204)
#CDD1D5
(205,209,213)
#D7DCDE
(215,220,222)
#E1E7E7
(225,231,231)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878496; }

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

This text font color is #878496.


Background Color

.myBgColor { background-color: #878496; }

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

This div background color is #878496.


Border color

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

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

This div border color is #878496.


Opacity

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

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

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

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

This text has shadow with #878496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878496 on black background.


Color preview on white background

This text has color #878496 on white background.



Black color preview on #878496 background

This text has black color on #878496 background.


White color preview on #878496 background

This text has white color on #878496 background.