COLOR #87888A

HEX: #87888A
RGB: (135,136,138)

Color info

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

RGB color model

#87888A color RGB value is (135,136,138).

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

RGB channels and saturation

R 135 of 255 = 53%
G 136 of 255 = 53%
B 138 of 255 = 54%

135
136
138

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

Portions of RGB colors in percentages

R + G + B =
135 + 136 + 138 = 409 (100%)
R 135 of 409 ~ 33.01%
G 136 of 409 ~ 33.25%
B 138 of 409 ~ 33.74%

%33.01
%33.25
%33.74

CMYK color model

#87888A color CMYK value is (2,1,0,46).

  • cyan value is 2.17%
  • magenta value is 1.45%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(2,1,0,46)
C2M1Y0K46 
(2%,1%,0%,46%)
(0.02/0.01/0.00/0.46)	

CMYK percentages

%2.17
%1.45
%0
%45.88

Codes

Color #87888A in popluar color models

87888A
RGB135136138
HSL220°1.27%53.53%
HSB/HSV220°2.17%54.12%
CMYK2.17%1.45%0.00%
45.88%

Color #87888A in popluar number systems.

HEX87888A
Decimal135136138
Binary100001111000100010001010
Octal207210212

Shades and tints

Shades of #87888A

#87888A
(135,136,138)
#7B7C7E
(123,124,126)
#6F7072
(111,112,114)
#636466
(99,100,102)
#57585A
(87,88,90)
#4B4C4E
(75,76,78)
#3F4042
(63,64,66)
#333436
(51,52,54)
#27282A
(39,40,42)
#1B1C1E
(27,28,30)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #87888A

#87888A
(135,136,138)
#919294
(145,146,148)
#9B9C9E
(155,156,158)
#A5A6A8
(165,166,168)
#AFB0B2
(175,176,178)
#B9BABC
(185,186,188)
#C3C4C6
(195,196,198)
#CDCED0
(205,206,208)
#D7D8DA
(215,216,218)
#E1E2E4
(225,226,228)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87888A; }

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

This text font color is #87888A.


Background Color

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

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

This div background color is #87888A.


Border color

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

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

This div border color is #87888A.


Opacity

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

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

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

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

This text has shadow with #87888A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87888A on black background.


Color preview on white background

This text has color #87888A on white background.



Black color preview on #87888A background

This text has black color on #87888A background.


White color preview on #87888A background

This text has white color on #87888A background.