COLOR #9CA990

HEX: #9CA990
RGB: (156,169,144)

Color info

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

RGB color model

#9CA990 color RGB value is (156,169,144).

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

RGB channels and saturation

R 156 of 255 = 61%
G 169 of 255 = 66%
B 144 of 255 = 56%

156
169
144

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

Portions of RGB colors in percentages

R + G + B =
156 + 169 + 144 = 469 (100%)
R 156 of 469 ~ 33.26%
G 169 of 469 ~ 36.03%
B 144 of 469 ~ 30.7%

%33.26
%36.03
%30.7

CMYK color model

#9CA990 color CMYK value is (8,0,15,34).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 14.79%
  • key color value is 33.73%
CMYK:
(8,0,15,34)
C8M0Y15K34 
(8%,0%,15%,34%)
(0.08/0.00/0.15/0.34)	

CMYK percentages

%7.69
%0
%14.79
%33.73

Codes

Color #9CA990 in popluar color models

9CA990
RGB156169144
HSL91°12.69%61.37%
HSB/HSV91°14.79%66.27%
CMYK7.69%0.00%14.79%
33.73%

Color #9CA990 in popluar number systems.

HEX9CA990
Decimal156169144
Binary100111001010100110010000
Octal234251220

Shades and tints

Shades of #9CA990

#9CA990
(156,169,144)
#8E9A83
(142,154,131)
#808B76
(128,139,118)
#727C69
(114,124,105)
#646D5C
(100,109,92)
#565E4F
(86,94,79)
#484F42
(72,79,66)
#3A4035
(58,64,53)
#2C3128
(44,49,40)
#1E221B
(30,34,27)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #9CA990

#9CA990
(156,169,144)
#A5B09A
(165,176,154)
#AEB7A4
(174,183,164)
#B7BEAE
(183,190,174)
#C0C5B8
(192,197,184)
#C9CCC2
(201,204,194)
#D2D3CC
(210,211,204)
#DBDAD6
(219,218,214)
#E4E1E0
(228,225,224)
#EDE8EA
(237,232,234)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA990; }

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

This text font color is #9CA990.


Background Color

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

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

This div background color is #9CA990.


Border color

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

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

This div border color is #9CA990.


Opacity

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

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

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

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

This text has shadow with #9CA990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA990 on black background.


Color preview on white background

This text has color #9CA990 on white background.



Black color preview on #9CA990 background

This text has black color on #9CA990 background.


White color preview on #9CA990 background

This text has white color on #9CA990 background.