COLOR #8C978C

HEX: #8C978C
RGB: (140,151,140)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

140
151
140

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

Portions of RGB colors in percentages

R + G + B =
140 + 151 + 140 = 431 (100%)
R 140 of 431 ~ 32.48%
G 151 of 431 ~ 35.03%
B 140 of 431 ~ 32.48%

%32.48
%35.03
%32.48

CMYK color model

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

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

CMYK percentages

%7.28
%0
%7.28
%40.78

Codes

Color #8C978C in popluar color models

8C978C
RGB140151140
HSL120°5.02%57.06%
HSB/HSV120°7.28%59.22%
CMYK7.28%0.00%7.28%
40.78%

Color #8C978C in popluar number systems.

HEX8C978C
Decimal140151140
Binary100011001001011110001100
Octal214227214

Shades and tints

Shades of #8C978C

#8C978C
(140,151,140)
#808A80
(128,138,128)
#747D74
(116,125,116)
#687068
(104,112,104)
#5C635C
(92,99,92)
#505650
(80,86,80)
#444944
(68,73,68)
#383C38
(56,60,56)
#2C2F2C
(44,47,44)
#202220
(32,34,32)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #8C978C

#8C978C
(140,151,140)
#96A096
(150,160,150)
#A0A9A0
(160,169,160)
#AAB2AA
(170,178,170)
#B4BBB4
(180,187,180)
#BEC4BE
(190,196,190)
#C8CDC8
(200,205,200)
#D2D6D2
(210,214,210)
#DCDFDC
(220,223,220)
#E6E8E6
(230,232,230)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C978C; }

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

This text font color is #8C978C.


Background Color

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

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

This div background color is #8C978C.


Border color

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

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

This div border color is #8C978C.


Opacity

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

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

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

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

This text has shadow with #8C978C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C978C on black background.


Color preview on white background

This text has color #8C978C on white background.



Black color preview on #8C978C background

This text has black color on #8C978C background.


White color preview on #8C978C background

This text has white color on #8C978C background.