COLOR #9CBB90

HEX: #9CBB90
RGB: (156,187,144)

Color info

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

RGB color model

#9CBB90 color RGB value is (156,187,144).

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

RGB channels and saturation

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

156
187
144

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

Portions of RGB colors in percentages

R + G + B =
156 + 187 + 144 = 487 (100%)
R 156 of 487 ~ 32.03%
G 187 of 487 ~ 38.4%
B 144 of 487 ~ 29.57%

%32.03
%38.4
%29.57

CMYK color model

#9CBB90 color CMYK value is (17,0,23,27).

  • cyan value is 16.58%
  • magenta value is 0.00%
  • yellow value is 22.99%
  • key color value is 26.67%
CMYK:
(17,0,23,27)
C17M0Y23K27 
(17%,0%,23%,27%)
(0.17/0.00/0.23/0.27)	

CMYK percentages

%16.58
%0
%22.99
%26.67

Codes

Color #9CBB90 in popluar color models

9CBB90
RGB156187144
HSL103°24.02%64.90%
HSB/HSV103°22.99%73.33%
CMYK16.58%0.00%22.99%
26.67%

Color #9CBB90 in popluar number systems.

HEX9CBB90
Decimal156187144
Binary100111001011101110010000
Octal234273220

Shades and tints

Shades of #9CBB90

#9CBB90
(156,187,144)
#8EAA83
(142,170,131)
#809976
(128,153,118)
#728869
(114,136,105)
#64775C
(100,119,92)
#56664F
(86,102,79)
#485542
(72,85,66)
#3A4435
(58,68,53)
#2C3328
(44,51,40)
#1E221B
(30,34,27)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #9CBB90

#9CBB90
(156,187,144)
#A5C19A
(165,193,154)
#AEC7A4
(174,199,164)
#B7CDAE
(183,205,174)
#C0D3B8
(192,211,184)
#C9D9C2
(201,217,194)
#D2DFCC
(210,223,204)
#DBE5D6
(219,229,214)
#E4EBE0
(228,235,224)
#EDF1EA
(237,241,234)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CBB90; }

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

This text font color is #9CBB90.


Background Color

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

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

This div background color is #9CBB90.


Border color

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

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

This div border color is #9CBB90.


Opacity

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

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

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

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

This text has shadow with #9CBB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBB90 on black background.


Color preview on white background

This text has color #9CBB90 on white background.



Black color preview on #9CBB90 background

This text has black color on #9CBB90 background.


White color preview on #9CBB90 background

This text has white color on #9CBB90 background.