COLOR #87888E

HEX: #87888E
RGB: (135,136,142)

Color info

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

RGB color model

#87888E color RGB value is (135,136,142).

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

RGB channels and saturation

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

135
136
142

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

Portions of RGB colors in percentages

R + G + B =
135 + 136 + 142 = 413 (100%)
R 135 of 413 ~ 32.69%
G 136 of 413 ~ 32.93%
B 142 of 413 ~ 34.38%

%32.69
%32.93
%34.38

CMYK color model

#87888E color CMYK value is (5,4,0,44).

  • cyan value is 4.93%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(5,4,0,44)
C5M4Y0K44 
(5%,4%,0%,44%)
(0.05/0.04/0.00/0.44)	

CMYK percentages

%4.93
%4.23
%0
%44.31

Codes

Color #87888E in popluar color models

87888E
RGB135136142
HSL231°3.00%54.31%
HSB/HSV231°4.93%55.69%
CMYK4.93%4.23%0.00%
44.31%

Color #87888E in popluar number systems.

HEX87888E
Decimal135136142
Binary100001111000100010001110
Octal207210216

Shades and tints

Shades of #87888E

#87888E
(135,136,142)
#7B7C82
(123,124,130)
#6F7076
(111,112,118)
#63646A
(99,100,106)
#57585E
(87,88,94)
#4B4C52
(75,76,82)
#3F4046
(63,64,70)
#33343A
(51,52,58)
#27282E
(39,40,46)
#1B1C22
(27,28,34)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #87888E

#87888E
(135,136,142)
#919298
(145,146,152)
#9B9CA2
(155,156,162)
#A5A6AC
(165,166,172)
#AFB0B6
(175,176,182)
#B9BAC0
(185,186,192)
#C3C4CA
(195,196,202)
#CDCED4
(205,206,212)
#D7D8DE
(215,216,222)
#E1E2E8
(225,226,232)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87888E color. Also use rgb(135,136,142) instead hex code.

Text Font Color

.myTextColor { color: #87888E; }

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

This text font color is #87888E.


Background Color

.myBgColor { background-color: #87888E; }

<div style="background-color:#87888E">Inner text</div>

This div background color is #87888E.


Border color

.myBorderColor { border: 1px solid #87888E; }

<div style="border:3px solid #87888E">Div</div>

This div border color is #87888E.


Opacity

.myOpacity80 { color: #87888E; opacity: 0.8; }

<p style="color:#87888E;opacity:0.8;">80%</p>

Text with #87888E 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 #87888E;}

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

This text has shadow with #87888E color.

.textShadow {text-shadow: 3px 3px 1px #87888E, 3px 3px 1px red;}

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

This text has shadow with #87888E primary color and red secondary color.


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

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

This text has shadow with #87888E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87888E on black background.


Color preview on white background

This text has color #87888E on white background.



Black color preview on #87888E background

This text has black color on #87888E background.


White color preview on #87888E background

This text has white color on #87888E background.