COLOR #87858F

HEX: #87858F
RGB: (135,133,143)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

135
133
143

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

Portions of RGB colors in percentages

R + G + B =
135 + 133 + 143 = 411 (100%)
R 135 of 411 ~ 32.85%
G 133 of 411 ~ 32.36%
B 143 of 411 ~ 34.79%

%32.85
%32.36
%34.79

CMYK color model

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

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

CMYK percentages

%5.59
%6.99
%0
%43.92

Codes

Color #87858F in popluar color models

87858F
RGB135133143
HSL252°4.27%54.12%
HSB/HSV252°6.99%56.08%
CMYK5.59%6.99%0.00%
43.92%

Color #87858F in popluar number systems.

HEX87858F
Decimal135133143
Binary100001111000010110001111
Octal207205217

Shades and tints

Shades of #87858F

#87858F
(135,133,143)
#7B7982
(123,121,130)
#6F6D75
(111,109,117)
#636168
(99,97,104)
#57555B
(87,85,91)
#4B494E
(75,73,78)
#3F3D41
(63,61,65)
#333134
(51,49,52)
#272527
(39,37,39)
#1B191A
(27,25,26)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #87858F

#87858F
(135,133,143)
#919099
(145,144,153)
#9B9BA3
(155,155,163)
#A5A6AD
(165,166,173)
#AFB1B7
(175,177,183)
#B9BCC1
(185,188,193)
#C3C7CB
(195,199,203)
#CDD2D5
(205,210,213)
#D7DDDF
(215,221,223)
#E1E8E9
(225,232,233)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87858F; }

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

This text font color is #87858F.


Background Color

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

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

This div background color is #87858F.


Border color

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

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

This div border color is #87858F.


Opacity

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

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

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

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

This text has shadow with #87858F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87858F on black background.


Color preview on white background

This text has color #87858F on white background.



Black color preview on #87858F background

This text has black color on #87858F background.


White color preview on #87858F background

This text has white color on #87858F background.