COLOR #9FA88E

HEX: #9FA88E
RGB: (159,168,142)

Color info

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

RGB color model

#9FA88E color RGB value is (159,168,142).

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

RGB channels and saturation

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

159
168
142

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

Portions of RGB colors in percentages

R + G + B =
159 + 168 + 142 = 469 (100%)
R 159 of 469 ~ 33.9%
G 168 of 469 ~ 35.82%
B 142 of 469 ~ 30.28%

%33.9
%35.82
%30.28

CMYK color model

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

  • cyan value is 5.36%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • 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
%15.48
%34.12

Codes

Color #9FA88E in popluar color models

9FA88E
RGB159168142
HSL81°13.00%60.78%
HSB/HSV81°15.48%65.88%
CMYK5.36%0.00%15.48%
34.12%

Color #9FA88E in popluar number systems.

HEX9FA88E
Decimal159168142
Binary100111111010100010001110
Octal237250216

Shades and tints

Shades of #9FA88E

#9FA88E
(159,168,142)
#919982
(145,153,130)
#838A76
(131,138,118)
#757B6A
(117,123,106)
#676C5E
(103,108,94)
#595D52
(89,93,82)
#4B4E46
(75,78,70)
#3D3F3A
(61,63,58)
#2F302E
(47,48,46)
#212122
(33,33,34)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #9FA88E

#9FA88E
(159,168,142)
#A7AF98
(167,175,152)
#AFB6A2
(175,182,162)
#B7BDAC
(183,189,172)
#BFC4B6
(191,196,182)
#C7CBC0
(199,203,192)
#CFD2CA
(207,210,202)
#D7D9D4
(215,217,212)
#DFE0DE
(223,224,222)
#E7E7E8
(231,231,232)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA88E; }

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

This text font color is #9FA88E.


Background Color

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

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

This div background color is #9FA88E.


Border color

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

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

This div border color is #9FA88E.


Opacity

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

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

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

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

This text has shadow with #9FA88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA88E on black background.


Color preview on white background

This text has color #9FA88E on white background.



Black color preview on #9FA88E background

This text has black color on #9FA88E background.


White color preview on #9FA88E background

This text has white color on #9FA88E background.