COLOR #9CB990

HEX: #9CB990
RGB: (156,185,144)

Color info

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

RGB color model

#9CB990 color RGB value is (156,185,144).

  • red value is 156;
  • green value is 185;
  • blue value is 144.
RGB:
(156,185,144)
(61%,73%,56%)

RGB channels and saturation

R 156 of 255 = 61%
G 185 of 255 = 73%
B 144 of 255 = 56%

156
185
144

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

Portions of RGB colors in percentages

R + G + B =
156 + 185 + 144 = 485 (100%)
R 156 of 485 ~ 32.16%
G 185 of 485 ~ 38.14%
B 144 of 485 ~ 29.69%

%32.16
%38.14
%29.69

CMYK color model

#9CB990 color CMYK value is (16,0,22,27).

  • cyan value is 15.68%
  • magenta value is 0.00%
  • yellow value is 22.16%
  • key color value is 27.45%
CMYK:
(16,0,22,27)
C16M0Y22K27 
(16%,0%,22%,27%)
(0.16/0.00/0.22/0.27)	

CMYK percentages

%15.68
%0
%22.16
%27.45

Codes

Color #9CB990 in popluar color models

9CB990
RGB156185144
HSL102°22.65%64.51%
HSB/HSV102°22.16%72.55%
CMYK15.68%0.00%22.16%
27.45%

Color #9CB990 in popluar number systems.

HEX9CB990
Decimal156185144
Binary100111001011100110010000
Octal234271220

Shades and tints

Shades of #9CB990

#9CB990
(156,185,144)
#8EA983
(142,169,131)
#809976
(128,153,118)
#728969
(114,137,105)
#64795C
(100,121,92)
#56694F
(86,105,79)
#485942
(72,89,66)
#3A4935
(58,73,53)
#2C3928
(44,57,40)
#1E291B
(30,41,27)
#10190E
(16,25,14)
#000000
(0,0,0)

Tints of #9CB990

#9CB990
(156,185,144)
#A5BF9A
(165,191,154)
#AEC5A4
(174,197,164)
#B7CBAE
(183,203,174)
#C0D1B8
(192,209,184)
#C9D7C2
(201,215,194)
#D2DDCC
(210,221,204)
#DBE3D6
(219,227,214)
#E4E9E0
(228,233,224)
#EDEFEA
(237,239,234)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB990 color. Also use rgb(156,185,144) instead hex code.

Text Font Color

.myTextColor { color: #9CB990; }

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

This text font color is #9CB990.


Background Color

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

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

This div background color is #9CB990.


Border color

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

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

This div border color is #9CB990.


Opacity

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

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

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

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

This text has shadow with #9CB990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB990 on black background.


Color preview on white background

This text has color #9CB990 on white background.



Black color preview on #9CB990 background

This text has black color on #9CB990 background.


White color preview on #9CB990 background

This text has white color on #9CB990 background.