COLOR #9FA88F

HEX: #9FA88F
RGB: (159,168,143)

Color info

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

RGB color model

#9FA88F color RGB value is (159,168,143).

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

RGB channels and saturation

R 159 of 255 = 62%
G 168 of 255 = 66%
B 143 of 255 = 56%

159
168
143

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

Portions of RGB colors in percentages

R + G + B =
159 + 168 + 143 = 470 (100%)
R 159 of 470 ~ 33.83%
G 168 of 470 ~ 35.74%
B 143 of 470 ~ 30.43%

%33.83
%35.74
%30.43

CMYK color model

#9FA88F color CMYK value is (5,0,15,34).

  • cyan value is 5.36%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • key color value is 34.12%
CMYK:
(5,0,15,34)
C5M0Y15K34 
(5%,0%,15%,34%)
(0.05/0.00/0.15/0.34)	

CMYK percentages

%5.36
%0
%14.88
%34.12

Codes

Color #9FA88F in popluar color models

9FA88F
RGB159168143
HSL82°12.56%60.98%
HSB/HSV82°14.88%65.88%
CMYK5.36%0.00%14.88%
34.12%

Color #9FA88F in popluar number systems.

HEX9FA88F
Decimal159168143
Binary100111111010100010001111
Octal237250217

Shades and tints

Shades of #9FA88F

#9FA88F
(159,168,143)
#919982
(145,153,130)
#838A75
(131,138,117)
#757B68
(117,123,104)
#676C5B
(103,108,91)
#595D4E
(89,93,78)
#4B4E41
(75,78,65)
#3D3F34
(61,63,52)
#2F3027
(47,48,39)
#21211A
(33,33,26)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #9FA88F

#9FA88F
(159,168,143)
#A7AF99
(167,175,153)
#AFB6A3
(175,182,163)
#B7BDAD
(183,189,173)
#BFC4B7
(191,196,183)
#C7CBC1
(199,203,193)
#CFD2CB
(207,210,203)
#D7D9D5
(215,217,213)
#DFE0DF
(223,224,223)
#E7E7E9
(231,231,233)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA88F; }

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

This text font color is #9FA88F.


Background Color

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

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

This div background color is #9FA88F.


Border color

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

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

This div border color is #9FA88F.


Opacity

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

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

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

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

This text has shadow with #9FA88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA88F on black background.


Color preview on white background

This text has color #9FA88F on white background.



Black color preview on #9FA88F background

This text has black color on #9FA88F background.


White color preview on #9FA88F background

This text has white color on #9FA88F background.