COLOR #9C977E

HEX: #9C977E
RGB: (156,151,126)

Color info

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

RGB color model

#9C977E color RGB value is (156,151,126).

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

RGB channels and saturation

R 156 of 255 = 61%
G 151 of 255 = 59%
B 126 of 255 = 49%

156
151
126

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

Portions of RGB colors in percentages

R + G + B =
156 + 151 + 126 = 433 (100%)
R 156 of 433 ~ 36.03%
G 151 of 433 ~ 34.87%
B 126 of 433 ~ 29.1%

%36.03
%34.87
%29.1

CMYK color model

#9C977E color CMYK value is (0,3,19,39).

  • cyan value is 0.00%
  • magenta value is 3.21%
  • yellow value is 19.23%
  • key color value is 38.82%
CMYK:
(0,3,19,39)
C0M3Y19K39 
(0%,3%,19%,39%)
(0.00/0.03/0.19/0.39)	

CMYK percentages

%0
%3.21
%19.23
%38.82

Codes

Color #9C977E in popluar color models

9C977E
RGB156151126
HSL50°13.16%55.29%
HSB/HSV50°19.23%61.18%
CMYK0.00%3.21%19.23%
38.82%

Color #9C977E in popluar number systems.

HEX9C977E
Decimal156151126
Binary10011100100101111111110
Octal234227176

Shades and tints

Shades of #9C977E

#9C977E
(156,151,126)
#8E8A73
(142,138,115)
#807D68
(128,125,104)
#72705D
(114,112,93)
#646352
(100,99,82)
#565647
(86,86,71)
#48493C
(72,73,60)
#3A3C31
(58,60,49)
#2C2F26
(44,47,38)
#1E221B
(30,34,27)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #9C977E

#9C977E
(156,151,126)
#A5A089
(165,160,137)
#AEA994
(174,169,148)
#B7B29F
(183,178,159)
#C0BBAA
(192,187,170)
#C9C4B5
(201,196,181)
#D2CDC0
(210,205,192)
#DBD6CB
(219,214,203)
#E4DFD6
(228,223,214)
#EDE8E1
(237,232,225)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C977E; }

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

This text font color is #9C977E.


Background Color

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

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

This div background color is #9C977E.


Border color

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

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

This div border color is #9C977E.


Opacity

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

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

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

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

This text has shadow with #9C977E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C977E on black background.


Color preview on white background

This text has color #9C977E on white background.



Black color preview on #9C977E background

This text has black color on #9C977E background.


White color preview on #9C977E background

This text has white color on #9C977E background.