COLOR #9CB87F

HEX: #9CB87F
RGB: (156,184,127)

Color info

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

RGB color model

#9CB87F color RGB value is (156,184,127).

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

RGB channels and saturation

R 156 of 255 = 61%
G 184 of 255 = 72%
B 127 of 255 = 50%

156
184
127

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

Portions of RGB colors in percentages

R + G + B =
156 + 184 + 127 = 467 (100%)
R 156 of 467 ~ 33.4%
G 184 of 467 ~ 39.4%
B 127 of 467 ~ 27.19%

%33.4
%39.4
%27.19

CMYK color model

#9CB87F color CMYK value is (15,0,31,28).

  • cyan value is 15.22%
  • magenta value is 0.00%
  • yellow value is 30.98%
  • key color value is 27.84%
CMYK:
(15,0,31,28)
C15M0Y31K28 
(15%,0%,31%,28%)
(0.15/0.00/0.31/0.28)	

CMYK percentages

%15.22
%0
%30.98
%27.84

Codes

Color #9CB87F in popluar color models

9CB87F
RGB156184127
HSL89°28.64%60.98%
HSB/HSV89°30.98%72.16%
CMYK15.22%0.00%30.98%
27.84%

Color #9CB87F in popluar number systems.

HEX9CB87F
Decimal156184127
Binary10011100101110001111111
Octal234270177

Shades and tints

Shades of #9CB87F

#9CB87F
(156,184,127)
#8EA874
(142,168,116)
#809869
(128,152,105)
#72885E
(114,136,94)
#647853
(100,120,83)
#566848
(86,104,72)
#48583D
(72,88,61)
#3A4832
(58,72,50)
#2C3827
(44,56,39)
#1E281C
(30,40,28)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #9CB87F

#9CB87F
(156,184,127)
#A5BE8A
(165,190,138)
#AEC495
(174,196,149)
#B7CAA0
(183,202,160)
#C0D0AB
(192,208,171)
#C9D6B6
(201,214,182)
#D2DCC1
(210,220,193)
#DBE2CC
(219,226,204)
#E4E8D7
(228,232,215)
#EDEEE2
(237,238,226)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CB87F; }

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

This text font color is #9CB87F.


Background Color

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

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

This div background color is #9CB87F.


Border color

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

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

This div border color is #9CB87F.


Opacity

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

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

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

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

This text has shadow with #9CB87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB87F on black background.


Color preview on white background

This text has color #9CB87F on white background.



Black color preview on #9CB87F background

This text has black color on #9CB87F background.


White color preview on #9CB87F background

This text has white color on #9CB87F background.