COLOR #9FA49F

HEX: #9FA49F
RGB: (159,164,159)

Color info

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

RGB color model

#9FA49F color RGB value is (159,164,159).

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

RGB channels and saturation

R 159 of 255 = 62%
G 164 of 255 = 64%
B 159 of 255 = 62%

159
164
159

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

Portions of RGB colors in percentages

R + G + B =
159 + 164 + 159 = 482 (100%)
R 159 of 482 ~ 32.99%
G 164 of 482 ~ 34.02%
B 159 of 482 ~ 32.99%

%32.99
%34.02
%32.99

CMYK color model

#9FA49F color CMYK value is (3,0,3,36).

  • cyan value is 3.05%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 35.69%
CMYK: (3,0,3,36) C3M0Y3K36 (3%,0%,3%,36%) (0.03/0.00/0.03/0.36)

CMYK percentages

%3.05
%0
%3.05
%35.69

Codes

Color #9FA49F in popluar color models

9FA49F
RGB159164159
HSL120°2.67%63.33%
HSB/HSV120°3.05%64.31%
CMYK3.05%0.00%3.05%
35.69%

Color #9FA49F in popluar number systems.

HEX9FA49F
Decimal159164159
Binary100111111010010010011111
Octal237244237

Shades and tints

Shades of #9FA49F

#9FA49F
(159,164,159)
#919691
(145,150,145)
#838883
(131,136,131)
#757A75
(117,122,117)
#676C67
(103,108,103)
#595E59
(89,94,89)
#4B504B
(75,80,75)
#3D423D
(61,66,61)
#2F342F
(47,52,47)
#212621
(33,38,33)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #9FA49F

#9FA49F
(159,164,159)
#A7ACA7
(167,172,167)
#AFB4AF
(175,180,175)
#B7BCB7
(183,188,183)
#BFC4BF
(191,196,191)
#C7CCC7
(199,204,199)
#CFD4CF
(207,212,207)
#D7DCD7
(215,220,215)
#DFE4DF
(223,228,223)
#E7ECE7
(231,236,231)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA49F; }

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

This text font color is #9FA49F.


Background Color

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

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

This div background color is #9FA49F.


Border color

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

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

This div border color is #9FA49F.


Opacity

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

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

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

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

This text has shadow with #9FA49F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9FA49F on black background.


Color preview on white background

This text has color #9FA49F on white background.



Black color preview on #9FA49F background

This text has black color on #9FA49F background.


White color preview on #9FA49F background

This text has white color on #9FA49F background.