COLOR #9CB67F

HEX: #9CB67F
RGB: (156,182,127)

Color info

#9CB67F contains red, green and blue colors in about the same proportion. Web safe color of #9CB67F is #99CC66 (or #9C6).

RGB color model

#9CB67F color RGB value is (156,182,127).

  • red value is 156;
  • green value is 182;
  • blue value is 127.
RGB:
(156,182,127)
(61%,71%,50%)

RGB channels and saturation

R 156 of 255 = 61%
G 182 of 255 = 71%
B 127 of 255 = 50%

156
182
127

R + G + B ~ 61%. #9CB67F is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 182 + 127 = 465 (100%)
R 156 of 465 ~ 33.55%
G 182 of 465 ~ 39.14%
B 127 of 465 ~ 27.31%

%33.55
%39.14
%27.31

CMYK color model

#9CB67F color CMYK value is (14,0,30,29).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 30.22%
  • key color value is 28.63%
CMYK:
(14,0,30,29)
C14M0Y30K29 
(14%,0%,30%,29%)
(0.14/0.00/0.30/0.29)	

CMYK percentages

%14.29
%0
%30.22
%28.63

Codes

Color #9CB67F in popluar color models

9CB67F
RGB156182127
HSL88°27.36%60.59%
HSB/HSV88°30.22%71.37%
CMYK14.29%0.00%30.22%
28.63%

Color #9CB67F in popluar number systems.

HEX9CB67F
Decimal156182127
Binary10011100101101101111111
Octal234266177

Shades and tints

Shades of #9CB67F

#9CB67F
(156,182,127)
#8EA674
(142,166,116)
#809669
(128,150,105)
#72865E
(114,134,94)
#647653
(100,118,83)
#566648
(86,102,72)
#48563D
(72,86,61)
#3A4632
(58,70,50)
#2C3627
(44,54,39)
#1E261C
(30,38,28)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #9CB67F

#9CB67F
(156,182,127)
#A5BC8A
(165,188,138)
#AEC295
(174,194,149)
#B7C8A0
(183,200,160)
#C0CEAB
(192,206,171)
#C9D4B6
(201,212,182)
#D2DAC1
(210,218,193)
#DBE0CC
(219,224,204)
#E4E6D7
(228,230,215)
#EDECE2
(237,236,226)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB67F color. Also use rgb(156,182,127) instead hex code.

Text Font Color

.myTextColor { color: #9CB67F; }

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

This text font color is #9CB67F.


Background Color

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

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

This div background color is #9CB67F.


Border color

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

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

This div border color is #9CB67F.


Opacity

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

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

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

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

This text has shadow with #9CB67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB67F on black background.


Color preview on white background

This text has color #9CB67F on white background.



Black color preview on #9CB67F background

This text has black color on #9CB67F background.


White color preview on #9CB67F background

This text has white color on #9CB67F background.