COLOR #8C986C

HEX: #8C986C
RGB: (140,152,108)

Color info

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

RGB color model

#8C986C color RGB value is (140,152,108).

  • red value is 140;
  • green value is 152;
  • blue value is 108.
RGB:
(140,152,108)
(55%,60%,42%)

RGB channels and saturation

R 140 of 255 = 55%
G 152 of 255 = 60%
B 108 of 255 = 42%

140
152
108

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

Portions of RGB colors in percentages

R + G + B =
140 + 152 + 108 = 400 (100%)
R 140 of 400 ~ 35%
G 152 of 400 ~ 38%
B 108 of 400 ~ 27%

%35
%38
%27

CMYK color model

#8C986C color CMYK value is (8,0,29,40).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 40.39%
CMYK:
(8,0,29,40)
C8M0Y29K40 
(8%,0%,29%,40%)
(0.08/0.00/0.29/0.40)	

CMYK percentages

%7.89
%0
%28.95
%40.39

Codes

Color #8C986C in popluar color models

8C986C
RGB140152108
HSL76°17.60%50.98%
HSB/HSV76°28.95%59.61%
CMYK7.89%0.00%28.95%
40.39%

Color #8C986C in popluar number systems.

HEX8C986C
Decimal140152108
Binary10001100100110001101100
Octal214230154

Shades and tints

Shades of #8C986C

#8C986C
(140,152,108)
#808B63
(128,139,99)
#747E5A
(116,126,90)
#687151
(104,113,81)
#5C6448
(92,100,72)
#50573F
(80,87,63)
#444A36
(68,74,54)
#383D2D
(56,61,45)
#2C3024
(44,48,36)
#20231B
(32,35,27)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #8C986C

#8C986C
(140,152,108)
#96A179
(150,161,121)
#A0AA86
(160,170,134)
#AAB393
(170,179,147)
#B4BCA0
(180,188,160)
#BEC5AD
(190,197,173)
#C8CEBA
(200,206,186)
#D2D7C7
(210,215,199)
#DCE0D4
(220,224,212)
#E6E9E1
(230,233,225)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C986C; }

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

This text font color is #8C986C.


Background Color

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

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

This div background color is #8C986C.


Border color

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

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

This div border color is #8C986C.


Opacity

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

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

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

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

This text has shadow with #8C986C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C986C on black background.


Color preview on white background

This text has color #8C986C on white background.



Black color preview on #8C986C background

This text has black color on #8C986C background.


White color preview on #8C986C background

This text has white color on #8C986C background.