COLOR #87958B

HEX: #87958B
RGB: (135,149,139)

Color info

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

RGB color model

#87958B color RGB value is (135,149,139).

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

RGB channels and saturation

R 135 of 255 = 53%
G 149 of 255 = 58%
B 139 of 255 = 55%

135
149
139

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

Portions of RGB colors in percentages

R + G + B =
135 + 149 + 139 = 423 (100%)
R 135 of 423 ~ 31.91%
G 149 of 423 ~ 35.22%
B 139 of 423 ~ 32.86%

%31.91
%35.22
%32.86

CMYK color model

#87958B color CMYK value is (9,0,7,42).

  • cyan value is 9.40%
  • magenta value is 0.00%
  • yellow value is 6.71%
  • key color value is 41.57%
CMYK:
(9,0,7,42)
C9M0Y7K42 
(9%,0%,7%,42%)
(0.09/0.00/0.07/0.42)	

CMYK percentages

%9.4
%0
%6.71
%41.57

Codes

Color #87958B in popluar color models

87958B
RGB135149139
HSL137°6.19%55.69%
HSB/HSV137°9.40%58.43%
CMYK9.40%0.00%6.71%
41.57%

Color #87958B in popluar number systems.

HEX87958B
Decimal135149139
Binary100001111001010110001011
Octal207225213

Shades and tints

Shades of #87958B

#87958B
(135,149,139)
#7B887F
(123,136,127)
#6F7B73
(111,123,115)
#636E67
(99,110,103)
#57615B
(87,97,91)
#4B544F
(75,84,79)
#3F4743
(63,71,67)
#333A37
(51,58,55)
#272D2B
(39,45,43)
#1B201F
(27,32,31)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #87958B

#87958B
(135,149,139)
#919E95
(145,158,149)
#9BA79F
(155,167,159)
#A5B0A9
(165,176,169)
#AFB9B3
(175,185,179)
#B9C2BD
(185,194,189)
#C3CBC7
(195,203,199)
#CDD4D1
(205,212,209)
#D7DDDB
(215,221,219)
#E1E6E5
(225,230,229)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87958B color. Also use rgb(135,149,139) instead hex code.

Text Font Color

.myTextColor { color: #87958B; }

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

This text font color is #87958B.


Background Color

.myBgColor { background-color: #87958B; }

<div style="background-color:#87958B">Inner text</div>

This div background color is #87958B.


Border color

.myBorderColor { border: 1px solid #87958B; }

<div style="border:3px solid #87958B">Div</div>

This div border color is #87958B.


Opacity

.myOpacity80 { color: #87958B; opacity: 0.8; }

<p style="color:#87958B;opacity:0.8;">80%</p>

Text with #87958B 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 #87958B;}

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

This text has shadow with #87958B color.

.textShadow {text-shadow: 3px 3px 1px #87958B, 3px 3px 1px red;}

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

This text has shadow with #87958B primary color and red secondary color.


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

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

This text has shadow with #87958B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87958B on black background.


Color preview on white background

This text has color #87958B on white background.



Black color preview on #87958B background

This text has black color on #87958B background.


White color preview on #87958B background

This text has white color on #87958B background.