COLOR #878894

HEX: #878894
RGB: (135,136,148)

Color info

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

RGB color model

#878894 color RGB value is (135,136,148).

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

RGB channels and saturation

R 135 of 255 = 53%
G 136 of 255 = 53%
B 148 of 255 = 58%

135
136
148

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

Portions of RGB colors in percentages

R + G + B =
135 + 136 + 148 = 419 (100%)
R 135 of 419 ~ 32.22%
G 136 of 419 ~ 32.46%
B 148 of 419 ~ 35.32%

%32.22
%32.46
%35.32

CMYK color model

#878894 color CMYK value is (9,8,0,42).

  • cyan value is 8.78%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(9,8,0,42)
C9M8Y0K42 
(9%,8%,0%,42%)
(0.09/0.08/0.00/0.42)	

CMYK percentages

%8.78
%8.11
%0
%41.96

Codes

Color #878894 in popluar color models

878894
RGB135136148
HSL235°5.73%55.49%
HSB/HSV235°8.78%58.04%
CMYK8.78%8.11%0.00%
41.96%

Color #878894 in popluar number systems.

HEX878894
Decimal135136148
Binary100001111000100010010100
Octal207210224

Shades and tints

Shades of #878894

#878894
(135,136,148)
#7B7C87
(123,124,135)
#6F707A
(111,112,122)
#63646D
(99,100,109)
#575860
(87,88,96)
#4B4C53
(75,76,83)
#3F4046
(63,64,70)
#333439
(51,52,57)
#27282C
(39,40,44)
#1B1C1F
(27,28,31)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #878894

#878894
(135,136,148)
#91929D
(145,146,157)
#9B9CA6
(155,156,166)
#A5A6AF
(165,166,175)
#AFB0B8
(175,176,184)
#B9BAC1
(185,186,193)
#C3C4CA
(195,196,202)
#CDCED3
(205,206,211)
#D7D8DC
(215,216,220)
#E1E2E5
(225,226,229)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878894; }

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

This text font color is #878894.


Background Color

.myBgColor { background-color: #878894; }

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

This div background color is #878894.


Border color

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

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

This div border color is #878894.


Opacity

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

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

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

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

This text has shadow with #878894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878894 on black background.


Color preview on white background

This text has color #878894 on white background.



Black color preview on #878894 background

This text has black color on #878894 background.


White color preview on #878894 background

This text has white color on #878894 background.