COLOR #9C9D6C

HEX: #9C9D6C
RGB: (156,157,108)

Color info

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

RGB color model

#9C9D6C color RGB value is (156,157,108).

  • red value is 156;
  • green value is 157;
  • blue value is 108.
RGB:
(156,157,108)
(61%,62%,42%)

RGB channels and saturation

R 156 of 255 = 61%
G 157 of 255 = 62%
B 108 of 255 = 42%

156
157
108

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

Portions of RGB colors in percentages

R + G + B =
156 + 157 + 108 = 421 (100%)
R 156 of 421 ~ 37.05%
G 157 of 421 ~ 37.29%
B 108 of 421 ~ 25.65%

%37.05
%37.29
%25.65

CMYK color model

#9C9D6C color CMYK value is (1,0,31,38).

  • cyan value is 0.64%
  • magenta value is 0.00%
  • yellow value is 31.21%
  • key color value is 38.43%
CMYK:
(1,0,31,38)
C1M0Y31K38 
(1%,0%,31%,38%)
(0.01/0.00/0.31/0.38)	

CMYK percentages

%0.64
%0
%31.21
%38.43

Codes

Color #9C9D6C in popluar color models

9C9D6C
RGB156157108
HSL61°20.00%51.96%
HSB/HSV61°31.21%61.57%
CMYK0.64%0.00%31.21%
38.43%

Color #9C9D6C in popluar number systems.

HEX9C9D6C
Decimal156157108
Binary10011100100111011101100
Octal234235154

Shades and tints

Shades of #9C9D6C

#9C9D6C
(156,157,108)
#8E8F63
(142,143,99)
#80815A
(128,129,90)
#727351
(114,115,81)
#646548
(100,101,72)
#56573F
(86,87,63)
#484936
(72,73,54)
#3A3B2D
(58,59,45)
#2C2D24
(44,45,36)
#1E1F1B
(30,31,27)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #9C9D6C

#9C9D6C
(156,157,108)
#A5A579
(165,165,121)
#AEAD86
(174,173,134)
#B7B593
(183,181,147)
#C0BDA0
(192,189,160)
#C9C5AD
(201,197,173)
#D2CDBA
(210,205,186)
#DBD5C7
(219,213,199)
#E4DDD4
(228,221,212)
#EDE5E1
(237,229,225)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C9D6C color. Also use rgb(156,157,108) instead hex code.

Text Font Color

.myTextColor { color: #9C9D6C; }

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

This text font color is #9C9D6C.


Background Color

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

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

This div background color is #9C9D6C.


Border color

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

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

This div border color is #9C9D6C.


Opacity

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

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

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

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

This text has shadow with #9C9D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9D6C on black background.


Color preview on white background

This text has color #9C9D6C on white background.



Black color preview on #9C9D6C background

This text has black color on #9C9D6C background.


White color preview on #9C9D6C background

This text has white color on #9C9D6C background.