COLOR #9CA989

HEX: #9CA989
RGB: (156,169,137)

Color info

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

RGB color model

#9CA989 color RGB value is (156,169,137).

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

RGB channels and saturation

R 156 of 255 = 61%
G 169 of 255 = 66%
B 137 of 255 = 54%

156
169
137

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

Portions of RGB colors in percentages

R + G + B =
156 + 169 + 137 = 462 (100%)
R 156 of 462 ~ 33.77%
G 169 of 462 ~ 36.58%
B 137 of 462 ~ 29.65%

%33.77
%36.58
%29.65

CMYK color model

#9CA989 color CMYK value is (8,0,19,34).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 18.93%
  • key color value is 33.73%
CMYK:
(8,0,19,34)
C8M0Y19K34 
(8%,0%,19%,34%)
(0.08/0.00/0.19/0.34)	

CMYK percentages

%7.69
%0
%18.93
%33.73

Codes

Color #9CA989 in popluar color models

9CA989
RGB156169137
HSL84°15.69%60.00%
HSB/HSV84°18.93%66.27%
CMYK7.69%0.00%18.93%
33.73%

Color #9CA989 in popluar number systems.

HEX9CA989
Decimal156169137
Binary100111001010100110001001
Octal234251211

Shades and tints

Shades of #9CA989

#9CA989
(156,169,137)
#8E9A7D
(142,154,125)
#808B71
(128,139,113)
#727C65
(114,124,101)
#646D59
(100,109,89)
#565E4D
(86,94,77)
#484F41
(72,79,65)
#3A4035
(58,64,53)
#2C3129
(44,49,41)
#1E221D
(30,34,29)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #9CA989

#9CA989
(156,169,137)
#A5B093
(165,176,147)
#AEB79D
(174,183,157)
#B7BEA7
(183,190,167)
#C0C5B1
(192,197,177)
#C9CCBB
(201,204,187)
#D2D3C5
(210,211,197)
#DBDACF
(219,218,207)
#E4E1D9
(228,225,217)
#EDE8E3
(237,232,227)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA989; }

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

This text font color is #9CA989.


Background Color

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

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

This div background color is #9CA989.


Border color

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

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

This div border color is #9CA989.


Opacity

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

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

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

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

This text has shadow with #9CA989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA989 on black background.


Color preview on white background

This text has color #9CA989 on white background.



Black color preview on #9CA989 background

This text has black color on #9CA989 background.


White color preview on #9CA989 background

This text has white color on #9CA989 background.