COLOR #9FA59B

HEX: #9FA59B
RGB: (159,165,155)

Color info

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

RGB color model

#9FA59B color RGB value is (159,165,155).

  • red value is 159;
  • green value is 165;
  • blue value is 155.
RGB:
(159,165,155)
(62%,65%,61%)

RGB channels and saturation

R 159 of 255 = 62%
G 165 of 255 = 65%
B 155 of 255 = 61%

159
165
155

R + G + B ~ 63%. #9FA59B is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 165 + 155 = 479 (100%)
R 159 of 479 ~ 33.19%
G 165 of 479 ~ 34.45%
B 155 of 479 ~ 32.36%

%33.19
%34.45
%32.36

CMYK color model

#9FA59B color CMYK value is (4,0,6,35).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 35.29%
CMYK:
(4,0,6,35)
C4M0Y6K35 
(4%,0%,6%,35%)
(0.04/0.00/0.06/0.35)	

CMYK percentages

%3.64
%0
%6.06
%35.29

Codes

Color #9FA59B in popluar color models

9FA59B
RGB159165155
HSL96°5.26%62.75%
HSB/HSV96°6.06%64.71%
CMYK3.64%0.00%6.06%
35.29%

Color #9FA59B in popluar number systems.

HEX9FA59B
Decimal159165155
Binary100111111010010110011011
Octal237245233

Shades and tints

Shades of #9FA59B

#9FA59B
(159,165,155)
#91968D
(145,150,141)
#83877F
(131,135,127)
#757871
(117,120,113)
#676963
(103,105,99)
#595A55
(89,90,85)
#4B4B47
(75,75,71)
#3D3C39
(61,60,57)
#2F2D2B
(47,45,43)
#211E1D
(33,30,29)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #9FA59B

#9FA59B
(159,165,155)
#A7ADA4
(167,173,164)
#AFB5AD
(175,181,173)
#B7BDB6
(183,189,182)
#BFC5BF
(191,197,191)
#C7CDC8
(199,205,200)
#CFD5D1
(207,213,209)
#D7DDDA
(215,221,218)
#DFE5E3
(223,229,227)
#E7EDEC
(231,237,236)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA59B color. Also use rgb(159,165,155) instead hex code.

Text Font Color

.myTextColor { color: #9FA59B; }

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

This text font color is #9FA59B.


Background Color

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

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

This div background color is #9FA59B.


Border color

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

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

This div border color is #9FA59B.


Opacity

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

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

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

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

This text has shadow with #9FA59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA59B on black background.


Color preview on white background

This text has color #9FA59B on white background.



Black color preview on #9FA59B background

This text has black color on #9FA59B background.


White color preview on #9FA59B background

This text has white color on #9FA59B background.