COLOR #878896

HEX: #878896
RGB: (135,136,150)

Color info

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

RGB color model

#878896 color RGB value is (135,136,150).

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

RGB channels and saturation

R 135 of 255 = 53%
G 136 of 255 = 53%
B 150 of 255 = 59%

135
136
150

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

Portions of RGB colors in percentages

R + G + B =
135 + 136 + 150 = 421 (100%)
R 135 of 421 ~ 32.07%
G 136 of 421 ~ 32.3%
B 150 of 421 ~ 35.63%

%32.07
%32.3
%35.63

CMYK color model

#878896 color CMYK value is (10,9,0,41).

  • cyan value is 10.00%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(10,9,0,41)
C10M9Y0K41 
(10%,9%,0%,41%)
(0.10/0.09/0.00/0.41)	

CMYK percentages

%10
%9.33
%0
%41.18

Codes

Color #878896 in popluar color models

878896
RGB135136150
HSL236°6.67%55.88%
HSB/HSV236°10.00%58.82%
CMYK10.00%9.33%0.00%
41.18%

Color #878896 in popluar number systems.

HEX878896
Decimal135136150
Binary100001111000100010010110
Octal207210226

Shades and tints

Shades of #878896

#878896
(135,136,150)
#7B7C89
(123,124,137)
#6F707C
(111,112,124)
#63646F
(99,100,111)
#575862
(87,88,98)
#4B4C55
(75,76,85)
#3F4048
(63,64,72)
#33343B
(51,52,59)
#27282E
(39,40,46)
#1B1C21
(27,28,33)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #878896

#878896
(135,136,150)
#91929F
(145,146,159)
#9B9CA8
(155,156,168)
#A5A6B1
(165,166,177)
#AFB0BA
(175,176,186)
#B9BAC3
(185,186,195)
#C3C4CC
(195,196,204)
#CDCED5
(205,206,213)
#D7D8DE
(215,216,222)
#E1E2E7
(225,226,231)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878896; }

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

This text font color is #878896.


Background Color

.myBgColor { background-color: #878896; }

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

This div background color is #878896.


Border color

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

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

This div border color is #878896.


Opacity

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

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

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

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

This text has shadow with #878896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878896 on black background.


Color preview on white background

This text has color #878896 on white background.



Black color preview on #878896 background

This text has black color on #878896 background.


White color preview on #878896 background

This text has white color on #878896 background.