COLOR #87939C

HEX: #87939C
RGB: (135,147,156)

Color info

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

RGB color model

#87939C color RGB value is (135,147,156).

  • red value is 135;
  • green value is 147;
  • blue value is 156.
RGB:
(135,147,156)
(53%,58%,61%)

RGB channels and saturation

R 135 of 255 = 53%
G 147 of 255 = 58%
B 156 of 255 = 61%

135
147
156

R + G + B ~ 57%. #87939C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 147 + 156 = 438 (100%)
R 135 of 438 ~ 30.82%
G 147 of 438 ~ 33.56%
B 156 of 438 ~ 35.62%

%30.82
%33.56
%35.62

CMYK color model

#87939C color CMYK value is (13,6,0,39).

  • cyan value is 13.46%
  • magenta value is 5.77%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(13,6,0,39)
C13M6Y0K39 
(13%,6%,0%,39%)
(0.13/0.06/0.00/0.39)	

CMYK percentages

%13.46
%5.77
%0
%38.82

Codes

Color #87939C in popluar color models

87939C
RGB135147156
HSL206°9.59%57.06%
HSB/HSV206°13.46%61.18%
CMYK13.46%5.77%0.00%
38.82%

Color #87939C in popluar number systems.

HEX87939C
Decimal135147156
Binary100001111001001110011100
Octal207223234

Shades and tints

Shades of #87939C

#87939C
(135,147,156)
#7B868E
(123,134,142)
#6F7980
(111,121,128)
#636C72
(99,108,114)
#575F64
(87,95,100)
#4B5256
(75,82,86)
#3F4548
(63,69,72)
#33383A
(51,56,58)
#272B2C
(39,43,44)
#1B1E1E
(27,30,30)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #87939C

#87939C
(135,147,156)
#919CA5
(145,156,165)
#9BA5AE
(155,165,174)
#A5AEB7
(165,174,183)
#AFB7C0
(175,183,192)
#B9C0C9
(185,192,201)
#C3C9D2
(195,201,210)
#CDD2DB
(205,210,219)
#D7DBE4
(215,219,228)
#E1E4ED
(225,228,237)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87939C color. Also use rgb(135,147,156) instead hex code.

Text Font Color

.myTextColor { color: #87939C; }

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

This text font color is #87939C.


Background Color

.myBgColor { background-color: #87939C; }

<div style="background-color:#87939C">Inner text</div>

This div background color is #87939C.


Border color

.myBorderColor { border: 1px solid #87939C; }

<div style="border:3px solid #87939C">Div</div>

This div border color is #87939C.


Opacity

.myOpacity80 { color: #87939C; opacity: 0.8; }

<p style="color:#87939C;opacity:0.8;">80%</p>

Text with #87939C 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 #87939C;}

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

This text has shadow with #87939C color.

.textShadow {text-shadow: 3px 3px 1px #87939C, 3px 3px 1px red;}

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

This text has shadow with #87939C primary color and red secondary color.


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

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

This text has shadow with #87939C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87939C on black background.


Color preview on white background

This text has color #87939C on white background.



Black color preview on #87939C background

This text has black color on #87939C background.


White color preview on #87939C background

This text has white color on #87939C background.