COLOR #9CB586

HEX: #9CB586
RGB: (156,181,134)

Color info

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

RGB color model

#9CB586 color RGB value is (156,181,134).

  • red value is 156;
  • green value is 181;
  • blue value is 134.
RGB:
(156,181,134)
(61%,71%,53%)

RGB channels and saturation

R 156 of 255 = 61%
G 181 of 255 = 71%
B 134 of 255 = 53%

156
181
134

R + G + B ~ 62%. #9CB586 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 181 + 134 = 471 (100%)
R 156 of 471 ~ 33.12%
G 181 of 471 ~ 38.43%
B 134 of 471 ~ 28.45%

%33.12
%38.43
%28.45

CMYK color model

#9CB586 color CMYK value is (14,0,26,29).

  • cyan value is 13.81%
  • magenta value is 0.00%
  • yellow value is 25.97%
  • key color value is 29.02%
CMYK:
(14,0,26,29)
C14M0Y26K29 
(14%,0%,26%,29%)
(0.14/0.00/0.26/0.29)	

CMYK percentages

%13.81
%0
%25.97
%29.02

Codes

Color #9CB586 in popluar color models

9CB586
RGB156181134
HSL92°24.10%61.76%
HSB/HSV92°25.97%70.98%
CMYK13.81%0.00%25.97%
29.02%

Color #9CB586 in popluar number systems.

HEX9CB586
Decimal156181134
Binary100111001011010110000110
Octal234265206

Shades and tints

Shades of #9CB586

#9CB586
(156,181,134)
#8EA57A
(142,165,122)
#80956E
(128,149,110)
#728562
(114,133,98)
#647556
(100,117,86)
#56654A
(86,101,74)
#48553E
(72,85,62)
#3A4532
(58,69,50)
#2C3526
(44,53,38)
#1E251A
(30,37,26)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #9CB586

#9CB586
(156,181,134)
#A5BB91
(165,187,145)
#AEC19C
(174,193,156)
#B7C7A7
(183,199,167)
#C0CDB2
(192,205,178)
#C9D3BD
(201,211,189)
#D2D9C8
(210,217,200)
#DBDFD3
(219,223,211)
#E4E5DE
(228,229,222)
#EDEBE9
(237,235,233)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB586 color. Also use rgb(156,181,134) instead hex code.

Text Font Color

.myTextColor { color: #9CB586; }

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

This text font color is #9CB586.


Background Color

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

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

This div background color is #9CB586.


Border color

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

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

This div border color is #9CB586.


Opacity

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

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

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

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

This text has shadow with #9CB586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB586 on black background.


Color preview on white background

This text has color #9CB586 on white background.



Black color preview on #9CB586 background

This text has black color on #9CB586 background.


White color preview on #9CB586 background

This text has white color on #9CB586 background.