COLOR #9FB39F

HEX: #9FB39F
RGB: (159,179,159)

Color info

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

RGB color model

#9FB39F color RGB value is (159,179,159).

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

RGB channels and saturation

R 159 of 255 = 62%
G 179 of 255 = 70%
B 159 of 255 = 62%

159
179
159

R + G + B ~ 65%. #9FB39F is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 179 + 159 = 497 (100%)
R 159 of 497 ~ 31.99%
G 179 of 497 ~ 36.02%
B 159 of 497 ~ 31.99%

%31.99
%36.02
%31.99

CMYK color model

#9FB39F color CMYK value is (11,0,11,30).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 29.80%
CMYK:
(11,0,11,30)
C11M0Y11K30 
(11%,0%,11%,30%)
(0.11/0.00/0.11/0.30)	

CMYK percentages

%11.17
%0
%11.17
%29.8

Codes

Color #9FB39F in popluar color models

9FB39F
RGB159179159
HSL120°11.63%66.27%
HSB/HSV120°11.17%70.20%
CMYK11.17%0.00%11.17%
29.80%

Color #9FB39F in popluar number systems.

HEX9FB39F
Decimal159179159
Binary100111111011001110011111
Octal237263237

Shades and tints

Shades of #9FB39F

#9FB39F
(159,179,159)
#91A391
(145,163,145)
#839383
(131,147,131)
#758375
(117,131,117)
#677367
(103,115,103)
#596359
(89,99,89)
#4B534B
(75,83,75)
#3D433D
(61,67,61)
#2F332F
(47,51,47)
#212321
(33,35,33)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #9FB39F

#9FB39F
(159,179,159)
#A7B9A7
(167,185,167)
#AFBFAF
(175,191,175)
#B7C5B7
(183,197,183)
#BFCBBF
(191,203,191)
#C7D1C7
(199,209,199)
#CFD7CF
(207,215,207)
#D7DDD7
(215,221,215)
#DFE3DF
(223,227,223)
#E7E9E7
(231,233,231)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB39F; }

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

This text font color is #9FB39F.


Background Color

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

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

This div background color is #9FB39F.


Border color

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

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

This div border color is #9FB39F.


Opacity

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

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

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

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

This text has shadow with #9FB39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB39F on black background.


Color preview on white background

This text has color #9FB39F on white background.



Black color preview on #9FB39F background

This text has black color on #9FB39F background.


White color preview on #9FB39F background

This text has white color on #9FB39F background.