COLOR #87948C

HEX: #87948C
RGB: (135,148,140)

Color info

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

RGB color model

#87948C color RGB value is (135,148,140).

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

RGB channels and saturation

R 135 of 255 = 53%
G 148 of 255 = 58%
B 140 of 255 = 55%

135
148
140

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

Portions of RGB colors in percentages

R + G + B =
135 + 148 + 140 = 423 (100%)
R 135 of 423 ~ 31.91%
G 148 of 423 ~ 34.99%
B 140 of 423 ~ 33.1%

%31.91
%34.99
%33.1

CMYK color model

#87948C color CMYK value is (9,0,5,42).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 5.41%
  • key color value is 41.96%
CMYK:
(9,0,5,42)
C9M0Y5K42 
(9%,0%,5%,42%)
(0.09/0.00/0.05/0.42)	

CMYK percentages

%8.78
%0
%5.41
%41.96

Codes

Color #87948C in popluar color models

87948C
RGB135148140
HSL143°5.73%55.49%
HSB/HSV143°8.78%58.04%
CMYK8.78%0.00%5.41%
41.96%

Color #87948C in popluar number systems.

HEX87948C
Decimal135148140
Binary100001111001010010001100
Octal207224214

Shades and tints

Shades of #87948C

#87948C
(135,148,140)
#7B8780
(123,135,128)
#6F7A74
(111,122,116)
#636D68
(99,109,104)
#57605C
(87,96,92)
#4B5350
(75,83,80)
#3F4644
(63,70,68)
#333938
(51,57,56)
#272C2C
(39,44,44)
#1B1F20
(27,31,32)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #87948C

#87948C
(135,148,140)
#919D96
(145,157,150)
#9BA6A0
(155,166,160)
#A5AFAA
(165,175,170)
#AFB8B4
(175,184,180)
#B9C1BE
(185,193,190)
#C3CAC8
(195,202,200)
#CDD3D2
(205,211,210)
#D7DCDC
(215,220,220)
#E1E5E6
(225,229,230)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87948C; }

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

This text font color is #87948C.


Background Color

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

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

This div background color is #87948C.


Border color

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

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

This div border color is #87948C.


Opacity

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

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

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

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

This text has shadow with #87948C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87948C on black background.


Color preview on white background

This text has color #87948C on white background.



Black color preview on #87948C background

This text has black color on #87948C background.


White color preview on #87948C background

This text has white color on #87948C background.