COLOR #878F90

HEX: #878F90
RGB: (135,143,144)

Color info

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

RGB color model

#878F90 color RGB value is (135,143,144).

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

RGB channels and saturation

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

135
143
144

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

Portions of RGB colors in percentages

R + G + B =
135 + 143 + 144 = 422 (100%)
R 135 of 422 ~ 31.99%
G 143 of 422 ~ 33.89%
B 144 of 422 ~ 34.12%

%31.99
%33.89
%34.12

CMYK color model

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

  • cyan value is 6.25%
  • magenta value is 0.69%
  • 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
%0.69
%0
%43.53

Codes

Color #878F90 in popluar color models

878F90
RGB135143144
HSL187°3.90%54.71%
HSB/HSV187°6.25%56.47%
CMYK6.25%0.69%0.00%
43.53%

Color #878F90 in popluar number systems.

HEX878F90
Decimal135143144
Binary100001111000111110010000
Octal207217220

Shades and tints

Shades of #878F90

#878F90
(135,143,144)
#7B8283
(123,130,131)
#6F7576
(111,117,118)
#636869
(99,104,105)
#575B5C
(87,91,92)
#4B4E4F
(75,78,79)
#3F4142
(63,65,66)
#333435
(51,52,53)
#272728
(39,39,40)
#1B1A1B
(27,26,27)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #878F90

#878F90
(135,143,144)
#91999A
(145,153,154)
#9BA3A4
(155,163,164)
#A5ADAE
(165,173,174)
#AFB7B8
(175,183,184)
#B9C1C2
(185,193,194)
#C3CBCC
(195,203,204)
#CDD5D6
(205,213,214)
#D7DFE0
(215,223,224)
#E1E9EA
(225,233,234)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878F90; }

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

This text font color is #878F90.


Background Color

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

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

This div background color is #878F90.


Border color

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

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

This div border color is #878F90.


Opacity

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

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

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

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

This text has shadow with #878F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878F90 on black background.


Color preview on white background

This text has color #878F90 on white background.



Black color preview on #878F90 background

This text has black color on #878F90 background.


White color preview on #878F90 background

This text has white color on #878F90 background.