COLOR #9C9D66

HEX: #9C9D66
RGB: (156,157,102)

Color info

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

RGB color model

#9C9D66 color RGB value is (156,157,102).

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

RGB channels and saturation

R 156 of 255 = 61%
G 157 of 255 = 62%
B 102 of 255 = 40%

156
157
102

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

Portions of RGB colors in percentages

R + G + B =
156 + 157 + 102 = 415 (100%)
R 156 of 415 ~ 37.59%
G 157 of 415 ~ 37.83%
B 102 of 415 ~ 24.58%

%37.59
%37.83
%24.58

CMYK color model

#9C9D66 color CMYK value is (1,0,35,38).

  • cyan value is 0.64%
  • magenta value is 0.00%
  • yellow value is 35.03%
  • key color value is 38.43%
CMYK:
(1,0,35,38)
C1M0Y35K38 
(1%,0%,35%,38%)
(0.01/0.00/0.35/0.38)	

CMYK percentages

%0.64
%0
%35.03
%38.43

Codes

Color #9C9D66 in popluar color models

9C9D66
RGB156157102
HSL61°21.91%50.78%
HSB/HSV61°35.03%61.57%
CMYK0.64%0.00%35.03%
38.43%

Color #9C9D66 in popluar number systems.

HEX9C9D66
Decimal156157102
Binary10011100100111011100110
Octal234235146

Shades and tints

Shades of #9C9D66

#9C9D66
(156,157,102)
#8E8F5D
(142,143,93)
#808154
(128,129,84)
#72734B
(114,115,75)
#646542
(100,101,66)
#565739
(86,87,57)
#484930
(72,73,48)
#3A3B27
(58,59,39)
#2C2D1E
(44,45,30)
#1E1F15
(30,31,21)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #9C9D66

#9C9D66
(156,157,102)
#A5A573
(165,165,115)
#AEAD80
(174,173,128)
#B7B58D
(183,181,141)
#C0BD9A
(192,189,154)
#C9C5A7
(201,197,167)
#D2CDB4
(210,205,180)
#DBD5C1
(219,213,193)
#E4DDCE
(228,221,206)
#EDE5DB
(237,229,219)
#F6EDE8
(246,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9D66; }

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

This text font color is #9C9D66.


Background Color

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

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

This div background color is #9C9D66.


Border color

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

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

This div border color is #9C9D66.


Opacity

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

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

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

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

This text has shadow with #9C9D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9D66 on black background.


Color preview on white background

This text has color #9C9D66 on white background.



Black color preview on #9C9D66 background

This text has black color on #9C9D66 background.


White color preview on #9C9D66 background

This text has white color on #9C9D66 background.