COLOR #9FB29F

HEX: #9FB29F
RGB: (159,178,159)

Color info

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

RGB color model

#9FB29F color RGB value is (159,178,159).

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

RGB channels and saturation

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

159
178
159

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

Portions of RGB colors in percentages

R + G + B =
159 + 178 + 159 = 496 (100%)
R 159 of 496 ~ 32.06%
G 178 of 496 ~ 35.89%
B 159 of 496 ~ 32.06%

%32.06
%35.89
%32.06

CMYK color model

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

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

CMYK percentages

%10.67
%0
%10.67
%30.2

Codes

Color #9FB29F in popluar color models

9FB29F
RGB159178159
HSL120°10.98%66.08%
HSB/HSV120°10.67%69.80%
CMYK10.67%0.00%10.67%
30.20%

Color #9FB29F in popluar number systems.

HEX9FB29F
Decimal159178159
Binary100111111011001010011111
Octal237262237

Shades and tints

Shades of #9FB29F

#9FB29F
(159,178,159)
#91A291
(145,162,145)
#839283
(131,146,131)
#758275
(117,130,117)
#677267
(103,114,103)
#596259
(89,98,89)
#4B524B
(75,82,75)
#3D423D
(61,66,61)
#2F322F
(47,50,47)
#212221
(33,34,33)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #9FB29F

#9FB29F
(159,178,159)
#A7B9A7
(167,185,167)
#AFC0AF
(175,192,175)
#B7C7B7
(183,199,183)
#BFCEBF
(191,206,191)
#C7D5C7
(199,213,199)
#CFDCCF
(207,220,207)
#D7E3D7
(215,227,215)
#DFEADF
(223,234,223)
#E7F1E7
(231,241,231)
#EFF8EF
(239,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB29F; }

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

This text font color is #9FB29F.


Background Color

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

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

This div background color is #9FB29F.


Border color

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

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

This div border color is #9FB29F.


Opacity

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

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

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

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

This text has shadow with #9FB29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB29F on black background.


Color preview on white background

This text has color #9FB29F on white background.



Black color preview on #9FB29F background

This text has black color on #9FB29F background.


White color preview on #9FB29F background

This text has white color on #9FB29F background.