COLOR #9FA290

HEX: #9FA290
RGB: (159,162,144)

Color info

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

RGB color model

#9FA290 color RGB value is (159,162,144).

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

RGB channels and saturation

R 159 of 255 = 62%
G 162 of 255 = 64%
B 144 of 255 = 56%

159
162
144

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

Portions of RGB colors in percentages

R + G + B =
159 + 162 + 144 = 465 (100%)
R 159 of 465 ~ 34.19%
G 162 of 465 ~ 34.84%
B 144 of 465 ~ 30.97%

%34.19
%34.84
%30.97

CMYK color model

#9FA290 color CMYK value is (2,0,11,36).

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 36.47%
CMYK:
(2,0,11,36)
C2M0Y11K36 
(2%,0%,11%,36%)
(0.02/0.00/0.11/0.36)	

CMYK percentages

%1.85
%0
%11.11
%36.47

Codes

Color #9FA290 in popluar color models

9FA290
RGB159162144
HSL70°8.82%60.00%
HSB/HSV70°11.11%63.53%
CMYK1.85%0.00%11.11%
36.47%

Color #9FA290 in popluar number systems.

HEX9FA290
Decimal159162144
Binary100111111010001010010000
Octal237242220

Shades and tints

Shades of #9FA290

#9FA290
(159,162,144)
#919483
(145,148,131)
#838676
(131,134,118)
#757869
(117,120,105)
#676A5C
(103,106,92)
#595C4F
(89,92,79)
#4B4E42
(75,78,66)
#3D4035
(61,64,53)
#2F3228
(47,50,40)
#21241B
(33,36,27)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #9FA290

#9FA290
(159,162,144)
#A7AA9A
(167,170,154)
#AFB2A4
(175,178,164)
#B7BAAE
(183,186,174)
#BFC2B8
(191,194,184)
#C7CAC2
(199,202,194)
#CFD2CC
(207,210,204)
#D7DAD6
(215,218,214)
#DFE2E0
(223,226,224)
#E7EAEA
(231,234,234)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA290; }

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

This text font color is #9FA290.


Background Color

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

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

This div background color is #9FA290.


Border color

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

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

This div border color is #9FA290.


Opacity

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

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

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

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

This text has shadow with #9FA290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA290 on black background.


Color preview on white background

This text has color #9FA290 on white background.



Black color preview on #9FA290 background

This text has black color on #9FA290 background.


White color preview on #9FA290 background

This text has white color on #9FA290 background.