COLOR #8C978F

HEX: #8C978F
RGB: (140,151,143)

Color info

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

RGB color model

#8C978F color RGB value is (140,151,143).

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

RGB channels and saturation

R 140 of 255 = 55%
G 151 of 255 = 59%
B 143 of 255 = 56%

140
151
143

R + G + B ~ 57%. #8C978F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 151 + 143 = 434 (100%)
R 140 of 434 ~ 32.26%
G 151 of 434 ~ 34.79%
B 143 of 434 ~ 32.95%

%32.26
%34.79
%32.95

CMYK color model

#8C978F color CMYK value is (7,0,5,41).

  • cyan value is 7.28%
  • magenta value is 0.00%
  • yellow value is 5.30%
  • key color value is 40.78%
CMYK:
(7,0,5,41)
C7M0Y5K41 
(7%,0%,5%,41%)
(0.07/0.00/0.05/0.41)	

CMYK percentages

%7.28
%0
%5.3
%40.78

Codes

Color #8C978F in popluar color models

8C978F
RGB140151143
HSL136°5.02%57.06%
HSB/HSV136°7.28%59.22%
CMYK7.28%0.00%5.30%
40.78%

Color #8C978F in popluar number systems.

HEX8C978F
Decimal140151143
Binary100011001001011110001111
Octal214227217

Shades and tints

Shades of #8C978F

#8C978F
(140,151,143)
#808A82
(128,138,130)
#747D75
(116,125,117)
#687068
(104,112,104)
#5C635B
(92,99,91)
#50564E
(80,86,78)
#444941
(68,73,65)
#383C34
(56,60,52)
#2C2F27
(44,47,39)
#20221A
(32,34,26)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #8C978F

#8C978F
(140,151,143)
#96A099
(150,160,153)
#A0A9A3
(160,169,163)
#AAB2AD
(170,178,173)
#B4BBB7
(180,187,183)
#BEC4C1
(190,196,193)
#C8CDCB
(200,205,203)
#D2D6D5
(210,214,213)
#DCDFDF
(220,223,223)
#E6E8E9
(230,232,233)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C978F color. Also use rgb(140,151,143) instead hex code.

Text Font Color

.myTextColor { color: #8C978F; }

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

This text font color is #8C978F.


Background Color

.myBgColor { background-color: #8C978F; }

<div style="background-color:#8C978F">Inner text</div>

This div background color is #8C978F.


Border color

.myBorderColor { border: 1px solid #8C978F; }

<div style="border:3px solid #8C978F">Div</div>

This div border color is #8C978F.


Opacity

.myOpacity80 { color: #8C978F; opacity: 0.8; }

<p style="color:#8C978F;opacity:0.8;">80%</p>

Text with #8C978F 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 #8C978F;}

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

This text has shadow with #8C978F color.

.textShadow {text-shadow: 3px 3px 1px #8C978F, 3px 3px 1px red;}

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

This text has shadow with #8C978F primary color and red secondary color.


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

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

This text has shadow with #8C978F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C978F on black background.


Color preview on white background

This text has color #8C978F on white background.



Black color preview on #8C978F background

This text has black color on #8C978F background.


White color preview on #8C978F background

This text has white color on #8C978F background.