COLOR #9CB39F

HEX: #9CB39F
RGB: (156,179,159)

Color info

#9CB39F contains red, green and blue colors in about the same proportion. Web safe color of #9CB39F is #999999 (or #999).

RGB color model

#9CB39F color RGB value is (156,179,159).

  • red value is 156;
  • green value is 179;
  • blue value is 159.
RGB:
(156,179,159)
(61%,70%,62%)

RGB channels and saturation

R 156 of 255 = 61%
G 179 of 255 = 70%
B 159 of 255 = 62%

156
179
159

R + G + B ~ 64%. #9CB39F is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 179 + 159 = 494 (100%)
R 156 of 494 ~ 31.58%
G 179 of 494 ~ 36.23%
B 159 of 494 ~ 32.19%

%31.58
%36.23
%32.19

CMYK color model

#9CB39F color CMYK value is (13,0,11,30).

  • cyan value is 12.85%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 29.80%
CMYK:
(13,0,11,30)
C13M0Y11K30 
(13%,0%,11%,30%)
(0.13/0.00/0.11/0.30)	

CMYK percentages

%12.85
%0
%11.17
%29.8

Codes

Color #9CB39F in popluar color models

9CB39F
RGB156179159
HSL128°13.14%65.69%
HSB/HSV128°12.85%70.20%
CMYK12.85%0.00%11.17%
29.80%

Color #9CB39F in popluar number systems.

HEX9CB39F
Decimal156179159
Binary100111001011001110011111
Octal234263237

Shades and tints

Shades of #9CB39F

#9CB39F
(156,179,159)
#8EA391
(142,163,145)
#809383
(128,147,131)
#728375
(114,131,117)
#647367
(100,115,103)
#566359
(86,99,89)
#48534B
(72,83,75)
#3A433D
(58,67,61)
#2C332F
(44,51,47)
#1E2321
(30,35,33)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #9CB39F

#9CB39F
(156,179,159)
#A5B9A7
(165,185,167)
#AEBFAF
(174,191,175)
#B7C5B7
(183,197,183)
#C0CBBF
(192,203,191)
#C9D1C7
(201,209,199)
#D2D7CF
(210,215,207)
#DBDDD7
(219,221,215)
#E4E3DF
(228,227,223)
#EDE9E7
(237,233,231)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB39F color. Also use rgb(156,179,159) instead hex code.

Text Font Color

.myTextColor { color: #9CB39F; }

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

This text font color is #9CB39F.


Background Color

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

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

This div background color is #9CB39F.


Border color

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

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

This div border color is #9CB39F.


Opacity

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

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

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

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

This text has shadow with #9CB39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB39F on black background.


Color preview on white background

This text has color #9CB39F on white background.



Black color preview on #9CB39F background

This text has black color on #9CB39F background.


White color preview on #9CB39F background

This text has white color on #9CB39F background.