COLOR #9CB189

HEX: #9CB189
RGB: (156,177,137)

Color info

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

RGB color model

#9CB189 color RGB value is (156,177,137).

  • red value is 156;
  • green value is 177;
  • blue value is 137.
RGB:
(156,177,137)
(61%,69%,54%)

RGB channels and saturation

R 156 of 255 = 61%
G 177 of 255 = 69%
B 137 of 255 = 54%

156
177
137

R + G + B ~ 61%. #9CB189 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 177 + 137 = 470 (100%)
R 156 of 470 ~ 33.19%
G 177 of 470 ~ 37.66%
B 137 of 470 ~ 29.15%

%33.19
%37.66
%29.15

CMYK color model

#9CB189 color CMYK value is (12,0,23,31).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 22.60%
  • key color value is 30.59%
CMYK:
(12,0,23,31)
C12M0Y23K31 
(12%,0%,23%,31%)
(0.12/0.00/0.23/0.31)	

CMYK percentages

%11.86
%0
%22.6
%30.59

Codes

Color #9CB189 in popluar color models

9CB189
RGB156177137
HSL92°20.41%61.57%
HSB/HSV92°22.60%69.41%
CMYK11.86%0.00%22.60%
30.59%

Color #9CB189 in popluar number systems.

HEX9CB189
Decimal156177137
Binary100111001011000110001001
Octal234261211

Shades and tints

Shades of #9CB189

#9CB189
(156,177,137)
#8EA17D
(142,161,125)
#809171
(128,145,113)
#728165
(114,129,101)
#647159
(100,113,89)
#56614D
(86,97,77)
#485141
(72,81,65)
#3A4135
(58,65,53)
#2C3129
(44,49,41)
#1E211D
(30,33,29)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #9CB189

#9CB189
(156,177,137)
#A5B893
(165,184,147)
#AEBF9D
(174,191,157)
#B7C6A7
(183,198,167)
#C0CDB1
(192,205,177)
#C9D4BB
(201,212,187)
#D2DBC5
(210,219,197)
#DBE2CF
(219,226,207)
#E4E9D9
(228,233,217)
#EDF0E3
(237,240,227)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB189 color. Also use rgb(156,177,137) instead hex code.

Text Font Color

.myTextColor { color: #9CB189; }

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

This text font color is #9CB189.


Background Color

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

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

This div background color is #9CB189.


Border color

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

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

This div border color is #9CB189.


Opacity

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

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

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

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

This text has shadow with #9CB189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB189 on black background.


Color preview on white background

This text has color #9CB189 on white background.



Black color preview on #9CB189 background

This text has black color on #9CB189 background.


White color preview on #9CB189 background

This text has white color on #9CB189 background.