COLOR #878E90

HEX: #878E90
RGB: (135,142,144)

Color info

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

RGB color model

#878E90 color RGB value is (135,142,144).

  • red value is 135;
  • green value is 142;
  • blue value is 144.
RGB:
(135,142,144)
(53%,56%,56%)

RGB channels and saturation

R 135 of 255 = 53%
G 142 of 255 = 56%
B 144 of 255 = 56%

135
142
144

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

Portions of RGB colors in percentages

R + G + B =
135 + 142 + 144 = 421 (100%)
R 135 of 421 ~ 32.07%
G 142 of 421 ~ 33.73%
B 144 of 421 ~ 34.2%

%32.07
%33.73
%34.2

CMYK color model

#878E90 color CMYK value is (6,1,0,44).

  • cyan value is 6.25%
  • magenta value is 1.39%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(6,1,0,44)
C6M1Y0K44 
(6%,1%,0%,44%)
(0.06/0.01/0.00/0.44)	

CMYK percentages

%6.25
%1.39
%0
%43.53

Codes

Color #878E90 in popluar color models

878E90
RGB135142144
HSL193°3.90%54.71%
HSB/HSV193°6.25%56.47%
CMYK6.25%1.39%0.00%
43.53%

Color #878E90 in popluar number systems.

HEX878E90
Decimal135142144
Binary100001111000111010010000
Octal207216220

Shades and tints

Shades of #878E90

#878E90
(135,142,144)
#7B8283
(123,130,131)
#6F7676
(111,118,118)
#636A69
(99,106,105)
#575E5C
(87,94,92)
#4B524F
(75,82,79)
#3F4642
(63,70,66)
#333A35
(51,58,53)
#272E28
(39,46,40)
#1B221B
(27,34,27)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #878E90

#878E90
(135,142,144)
#91989A
(145,152,154)
#9BA2A4
(155,162,164)
#A5ACAE
(165,172,174)
#AFB6B8
(175,182,184)
#B9C0C2
(185,192,194)
#C3CACC
(195,202,204)
#CDD4D6
(205,212,214)
#D7DEE0
(215,222,224)
#E1E8EA
(225,232,234)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878E90 color. Also use rgb(135,142,144) instead hex code.

Text Font Color

.myTextColor { color: #878E90; }

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

This text font color is #878E90.


Background Color

.myBgColor { background-color: #878E90; }

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

This div background color is #878E90.


Border color

.myBorderColor { border: 1px solid #878E90; }

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

This div border color is #878E90.


Opacity

.myOpacity80 { color: #878E90; opacity: 0.8; }

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

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

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

This text has shadow with #878E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878E90 on black background.


Color preview on white background

This text has color #878E90 on white background.



Black color preview on #878E90 background

This text has black color on #878E90 background.


White color preview on #878E90 background

This text has white color on #878E90 background.