COLOR #9C978C

HEX: #9C978C
RGB: (156,151,140)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

156
151
140

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

Portions of RGB colors in percentages

R + G + B =
156 + 151 + 140 = 447 (100%)
R 156 of 447 ~ 34.9%
G 151 of 447 ~ 33.78%
B 140 of 447 ~ 31.32%

%34.9
%33.78
%31.32

CMYK color model

#9C978C color CMYK value is (0,3,10,39).

  • cyan value is 0.00%
  • magenta value is 3.21%
  • yellow value is 10.26%
  • key color value is 38.82%
CMYK:
(0,3,10,39)
C0M3Y10K39 
(0%,3%,10%,39%)
(0.00/0.03/0.10/0.39)	

CMYK percentages

%0
%3.21
%10.26
%38.82

Codes

Color #9C978C in popluar color models

9C978C
RGB156151140
HSL41°7.48%58.04%
HSB/HSV41°10.26%61.18%
CMYK0.00%3.21%10.26%
38.82%

Color #9C978C in popluar number systems.

HEX9C978C
Decimal156151140
Binary100111001001011110001100
Octal234227214

Shades and tints

Shades of #9C978C

#9C978C
(156,151,140)
#8E8A80
(142,138,128)
#807D74
(128,125,116)
#727068
(114,112,104)
#64635C
(100,99,92)
#565650
(86,86,80)
#484944
(72,73,68)
#3A3C38
(58,60,56)
#2C2F2C
(44,47,44)
#1E2220
(30,34,32)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #9C978C

#9C978C
(156,151,140)
#A5A096
(165,160,150)
#AEA9A0
(174,169,160)
#B7B2AA
(183,178,170)
#C0BBB4
(192,187,180)
#C9C4BE
(201,196,190)
#D2CDC8
(210,205,200)
#DBD6D2
(219,214,210)
#E4DFDC
(228,223,220)
#EDE8E6
(237,232,230)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C978C; }

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

This text font color is #9C978C.


Background Color

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

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

This div background color is #9C978C.


Border color

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

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

This div border color is #9C978C.


Opacity

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

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

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

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

This text has shadow with #9C978C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C978C on black background.


Color preview on white background

This text has color #9C978C on white background.



Black color preview on #9C978C background

This text has black color on #9C978C background.


White color preview on #9C978C background

This text has white color on #9C978C background.