COLOR #87928C

HEX: #87928C
RGB: (135,146,140)

Color info

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

RGB color model

#87928C color RGB value is (135,146,140).

  • red value is 135;
  • green value is 146;
  • blue value is 140.
RGB:
(135,146,140)
(53%,57%,55%)

RGB channels and saturation

R 135 of 255 = 53%
G 146 of 255 = 57%
B 140 of 255 = 55%

135
146
140

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

Portions of RGB colors in percentages

R + G + B =
135 + 146 + 140 = 421 (100%)
R 135 of 421 ~ 32.07%
G 146 of 421 ~ 34.68%
B 140 of 421 ~ 33.25%

%32.07
%34.68
%33.25

CMYK color model

#87928C color CMYK value is (8,0,4,43).

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 4.11%
  • key color value is 42.75%
CMYK:
(8,0,4,43)
C8M0Y4K43 
(8%,0%,4%,43%)
(0.08/0.00/0.04/0.43)	

CMYK percentages

%7.53
%0
%4.11
%42.75

Codes

Color #87928C in popluar color models

87928C
RGB135146140
HSL147°4.80%55.10%
HSB/HSV147°7.53%57.25%
CMYK7.53%0.00%4.11%
42.75%

Color #87928C in popluar number systems.

HEX87928C
Decimal135146140
Binary100001111001001010001100
Octal207222214

Shades and tints

Shades of #87928C

#87928C
(135,146,140)
#7B8580
(123,133,128)
#6F7874
(111,120,116)
#636B68
(99,107,104)
#575E5C
(87,94,92)
#4B5150
(75,81,80)
#3F4444
(63,68,68)
#333738
(51,55,56)
#272A2C
(39,42,44)
#1B1D20
(27,29,32)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #87928C

#87928C
(135,146,140)
#919B96
(145,155,150)
#9BA4A0
(155,164,160)
#A5ADAA
(165,173,170)
#AFB6B4
(175,182,180)
#B9BFBE
(185,191,190)
#C3C8C8
(195,200,200)
#CDD1D2
(205,209,210)
#D7DADC
(215,218,220)
#E1E3E6
(225,227,230)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87928C color. Also use rgb(135,146,140) instead hex code.

Text Font Color

.myTextColor { color: #87928C; }

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

This text font color is #87928C.


Background Color

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

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

This div background color is #87928C.


Border color

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

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

This div border color is #87928C.


Opacity

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

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

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

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

This text has shadow with #87928C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87928C on black background.


Color preview on white background

This text has color #87928C on white background.



Black color preview on #87928C background

This text has black color on #87928C background.


White color preview on #87928C background

This text has white color on #87928C background.