COLOR #8C9C7F

HEX: #8C9C7F
RGB: (140,156,127)

Color info

#8C9C7F contains red, green and blue colors in about the same proportion. Web safe color of #8C9C7F is #999966 (or #996).

RGB color model

#8C9C7F color RGB value is (140,156,127).

  • red value is 140;
  • green value is 156;
  • blue value is 127.
RGB:
(140,156,127)
(55%,61%,50%)

RGB channels and saturation

R 140 of 255 = 55%
G 156 of 255 = 61%
B 127 of 255 = 50%

140
156
127

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

Portions of RGB colors in percentages

R + G + B =
140 + 156 + 127 = 423 (100%)
R 140 of 423 ~ 33.1%
G 156 of 423 ~ 36.88%
B 127 of 423 ~ 30.02%

%33.1
%36.88
%30.02

CMYK color model

#8C9C7F color CMYK value is (10,0,19,39).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 18.59%
  • key color value is 38.82%
CMYK:
(10,0,19,39)
C10M0Y19K39 
(10%,0%,19%,39%)
(0.10/0.00/0.19/0.39)	

CMYK percentages

%10.26
%0
%18.59
%38.82

Codes

Color #8C9C7F in popluar color models

8C9C7F
RGB140156127
HSL93°12.78%55.49%
HSB/HSV93°18.59%61.18%
CMYK10.26%0.00%18.59%
38.82%

Color #8C9C7F in popluar number systems.

HEX8C9C7F
Decimal140156127
Binary10001100100111001111111
Octal214234177

Shades and tints

Shades of #8C9C7F

#8C9C7F
(140,156,127)
#808E74
(128,142,116)
#748069
(116,128,105)
#68725E
(104,114,94)
#5C6453
(92,100,83)
#505648
(80,86,72)
#44483D
(68,72,61)
#383A32
(56,58,50)
#2C2C27
(44,44,39)
#201E1C
(32,30,28)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #8C9C7F

#8C9C7F
(140,156,127)
#96A58A
(150,165,138)
#A0AE95
(160,174,149)
#AAB7A0
(170,183,160)
#B4C0AB
(180,192,171)
#BEC9B6
(190,201,182)
#C8D2C1
(200,210,193)
#D2DBCC
(210,219,204)
#DCE4D7
(220,228,215)
#E6EDE2
(230,237,226)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9C7F; }

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

This text font color is #8C9C7F.


Background Color

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

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

This div background color is #8C9C7F.


Border color

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

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

This div border color is #8C9C7F.


Opacity

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

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

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

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

This text has shadow with #8C9C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9C7F on black background.


Color preview on white background

This text has color #8C9C7F on white background.



Black color preview on #8C9C7F background

This text has black color on #8C9C7F background.


White color preview on #8C9C7F background

This text has white color on #8C9C7F background.