COLOR #9FA88D

HEX: #9FA88D
RGB: (159,168,141)

Color info

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

RGB color model

#9FA88D color RGB value is (159,168,141).

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

RGB channels and saturation

R 159 of 255 = 62%
G 168 of 255 = 66%
B 141 of 255 = 55%

159
168
141

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

Portions of RGB colors in percentages

R + G + B =
159 + 168 + 141 = 468 (100%)
R 159 of 468 ~ 33.97%
G 168 of 468 ~ 35.9%
B 141 of 468 ~ 30.13%

%33.97
%35.9
%30.13

CMYK color model

#9FA88D color CMYK value is (5,0,16,34).

  • cyan value is 5.36%
  • magenta value is 0.00%
  • yellow value is 16.07%
  • key color value is 34.12%
CMYK:
(5,0,16,34)
C5M0Y16K34 
(5%,0%,16%,34%)
(0.05/0.00/0.16/0.34)	

CMYK percentages

%5.36
%0
%16.07
%34.12

Codes

Color #9FA88D in popluar color models

9FA88D
RGB159168141
HSL80°13.43%60.59%
HSB/HSV80°16.07%65.88%
CMYK5.36%0.00%16.07%
34.12%

Color #9FA88D in popluar number systems.

HEX9FA88D
Decimal159168141
Binary100111111010100010001101
Octal237250215

Shades and tints

Shades of #9FA88D

#9FA88D
(159,168,141)
#919981
(145,153,129)
#838A75
(131,138,117)
#757B69
(117,123,105)
#676C5D
(103,108,93)
#595D51
(89,93,81)
#4B4E45
(75,78,69)
#3D3F39
(61,63,57)
#2F302D
(47,48,45)
#212121
(33,33,33)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #9FA88D

#9FA88D
(159,168,141)
#A7AF97
(167,175,151)
#AFB6A1
(175,182,161)
#B7BDAB
(183,189,171)
#BFC4B5
(191,196,181)
#C7CBBF
(199,203,191)
#CFD2C9
(207,210,201)
#D7D9D3
(215,217,211)
#DFE0DD
(223,224,221)
#E7E7E7
(231,231,231)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA88D; }

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

This text font color is #9FA88D.


Background Color

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

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

This div background color is #9FA88D.


Border color

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

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

This div border color is #9FA88D.


Opacity

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

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

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

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

This text has shadow with #9FA88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA88D on black background.


Color preview on white background

This text has color #9FA88D on white background.



Black color preview on #9FA88D background

This text has black color on #9FA88D background.


White color preview on #9FA88D background

This text has white color on #9FA88D background.