COLOR #9CB387

HEX: #9CB387
RGB: (156,179,135)

Color info

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

RGB color model

#9CB387 color RGB value is (156,179,135).

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

RGB channels and saturation

R 156 of 255 = 61%
G 179 of 255 = 70%
B 135 of 255 = 53%

156
179
135

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

Portions of RGB colors in percentages

R + G + B =
156 + 179 + 135 = 470 (100%)
R 156 of 470 ~ 33.19%
G 179 of 470 ~ 38.09%
B 135 of 470 ~ 28.72%

%33.19
%38.09
%28.72

CMYK color model

#9CB387 color CMYK value is (13,0,25,30).

  • cyan value is 12.85%
  • magenta value is 0.00%
  • yellow value is 24.58%
  • key color value is 29.80%
CMYK:
(13,0,25,30)
C13M0Y25K30 
(13%,0%,25%,30%)
(0.13/0.00/0.25/0.30)	

CMYK percentages

%12.85
%0
%24.58
%29.8

Codes

Color #9CB387 in popluar color models

9CB387
RGB156179135
HSL91°22.45%61.57%
HSB/HSV91°24.58%70.20%
CMYK12.85%0.00%24.58%
29.80%

Color #9CB387 in popluar number systems.

HEX9CB387
Decimal156179135
Binary100111001011001110000111
Octal234263207

Shades and tints

Shades of #9CB387

#9CB387
(156,179,135)
#8EA37B
(142,163,123)
#80936F
(128,147,111)
#728363
(114,131,99)
#647357
(100,115,87)
#56634B
(86,99,75)
#48533F
(72,83,63)
#3A4333
(58,67,51)
#2C3327
(44,51,39)
#1E231B
(30,35,27)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #9CB387

#9CB387
(156,179,135)
#A5B991
(165,185,145)
#AEBF9B
(174,191,155)
#B7C5A5
(183,197,165)
#C0CBAF
(192,203,175)
#C9D1B9
(201,209,185)
#D2D7C3
(210,215,195)
#DBDDCD
(219,221,205)
#E4E3D7
(228,227,215)
#EDE9E1
(237,233,225)
#F6EFEB
(246,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CB387; }

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

This text font color is #9CB387.


Background Color

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

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

This div background color is #9CB387.


Border color

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

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

This div border color is #9CB387.


Opacity

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

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

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

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

This text has shadow with #9CB387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB387 on black background.


Color preview on white background

This text has color #9CB387 on white background.



Black color preview on #9CB387 background

This text has black color on #9CB387 background.


White color preview on #9CB387 background

This text has white color on #9CB387 background.