COLOR #87888F

HEX: #87888F RGB: (135,136,143)

Color info

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

RGB color model

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

RGB: (135,136,143) (53%, 53%, 56%)

RGB channels and saturation

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

135
136
143

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

Portions of RGB colors in percentages

R + G + B = 135 + 136 + 143 = 414 (100%)
R 135 of 414 ~ 32.61%
G 136 of 414 ~ 32.85%
B 143 of 414 ~ 34.54'%

%32.61
%32.85
%34.54

CMYK color model

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

  • cyan value is 5.59%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (6,5,0,44)
C6M5Y0K44 (6%, 5%, 0%, 44%)
(0.06 / 0.05 / 0.00 / 0.44)

CMYK percentages

%5.59
%4.9
%0
%43.92

Codes

Color #87888F in popluar color models

87 88 8F
RGB 135 136 143
HSL 233° 3.45% 54.51%
HSB/HSV 233° 5.59% 56.08%
CMYK 5.59% 4.90% 0.00%
43.92%

Color #87888F in popluar number systems.

HEX 87 88 8F
Decimal 135 136 143
Binary 10000111 10001000 10001111
Octal 207 210 217

Shades and tints

Shades of #87888F

#87888F
(135,136,143)
#7B7C82
(123,124,130)
#6F7075
(111,112,117)
#636468
(99,100,104)
#57585B
(87,88,91)
#4B4C4E
(75,76,78)
#3F4041
(63,64,65)
#333434
(51,52,52)
#272827
(39,40,39)
#1B1C1A
(27,28,26)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #87888F

#87888F
(135,136,143)
#919299
(145,146,153)
#9B9CA3
(155,156,163)
#A5A6AD
(165,166,173)
#AFB0B7
(175,176,183)
#B9BAC1
(185,186,193)
#C3C4CB
(195,196,203)
#CDCED5
(205,206,213)
#D7D8DF
(215,216,223)
#E1E2E9
(225,226,233)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87888F; }

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

This text font color is #87888F.

Background Color

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

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

This div background color is #87888F.

Border color

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

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

This div border color is #87888F.

Opacity

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

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

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

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

This text has shadow with #87888F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87888F.

Preview

Color preview on black background

This text has color #87888F on black background.


Color preview on white background

This text has color #87888F on white background.


Black color preview on #87888F background

This text has black color on #87888F background.


White color preview on #87888F background

This text has white color on #87888F background.


Related colors

Complementary color

Complementary color for #hex is #787770.


I love getcolorcode.com

Triadic colors

1 #8F8788 and #888F87 with #87888F are triadic colors.

2 #8F8887 and #88878F with #87888F are triadic colors.