COLOR #87978B

HEX: #87978B RGB: (135,151,139)

Color info

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

RGB color model

#87978B color RGB value is (135,151,139).

RGB: (135,151,139) (53%, 59%, 55%)

RGB channels and saturation

R 135 of 255 = 53%
G 151 of 255 = 59%
B 139 of 255 = 55%

135
151
139

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

Portions of RGB colors in percentages

R + G + B = 135 + 151 + 139 = 425 (100%)
R 135 of 425 ~ 31.76%
G 151 of 425 ~ 35.53%
B 139 of 425 ~ 32.71'%

%31.76
%35.53
%32.71

CMYK color model

#87978B color CMYK value is (11,0,8,41).

  • cyan value is 10.60%
  • magenta value is 0.00%
  • yellow value is 7.95%
  • key color value is 40.78%

CMYK: (11,0,8,41)
C11M0Y8K41 (11%, 0%, 8%, 41%)
(0.11 / 0.00 / 0.08 / 0.41)

CMYK percentages

%10.6
%0
%7.95
%40.78

Codes

Color #87978B in popluar color models

87 97 8B
RGB 135 151 139
HSL 135° 7.14% 56.08%
HSB/HSV 135° 10.60% 59.22%
CMYK 10.60% 0.00% 7.95%
40.78%

Color #87978B in popluar number systems.

HEX 87 97 8B
Decimal 135 151 139
Binary 10000111 10010111 10001011
Octal 207 227 213

Shades and tints

Shades of #87978B

#87978B
(135,151,139)
#7B8A7F
(123,138,127)
#6F7D73
(111,125,115)
#637067
(99,112,103)
#57635B
(87,99,91)
#4B564F
(75,86,79)
#3F4943
(63,73,67)
#333C37
(51,60,55)
#272F2B
(39,47,43)
#1B221F
(27,34,31)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #87978B

#87978B
(135,151,139)
#91A095
(145,160,149)
#9BA99F
(155,169,159)
#A5B2A9
(165,178,169)
#AFBBB3
(175,187,179)
#B9C4BD
(185,196,189)
#C3CDC7
(195,205,199)
#CDD6D1
(205,214,209)
#D7DFDB
(215,223,219)
#E1E8E5
(225,232,229)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87978B; }

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

This text font color is #87978B.

Background Color

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

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

This div background color is #87978B.

Border color

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

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

This div border color is #87978B.

Opacity

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

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

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

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

This text has shadow with #87978B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87978B.

Preview

Color preview on black background

This text has color #87978B on black background.


Color preview on white background

This text has color #87978B on white background.


Black color preview on #87978B background

This text has black color on #87978B background.


White color preview on #87978B background

This text has white color on #87978B background.


Related colors

Complementary color

Complementary color for #hex is #786874.


I love getcolorcode.com

Triadic colors

1 #8B8797 and #978B87 with #87978B are triadic colors.

2 #8B9787 and #97878B with #87978B are triadic colors.