COLOR #9C9978

HEX: #9C9978
RGB: (156,153,120)

Color info

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

RGB color model

#9C9978 color RGB value is (156,153,120).

  • red value is 156;
  • green value is 153;
  • blue value is 120.
RGB:
(156,153,120)
(61%,60%,47%)

RGB channels and saturation

R 156 of 255 = 61%
G 153 of 255 = 60%
B 120 of 255 = 47%

156
153
120

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

Portions of RGB colors in percentages

R + G + B =
156 + 153 + 120 = 429 (100%)
R 156 of 429 ~ 36.36%
G 153 of 429 ~ 35.66%
B 120 of 429 ~ 27.97%

%36.36
%35.66
%27.97

CMYK color model

#9C9978 color CMYK value is (0,2,23,39).

  • cyan value is 0.00%
  • magenta value is 1.92%
  • yellow value is 23.08%
  • key color value is 38.82%
CMYK:
(0,2,23,39)
C0M2Y23K39 
(0%,2%,23%,39%)
(0.00/0.02/0.23/0.39)	

CMYK percentages

%0
%1.92
%23.08
%38.82

Codes

Color #9C9978 in popluar color models

9C9978
RGB156153120
HSL55°15.38%54.12%
HSB/HSV55°23.08%61.18%
CMYK0.00%1.92%23.08%
38.82%

Color #9C9978 in popluar number systems.

HEX9C9978
Decimal156153120
Binary10011100100110011111000
Octal234231170

Shades and tints

Shades of #9C9978

#9C9978
(156,153,120)
#8E8C6E
(142,140,110)
#807F64
(128,127,100)
#72725A
(114,114,90)
#646550
(100,101,80)
#565846
(86,88,70)
#484B3C
(72,75,60)
#3A3E32
(58,62,50)
#2C3128
(44,49,40)
#1E241E
(30,36,30)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #9C9978

#9C9978
(156,153,120)
#A5A284
(165,162,132)
#AEAB90
(174,171,144)
#B7B49C
(183,180,156)
#C0BDA8
(192,189,168)
#C9C6B4
(201,198,180)
#D2CFC0
(210,207,192)
#DBD8CC
(219,216,204)
#E4E1D8
(228,225,216)
#EDEAE4
(237,234,228)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C9978 color. Also use rgb(156,153,120) instead hex code.

Text Font Color

.myTextColor { color: #9C9978; }

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

This text font color is #9C9978.


Background Color

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

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

This div background color is #9C9978.


Border color

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

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

This div border color is #9C9978.


Opacity

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

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

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

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

This text has shadow with #9C9978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9978 on black background.


Color preview on white background

This text has color #9C9978 on white background.



Black color preview on #9C9978 background

This text has black color on #9C9978 background.


White color preview on #9C9978 background

This text has white color on #9C9978 background.