COLOR #9FA68F

HEX: #9FA68F
RGB: (159,166,143)

Color info

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

RGB color model

#9FA68F color RGB value is (159,166,143).

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

RGB channels and saturation

R 159 of 255 = 62%
G 166 of 255 = 65%
B 143 of 255 = 56%

159
166
143

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

Portions of RGB colors in percentages

R + G + B =
159 + 166 + 143 = 468 (100%)
R 159 of 468 ~ 33.97%
G 166 of 468 ~ 35.47%
B 143 of 468 ~ 30.56%

%33.97
%35.47
%30.56

CMYK color model

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

  • cyan value is 4.22%
  • magenta value is 0.00%
  • yellow value is 13.86%
  • key color value is 34.90%
CMYK:
(4,0,14,35)
C4M0Y14K35 
(4%,0%,14%,35%)
(0.04/0.00/0.14/0.35)	

CMYK percentages

%4.22
%0
%13.86
%34.9

Codes

Color #9FA68F in popluar color models

9FA68F
RGB159166143
HSL78°11.44%60.59%
HSB/HSV78°13.86%65.10%
CMYK4.22%0.00%13.86%
34.90%

Color #9FA68F in popluar number systems.

HEX9FA68F
Decimal159166143
Binary100111111010011010001111
Octal237246217

Shades and tints

Shades of #9FA68F

#9FA68F
(159,166,143)
#919782
(145,151,130)
#838875
(131,136,117)
#757968
(117,121,104)
#676A5B
(103,106,91)
#595B4E
(89,91,78)
#4B4C41
(75,76,65)
#3D3D34
(61,61,52)
#2F2E27
(47,46,39)
#211F1A
(33,31,26)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #9FA68F

#9FA68F
(159,166,143)
#A7AE99
(167,174,153)
#AFB6A3
(175,182,163)
#B7BEAD
(183,190,173)
#BFC6B7
(191,198,183)
#C7CEC1
(199,206,193)
#CFD6CB
(207,214,203)
#D7DED5
(215,222,213)
#DFE6DF
(223,230,223)
#E7EEE9
(231,238,233)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA68F; }

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

This text font color is #9FA68F.


Background Color

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

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

This div background color is #9FA68F.


Border color

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

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

This div border color is #9FA68F.


Opacity

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

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

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

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

This text has shadow with #9FA68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA68F on black background.


Color preview on white background

This text has color #9FA68F on white background.



Black color preview on #9FA68F background

This text has black color on #9FA68F background.


White color preview on #9FA68F background

This text has white color on #9FA68F background.