COLOR #978A87

HEX: #978A87 RGB: (151,138,135)

Color info

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

RGB color model

#978A87 color RGB value is (151,138,135).

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

RGB channels and saturation

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

151
138
135

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

Portions of RGB colors in percentages

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

%35.61
%32.55
%31.84

CMYK color model

#978A87 color CMYK value is (0,9,11,41).

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

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

CMYK percentages

%0
%8.61
%10.6
%40.78

Codes

Color #978A87 in popluar color models

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

Color #978A87 in popluar number systems.

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

Shades and tints

Shades of #978A87

#978A87
(151,138,135)
#8A7E7B
(138,126,123)
#7D726F
(125,114,111)
#706663
(112,102,99)
#635A57
(99,90,87)
#564E4B
(86,78,75)
#49423F
(73,66,63)
#3C3633
(60,54,51)
#2F2A27
(47,42,39)
#221E1B
(34,30,27)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #978A87

#978A87
(151,138,135)
#A09491
(160,148,145)
#A99E9B
(169,158,155)
#B2A8A5
(178,168,165)
#BBB2AF
(187,178,175)
#C4BCB9
(196,188,185)
#CDC6C3
(205,198,195)
#D6D0CD
(214,208,205)
#DFDAD7
(223,218,215)
#E8E4E1
(232,228,225)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978A87; }

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

This text font color is #978A87.

Background Color

.myBgColor { background-color: #978A87; }

<div style="background-color:#978A87">Inner text</div>

This div background color is #978A87.

Border color

.myBorderColor { border: 1px solid #978A87; }

<div style="border:3px solid #978A87">Div</div>

This div border color is #978A87.

Opacity

.myOpacity80 { color: #978A87; opacity: 0.8; }

<p style="color:#978A87;opacity:0.8;">80%</p>

Text with #978A87 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 #978A87;}

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

This text has shadow with #978A87 color.


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

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

This text has shadow with #978A87 primary color and red secondary color.


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

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

This text has shadow with #978A87 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #978A87.

Preview

Color preview on black background

This text has color #978A87 on black background.


Color preview on white background

This text has color #978A87 on white background.


Black color preview on #978A87 background

This text has black color on #978A87 background.


White color preview on #978A87 background

This text has white color on #978A87 background.


Related colors

Complementary color

Complementary color for #hex is #687578.


I love getcolorcode.com

Triadic colors

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

2 #878A97 and #8A9787 with #978A87 are triadic colors.