COLOR #87918C

HEX: #87918C
RGB: (135,145,140)

Color info

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

RGB color model

#87918C color RGB value is (135,145,140).

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

RGB channels and saturation

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

135
145
140

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

Portions of RGB colors in percentages

R + G + B =
135 + 145 + 140 = 420 (100%)
R 135 of 420 ~ 32.14%
G 145 of 420 ~ 34.52%
B 140 of 420 ~ 33.33%

%32.14
%34.52
%33.33

CMYK color model

#87918C color CMYK value is (7,0,3,43).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 43.14%
CMYK:
(7,0,3,43)
C7M0Y3K43 
(7%,0%,3%,43%)
(0.07/0.00/0.03/0.43)	

CMYK percentages

%6.9
%0
%3.45
%43.14

Codes

Color #87918C in popluar color models

87918C
RGB135145140
HSL150°4.35%54.90%
HSB/HSV150°6.90%56.86%
CMYK6.90%0.00%3.45%
43.14%

Color #87918C in popluar number systems.

HEX87918C
Decimal135145140
Binary100001111001000110001100
Octal207221214

Shades and tints

Shades of #87918C

#87918C
(135,145,140)
#7B8480
(123,132,128)
#6F7774
(111,119,116)
#636A68
(99,106,104)
#575D5C
(87,93,92)
#4B5050
(75,80,80)
#3F4344
(63,67,68)
#333638
(51,54,56)
#27292C
(39,41,44)
#1B1C20
(27,28,32)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #87918C

#87918C
(135,145,140)
#919B96
(145,155,150)
#9BA5A0
(155,165,160)
#A5AFAA
(165,175,170)
#AFB9B4
(175,185,180)
#B9C3BE
(185,195,190)
#C3CDC8
(195,205,200)
#CDD7D2
(205,215,210)
#D7E1DC
(215,225,220)
#E1EBE6
(225,235,230)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87918C; }

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

This text font color is #87918C.


Background Color

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

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

This div background color is #87918C.


Border color

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

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

This div border color is #87918C.


Opacity

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

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

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

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

This text has shadow with #87918C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87918C on black background.


Color preview on white background

This text has color #87918C on white background.



Black color preview on #87918C background

This text has black color on #87918C background.


White color preview on #87918C background

This text has white color on #87918C background.