COLOR #87878F

HEX: #87878F
RGB: (135,135,143)

Color info

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

RGB color model

#87878F color RGB value is (135,135,143).

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

RGB channels and saturation

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

135
135
143

R + G + B ~ 54%. #87878F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 135 + 143 = 413 (100%)
R 135 of 413 ~ 32.69%
G 135 of 413 ~ 32.69%
B 143 of 413 ~ 34.62%

%32.69
%32.69
%34.62

CMYK color model

#87878F color CMYK value is (6,6,0,44).

  • cyan value is 5.59%
  • magenta value is 5.59%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(6,6,0,44)
C6M6Y0K44 
(6%,6%,0%,44%)
(0.06/0.06/0.00/0.44)	

CMYK percentages

%5.59
%5.59
%0
%43.92

Codes

Color #87878F in popluar color models

87878F
RGB135135143
HSL240°3.45%54.51%
HSB/HSV240°5.59%56.08%
CMYK5.59%5.59%0.00%
43.92%

Color #87878F in popluar number systems.

HEX87878F
Decimal135135143
Binary100001111000011110001111
Octal207207217

Shades and tints

Shades of #87878F

#87878F
(135,135,143)
#7B7B82
(123,123,130)
#6F6F75
(111,111,117)
#636368
(99,99,104)
#57575B
(87,87,91)
#4B4B4E
(75,75,78)
#3F3F41
(63,63,65)
#333334
(51,51,52)
#272727
(39,39,39)
#1B1B1A
(27,27,26)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #87878F

#87878F
(135,135,143)
#919199
(145,145,153)
#9B9BA3
(155,155,163)
#A5A5AD
(165,165,173)
#AFAFB7
(175,175,183)
#B9B9C1
(185,185,193)
#C3C3CB
(195,195,203)
#CDCDD5
(205,205,213)
#D7D7DF
(215,215,223)
#E1E1E9
(225,225,233)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87878F; }

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

This text font color is #87878F.


Background Color

.myBgColor { background-color: #87878F; }

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

This div background color is #87878F.


Border color

.myBorderColor { border: 1px solid #87878F; }

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

This div border color is #87878F.


Opacity

.myOpacity80 { color: #87878F; opacity: 0.8; }

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

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

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

This text has shadow with #87878F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87878F on black background.


Color preview on white background

This text has color #87878F on white background.



Black color preview on #87878F background

This text has black color on #87878F background.


White color preview on #87878F background

This text has white color on #87878F background.