COLOR #878897

HEX: #878897
RGB: (135,136,151)

Color info

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

RGB color model

#878897 color RGB value is (135,136,151).

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

RGB channels and saturation

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

135
136
151

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

Portions of RGB colors in percentages

R + G + B =
135 + 136 + 151 = 422 (100%)
R 135 of 422 ~ 31.99%
G 136 of 422 ~ 32.23%
B 151 of 422 ~ 35.78%

%31.99
%32.23
%35.78

CMYK color model

#878897 color CMYK value is (11,10,0,41).

  • cyan value is 10.60%
  • magenta value is 9.93%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(11,10,0,41)
C11M10Y0K41 
(11%,10%,0%,41%)
(0.11/0.10/0.00/0.41)	

CMYK percentages

%10.6
%9.93
%0
%40.78

Codes

Color #878897 in popluar color models

878897
RGB135136151
HSL236°7.14%56.08%
HSB/HSV236°10.60%59.22%
CMYK10.60%9.93%0.00%
40.78%

Color #878897 in popluar number systems.

HEX878897
Decimal135136151
Binary100001111000100010010111
Octal207210227

Shades and tints

Shades of #878897

#878897
(135,136,151)
#7B7C8A
(123,124,138)
#6F707D
(111,112,125)
#636470
(99,100,112)
#575863
(87,88,99)
#4B4C56
(75,76,86)
#3F4049
(63,64,73)
#33343C
(51,52,60)
#27282F
(39,40,47)
#1B1C22
(27,28,34)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #878897

#878897
(135,136,151)
#9192A0
(145,146,160)
#9B9CA9
(155,156,169)
#A5A6B2
(165,166,178)
#AFB0BB
(175,176,187)
#B9BAC4
(185,186,196)
#C3C4CD
(195,196,205)
#CDCED6
(205,206,214)
#D7D8DF
(215,216,223)
#E1E2E8
(225,226,232)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878897; }

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

This text font color is #878897.


Background Color

.myBgColor { background-color: #878897; }

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

This div background color is #878897.


Border color

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

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

This div border color is #878897.


Opacity

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

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

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

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

This text has shadow with #878897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878897 on black background.


Color preview on white background

This text has color #878897 on white background.



Black color preview on #878897 background

This text has black color on #878897 background.


White color preview on #878897 background

This text has white color on #878897 background.