COLOR #9FA990

HEX: #9FA990
RGB: (159,169,144)

Color info

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

RGB color model

#9FA990 color RGB value is (159,169,144).

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

RGB channels and saturation

R 159 of 255 = 62%
G 169 of 255 = 66%
B 144 of 255 = 56%

159
169
144

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

Portions of RGB colors in percentages

R + G + B =
159 + 169 + 144 = 472 (100%)
R 159 of 472 ~ 33.69%
G 169 of 472 ~ 35.81%
B 144 of 472 ~ 30.51%

%33.69
%35.81
%30.51

CMYK color model

#9FA990 color CMYK value is (6,0,15,34).

  • cyan value is 5.92%
  • magenta value is 0.00%
  • yellow value is 14.79%
  • key color value is 33.73%
CMYK:
(6,0,15,34)
C6M0Y15K34 
(6%,0%,15%,34%)
(0.06/0.00/0.15/0.34)	

CMYK percentages

%5.92
%0
%14.79
%33.73

Codes

Color #9FA990 in popluar color models

9FA990
RGB159169144
HSL84°12.69%61.37%
HSB/HSV84°14.79%66.27%
CMYK5.92%0.00%14.79%
33.73%

Color #9FA990 in popluar number systems.

HEX9FA990
Decimal159169144
Binary100111111010100110010000
Octal237251220

Shades and tints

Shades of #9FA990

#9FA990
(159,169,144)
#919A83
(145,154,131)
#838B76
(131,139,118)
#757C69
(117,124,105)
#676D5C
(103,109,92)
#595E4F
(89,94,79)
#4B4F42
(75,79,66)
#3D4035
(61,64,53)
#2F3128
(47,49,40)
#21221B
(33,34,27)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #9FA990

#9FA990
(159,169,144)
#A7B09A
(167,176,154)
#AFB7A4
(175,183,164)
#B7BEAE
(183,190,174)
#BFC5B8
(191,197,184)
#C7CCC2
(199,204,194)
#CFD3CC
(207,211,204)
#D7DAD6
(215,218,214)
#DFE1E0
(223,225,224)
#E7E8EA
(231,232,234)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA990; }

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

This text font color is #9FA990.


Background Color

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

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

This div background color is #9FA990.


Border color

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

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

This div border color is #9FA990.


Opacity

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

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

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

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

This text has shadow with #9FA990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA990 on black background.


Color preview on white background

This text has color #9FA990 on white background.



Black color preview on #9FA990 background

This text has black color on #9FA990 background.


White color preview on #9FA990 background

This text has white color on #9FA990 background.