COLOR #9CB47B

HEX: #9CB47B
RGB: (156,180,123)

Color info

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

RGB color model

#9CB47B color RGB value is (156,180,123).

  • red value is 156;
  • green value is 180;
  • blue value is 123.
RGB:
(156,180,123)
(61%,71%,48%)

RGB channels and saturation

R 156 of 255 = 61%
G 180 of 255 = 71%
B 123 of 255 = 48%

156
180
123

R + G + B ~ 60%. #9CB47B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
156 + 180 + 123 = 459 (100%)
R 156 of 459 ~ 33.99%
G 180 of 459 ~ 39.22%
B 123 of 459 ~ 26.8%

%33.99
%39.22
%26.8

CMYK color model

#9CB47B color CMYK value is (13,0,32,29).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 31.67%
  • key color value is 29.41%
CMYK:
(13,0,32,29)
C13M0Y32K29 
(13%,0%,32%,29%)
(0.13/0.00/0.32/0.29)	

CMYK percentages

%13.33
%0
%31.67
%29.41

Codes

Color #9CB47B in popluar color models

9CB47B
RGB156180123
HSL85°27.54%59.41%
HSB/HSV85°31.67%70.59%
CMYK13.33%0.00%31.67%
29.41%

Color #9CB47B in popluar number systems.

HEX9CB47B
Decimal156180123
Binary10011100101101001111011
Octal234264173

Shades and tints

Shades of #9CB47B

#9CB47B
(156,180,123)
#8EA470
(142,164,112)
#809465
(128,148,101)
#72845A
(114,132,90)
#64744F
(100,116,79)
#566444
(86,100,68)
#485439
(72,84,57)
#3A442E
(58,68,46)
#2C3423
(44,52,35)
#1E2418
(30,36,24)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #9CB47B

#9CB47B
(156,180,123)
#A5BA87
(165,186,135)
#AEC093
(174,192,147)
#B7C69F
(183,198,159)
#C0CCAB
(192,204,171)
#C9D2B7
(201,210,183)
#D2D8C3
(210,216,195)
#DBDECF
(219,222,207)
#E4E4DB
(228,228,219)
#EDEAE7
(237,234,231)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB47B color. Also use rgb(156,180,123) instead hex code.

Text Font Color

.myTextColor { color: #9CB47B; }

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

This text font color is #9CB47B.


Background Color

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

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

This div background color is #9CB47B.


Border color

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

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

This div border color is #9CB47B.


Opacity

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

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

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

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

This text has shadow with #9CB47B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB47B on black background.


Color preview on white background

This text has color #9CB47B on white background.



Black color preview on #9CB47B background

This text has black color on #9CB47B background.


White color preview on #9CB47B background

This text has white color on #9CB47B background.