COLOR #9CB296

HEX: #9CB296
RGB: (156,178,150)

Color info

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

RGB color model

#9CB296 color RGB value is (156,178,150).

  • red value is 156;
  • green value is 178;
  • blue value is 150.
RGB:
(156,178,150)
(61%,70%,59%)

RGB channels and saturation

R 156 of 255 = 61%
G 178 of 255 = 70%
B 150 of 255 = 59%

156
178
150

R + G + B ~ 63%. #9CB296 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 178 + 150 = 484 (100%)
R 156 of 484 ~ 32.23%
G 178 of 484 ~ 36.78%
B 150 of 484 ~ 30.99%

%32.23
%36.78
%30.99

CMYK color model

#9CB296 color CMYK value is (12,0,16,30).

  • cyan value is 12.36%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 30.20%
CMYK:
(12,0,16,30)
C12M0Y16K30 
(12%,0%,16%,30%)
(0.12/0.00/0.16/0.30)	

CMYK percentages

%12.36
%0
%15.73
%30.2

Codes

Color #9CB296 in popluar color models

9CB296
RGB156178150
HSL107°15.38%64.31%
HSB/HSV107°15.73%69.80%
CMYK12.36%0.00%15.73%
30.20%

Color #9CB296 in popluar number systems.

HEX9CB296
Decimal156178150
Binary100111001011001010010110
Octal234262226

Shades and tints

Shades of #9CB296

#9CB296
(156,178,150)
#8EA289
(142,162,137)
#80927C
(128,146,124)
#72826F
(114,130,111)
#647262
(100,114,98)
#566255
(86,98,85)
#485248
(72,82,72)
#3A423B
(58,66,59)
#2C322E
(44,50,46)
#1E2221
(30,34,33)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #9CB296

#9CB296
(156,178,150)
#A5B99F
(165,185,159)
#AEC0A8
(174,192,168)
#B7C7B1
(183,199,177)
#C0CEBA
(192,206,186)
#C9D5C3
(201,213,195)
#D2DCCC
(210,220,204)
#DBE3D5
(219,227,213)
#E4EADE
(228,234,222)
#EDF1E7
(237,241,231)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB296 color. Also use rgb(156,178,150) instead hex code.

Text Font Color

.myTextColor { color: #9CB296; }

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

This text font color is #9CB296.


Background Color

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

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

This div background color is #9CB296.


Border color

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

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

This div border color is #9CB296.


Opacity

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

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

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

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

This text has shadow with #9CB296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB296 on black background.


Color preview on white background

This text has color #9CB296 on white background.



Black color preview on #9CB296 background

This text has black color on #9CB296 background.


White color preview on #9CB296 background

This text has white color on #9CB296 background.