COLOR #9FA596

HEX: #9FA596
RGB: (159,165,150)

Color info

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

RGB color model

#9FA596 color RGB value is (159,165,150).

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

RGB channels and saturation

R 159 of 255 = 62%
G 165 of 255 = 65%
B 150 of 255 = 59%

159
165
150

R + G + B ~ 62%. #9FA596 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 165 + 150 = 474 (100%)
R 159 of 474 ~ 33.54%
G 165 of 474 ~ 34.81%
B 150 of 474 ~ 31.65%

%33.54
%34.81
%31.65

CMYK color model

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

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(4,0,9,35)
C4M0Y9K35 
(4%,0%,9%,35%)
(0.04/0.00/0.09/0.35)	

CMYK percentages

%3.64
%0
%9.09
%35.29

Codes

Color #9FA596 in popluar color models

9FA596
RGB159165150
HSL84°7.69%61.76%
HSB/HSV84°9.09%64.71%
CMYK3.64%0.00%9.09%
35.29%

Color #9FA596 in popluar number systems.

HEX9FA596
Decimal159165150
Binary100111111010010110010110
Octal237245226

Shades and tints

Shades of #9FA596

#9FA596
(159,165,150)
#919689
(145,150,137)
#83877C
(131,135,124)
#75786F
(117,120,111)
#676962
(103,105,98)
#595A55
(89,90,85)
#4B4B48
(75,75,72)
#3D3C3B
(61,60,59)
#2F2D2E
(47,45,46)
#211E21
(33,30,33)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #9FA596

#9FA596
(159,165,150)
#A7AD9F
(167,173,159)
#AFB5A8
(175,181,168)
#B7BDB1
(183,189,177)
#BFC5BA
(191,197,186)
#C7CDC3
(199,205,195)
#CFD5CC
(207,213,204)
#D7DDD5
(215,221,213)
#DFE5DE
(223,229,222)
#E7EDE7
(231,237,231)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA596; }

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

This text font color is #9FA596.


Background Color

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

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

This div background color is #9FA596.


Border color

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

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

This div border color is #9FA596.


Opacity

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

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

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

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

This text has shadow with #9FA596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA596 on black background.


Color preview on white background

This text has color #9FA596 on white background.



Black color preview on #9FA596 background

This text has black color on #9FA596 background.


White color preview on #9FA596 background

This text has white color on #9FA596 background.