COLOR #87879F

HEX: #87879F
RGB: (135,135,159)

Color info

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

RGB color model

#87879F color RGB value is (135,135,159).

  • red value is 135;
  • green value is 135;
  • blue value is 159.
RGB:
(135,135,159)
(53%,53%,62%)

RGB channels and saturation

R 135 of 255 = 53%
G 135 of 255 = 53%
B 159 of 255 = 62%

135
135
159

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

Portions of RGB colors in percentages

R + G + B =
135 + 135 + 159 = 429 (100%)
R 135 of 429 ~ 31.47%
G 135 of 429 ~ 31.47%
B 159 of 429 ~ 37.06%

%31.47
%31.47
%37.06

CMYK color model

#87879F color CMYK value is (15,15,0,38).

  • cyan value is 15.09%
  • magenta value is 15.09%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(15,15,0,38)
C15M15Y0K38 
(15%,15%,0%,38%)
(0.15/0.15/0.00/0.38)	

CMYK percentages

%15.09
%15.09
%0
%37.65

Codes

Color #87879F in popluar color models

87879F
RGB135135159
HSL240°11.11%57.65%
HSB/HSV240°15.09%62.35%
CMYK15.09%15.09%0.00%
37.65%

Color #87879F in popluar number systems.

HEX87879F
Decimal135135159
Binary100001111000011110011111
Octal207207237

Shades and tints

Shades of #87879F

#87879F
(135,135,159)
#7B7B91
(123,123,145)
#6F6F83
(111,111,131)
#636375
(99,99,117)
#575767
(87,87,103)
#4B4B59
(75,75,89)
#3F3F4B
(63,63,75)
#33333D
(51,51,61)
#27272F
(39,39,47)
#1B1B21
(27,27,33)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #87879F

#87879F
(135,135,159)
#9191A7
(145,145,167)
#9B9BAF
(155,155,175)
#A5A5B7
(165,165,183)
#AFAFBF
(175,175,191)
#B9B9C7
(185,185,199)
#C3C3CF
(195,195,207)
#CDCDD7
(205,205,215)
#D7D7DF
(215,215,223)
#E1E1E7
(225,225,231)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87879F; }

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

This text font color is #87879F.


Background Color

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

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

This div background color is #87879F.


Border color

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

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

This div border color is #87879F.


Opacity

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

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

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

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

This text has shadow with #87879F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87879F on black background.


Color preview on white background

This text has color #87879F on white background.



Black color preview on #87879F background

This text has black color on #87879F background.


White color preview on #87879F background

This text has white color on #87879F background.