COLOR #87898F

HEX: #87898F
RGB: (135,137,143)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

135
137
143

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

Portions of RGB colors in percentages

R + G + B =
135 + 137 + 143 = 415 (100%)
R 135 of 415 ~ 32.53%
G 137 of 415 ~ 33.01%
B 143 of 415 ~ 34.46%

%32.53
%33.01
%34.46

CMYK color model

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

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

CMYK percentages

%5.59
%4.2
%0
%43.92

Codes

Color #87898F in popluar color models

87898F
RGB135137143
HSL225°3.45%54.51%
HSB/HSV225°5.59%56.08%
CMYK5.59%4.20%0.00%
43.92%

Color #87898F in popluar number systems.

HEX87898F
Decimal135137143
Binary100001111000100110001111
Octal207211217

Shades and tints

Shades of #87898F

#87898F
(135,137,143)
#7B7D82
(123,125,130)
#6F7175
(111,113,117)
#636568
(99,101,104)
#57595B
(87,89,91)
#4B4D4E
(75,77,78)
#3F4141
(63,65,65)
#333534
(51,53,52)
#272927
(39,41,39)
#1B1D1A
(27,29,26)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #87898F

#87898F
(135,137,143)
#919399
(145,147,153)
#9B9DA3
(155,157,163)
#A5A7AD
(165,167,173)
#AFB1B7
(175,177,183)
#B9BBC1
(185,187,193)
#C3C5CB
(195,197,203)
#CDCFD5
(205,207,213)
#D7D9DF
(215,217,223)
#E1E3E9
(225,227,233)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87898F; }

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

This text font color is #87898F.


Background Color

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

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

This div background color is #87898F.


Border color

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

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

This div border color is #87898F.


Opacity

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

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

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

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

This text has shadow with #87898F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87898F on black background.


Color preview on white background

This text has color #87898F on white background.



Black color preview on #87898F background

This text has black color on #87898F background.


White color preview on #87898F background

This text has white color on #87898F background.