COLOR #87978A

HEX: #87978A RGB: (135,151,138)

Color info

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

RGB color model

#87978A color RGB value is (135,151,138).

RGB: (135,151,138) (53%, 59%, 54%)

RGB channels and saturation

R 135 of 255 = 53%
G 151 of 255 = 59%
B 138 of 255 = 54%

135
151
138

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

Portions of RGB colors in percentages

R + G + B = 135 + 151 + 138 = 424 (100%)
R 135 of 424 ~ 31.84%
G 151 of 424 ~ 35.61%
B 138 of 424 ~ 32.55'%

%31.84
%35.61
%32.55

CMYK color model

#87978A color CMYK value is (11,0,9,41).

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

CMYK: (11,0,9,41)
C11M0Y9K41 (11%, 0%, 9%, 41%)
(0.11 / 0.00 / 0.09 / 0.41)

CMYK percentages

%10.6
%0
%8.61
%40.78

Codes

Color #87978A in popluar color models

87 97 8A
RGB 135 151 138
HSL 131° 7.14% 56.08%
HSB/HSV 131° 10.60% 59.22%
CMYK 10.60% 0.00% 8.61%
40.78%

Color #87978A in popluar number systems.

HEX 87 97 8A
Decimal 135 151 138
Binary 10000111 10010111 10001010
Octal 207 227 212

Shades and tints

Shades of #87978A

#87978A
(135,151,138)
#7B8A7E
(123,138,126)
#6F7D72
(111,125,114)
#637066
(99,112,102)
#57635A
(87,99,90)
#4B564E
(75,86,78)
#3F4942
(63,73,66)
#333C36
(51,60,54)
#272F2A
(39,47,42)
#1B221E
(27,34,30)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #87978A

#87978A
(135,151,138)
#91A094
(145,160,148)
#9BA99E
(155,169,158)
#A5B2A8
(165,178,168)
#AFBBB2
(175,187,178)
#B9C4BC
(185,196,188)
#C3CDC6
(195,205,198)
#CDD6D0
(205,214,208)
#D7DFDA
(215,223,218)
#E1E8E4
(225,232,228)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87978A; }

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

This text font color is #87978A.

Background Color

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

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

This div background color is #87978A.

Border color

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

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

This div border color is #87978A.

Opacity

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

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

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

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

This text has shadow with #87978A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87978A.

Preview

Color preview on black background

This text has color #87978A on black background.


Color preview on white background

This text has color #87978A on white background.


Black color preview on #87978A background

This text has black color on #87978A background.


White color preview on #87978A background

This text has white color on #87978A background.


Related colors

Complementary color

Complementary color for #hex is #786875.


I love getcolorcode.com

Triadic colors

1 #8A8797 and #978A87 with #87978A are triadic colors.

2 #8A9787 and #97878A with #87978A are triadic colors.