COLOR #9FB49F

HEX: #9FB49F
RGB: (159,180,159)

Color info

#9FB49F contains red, green and blue colors in about the same proportion. Web safe color of #9FB49F is #99CC99 (or #9C9).

RGB color model

#9FB49F color RGB value is (159,180,159).

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

RGB channels and saturation

R 159 of 255 = 62%
G 180 of 255 = 71%
B 159 of 255 = 62%

159
180
159

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

Portions of RGB colors in percentages

R + G + B =
159 + 180 + 159 = 498 (100%)
R 159 of 498 ~ 31.93%
G 180 of 498 ~ 36.14%
B 159 of 498 ~ 31.93%

%31.93
%36.14
%31.93

CMYK color model

#9FB49F color CMYK value is (12,0,12,29).

  • cyan value is 11.67%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(12,0,12,29)
C12M0Y12K29 
(12%,0%,12%,29%)
(0.12/0.00/0.12/0.29)	

CMYK percentages

%11.67
%0
%11.67
%29.41

Codes

Color #9FB49F in popluar color models

9FB49F
RGB159180159
HSL120°12.28%66.47%
HSB/HSV120°11.67%70.59%
CMYK11.67%0.00%11.67%
29.41%

Color #9FB49F in popluar number systems.

HEX9FB49F
Decimal159180159
Binary100111111011010010011111
Octal237264237

Shades and tints

Shades of #9FB49F

#9FB49F
(159,180,159)
#91A491
(145,164,145)
#839483
(131,148,131)
#758475
(117,132,117)
#677467
(103,116,103)
#596459
(89,100,89)
#4B544B
(75,84,75)
#3D443D
(61,68,61)
#2F342F
(47,52,47)
#212421
(33,36,33)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #9FB49F

#9FB49F
(159,180,159)
#A7BAA7
(167,186,167)
#AFC0AF
(175,192,175)
#B7C6B7
(183,198,183)
#BFCCBF
(191,204,191)
#C7D2C7
(199,210,199)
#CFD8CF
(207,216,207)
#D7DED7
(215,222,215)
#DFE4DF
(223,228,223)
#E7EAE7
(231,234,231)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB49F; }

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

This text font color is #9FB49F.


Background Color

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

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

This div background color is #9FB49F.


Border color

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

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

This div border color is #9FB49F.


Opacity

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

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

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

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

This text has shadow with #9FB49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB49F on black background.


Color preview on white background

This text has color #9FB49F on white background.



Black color preview on #9FB49F background

This text has black color on #9FB49F background.


White color preview on #9FB49F background

This text has white color on #9FB49F background.