COLOR #9C9E6F

HEX: #9C9E6F
RGB: (156,158,111)

Color info

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

RGB color model

#9C9E6F color RGB value is (156,158,111).

  • red value is 156;
  • green value is 158;
  • blue value is 111.
RGB:
(156,158,111)
(61%,62%,44%)

RGB channels and saturation

R 156 of 255 = 61%
G 158 of 255 = 62%
B 111 of 255 = 44%

156
158
111

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

Portions of RGB colors in percentages

R + G + B =
156 + 158 + 111 = 425 (100%)
R 156 of 425 ~ 36.71%
G 158 of 425 ~ 37.18%
B 111 of 425 ~ 26.12%

%36.71
%37.18
%26.12

CMYK color model

#9C9E6F color CMYK value is (1,0,30,38).

  • cyan value is 1.27%
  • magenta value is 0.00%
  • yellow value is 29.75%
  • key color value is 38.04%
CMYK:
(1,0,30,38)
C1M0Y30K38 
(1%,0%,30%,38%)
(0.01/0.00/0.30/0.38)	

CMYK percentages

%1.27
%0
%29.75
%38.04

Codes

Color #9C9E6F in popluar color models

9C9E6F
RGB156158111
HSL63°19.50%52.75%
HSB/HSV63°29.75%61.96%
CMYK1.27%0.00%29.75%
38.04%

Color #9C9E6F in popluar number systems.

HEX9C9E6F
Decimal156158111
Binary10011100100111101101111
Octal234236157

Shades and tints

Shades of #9C9E6F

#9C9E6F
(156,158,111)
#8E9065
(142,144,101)
#80825B
(128,130,91)
#727451
(114,116,81)
#646647
(100,102,71)
#56583D
(86,88,61)
#484A33
(72,74,51)
#3A3C29
(58,60,41)
#2C2E1F
(44,46,31)
#1E2015
(30,32,21)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #9C9E6F

#9C9E6F
(156,158,111)
#A5A67C
(165,166,124)
#AEAE89
(174,174,137)
#B7B696
(183,182,150)
#C0BEA3
(192,190,163)
#C9C6B0
(201,198,176)
#D2CEBD
(210,206,189)
#DBD6CA
(219,214,202)
#E4DED7
(228,222,215)
#EDE6E4
(237,230,228)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C9E6F color. Also use rgb(156,158,111) instead hex code.

Text Font Color

.myTextColor { color: #9C9E6F; }

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

This text font color is #9C9E6F.


Background Color

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

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

This div background color is #9C9E6F.


Border color

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

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

This div border color is #9C9E6F.


Opacity

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

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

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

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

This text has shadow with #9C9E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9E6F on black background.


Color preview on white background

This text has color #9C9E6F on white background.



Black color preview on #9C9E6F background

This text has black color on #9C9E6F background.


White color preview on #9C9E6F background

This text has white color on #9C9E6F background.