COLOR #978F87

HEX: #978F87
RGB: (151,143,135)

Color info

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

RGB color model

#978F87 color RGB value is (151,143,135).

  • red value is 151;
  • green value is 143;
  • blue value is 135.
RGB:
(151,143,135)
(59%,56%,53%)

RGB channels and saturation

R 151 of 255 = 59%
G 143 of 255 = 56%
B 135 of 255 = 53%

151
143
135

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

Portions of RGB colors in percentages

R + G + B =
151 + 143 + 135 = 429 (100%)
R 151 of 429 ~ 35.2%
G 143 of 429 ~ 33.33%
B 135 of 429 ~ 31.47%

%35.2
%33.33
%31.47

CMYK color model

#978F87 color CMYK value is (0,5,11,41).

  • cyan value is 0.00%
  • magenta value is 5.30%
  • yellow value is 10.60%
  • key color value is 40.78%
CMYK:
(0,5,11,41)
C0M5Y11K41 
(0%,5%,11%,41%)
(0.00/0.05/0.11/0.41)	

CMYK percentages

%0
%5.3
%10.6
%40.78

Codes

Color #978F87 in popluar color models

978F87
RGB151143135
HSL30°7.14%56.08%
HSB/HSV30°10.60%59.22%
CMYK0.00%5.30%10.60%
40.78%

Color #978F87 in popluar number systems.

HEX978F87
Decimal151143135
Binary100101111000111110000111
Octal227217207

Shades and tints

Shades of #978F87

#978F87
(151,143,135)
#8A827B
(138,130,123)
#7D756F
(125,117,111)
#706863
(112,104,99)
#635B57
(99,91,87)
#564E4B
(86,78,75)
#49413F
(73,65,63)
#3C3433
(60,52,51)
#2F2727
(47,39,39)
#221A1B
(34,26,27)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #978F87

#978F87
(151,143,135)
#A09991
(160,153,145)
#A9A39B
(169,163,155)
#B2ADA5
(178,173,165)
#BBB7AF
(187,183,175)
#C4C1B9
(196,193,185)
#CDCBC3
(205,203,195)
#D6D5CD
(214,213,205)
#DFDFD7
(223,223,215)
#E8E9E1
(232,233,225)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978F87; }

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

This text font color is #978F87.


Background Color

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

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

This div background color is #978F87.


Border color

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

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

This div border color is #978F87.


Opacity

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

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

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

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

This text has shadow with #978F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978F87 on black background.


Color preview on white background

This text has color #978F87 on white background.



Black color preview on #978F87 background

This text has black color on #978F87 background.


White color preview on #978F87 background

This text has white color on #978F87 background.