COLOR #9FB39E

HEX: #9FB39E
RGB: (159,179,158)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

159
179
158

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

Portions of RGB colors in percentages

R + G + B =
159 + 179 + 158 = 496 (100%)
R 159 of 496 ~ 32.06%
G 179 of 496 ~ 36.09%
B 158 of 496 ~ 31.85%

%32.06
%36.09
%31.85

CMYK color model

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

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

CMYK percentages

%11.17
%0
%11.73
%29.8

Codes

Color #9FB39E in popluar color models

9FB39E
RGB159179158
HSL117°12.14%66.08%
HSB/HSV117°11.73%70.20%
CMYK11.17%0.00%11.73%
29.80%

Color #9FB39E in popluar number systems.

HEX9FB39E
Decimal159179158
Binary100111111011001110011110
Octal237263236

Shades and tints

Shades of #9FB39E

#9FB39E
(159,179,158)
#91A390
(145,163,144)
#839382
(131,147,130)
#758374
(117,131,116)
#677366
(103,115,102)
#596358
(89,99,88)
#4B534A
(75,83,74)
#3D433C
(61,67,60)
#2F332E
(47,51,46)
#212320
(33,35,32)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #9FB39E

#9FB39E
(159,179,158)
#A7B9A6
(167,185,166)
#AFBFAE
(175,191,174)
#B7C5B6
(183,197,182)
#BFCBBE
(191,203,190)
#C7D1C6
(199,209,198)
#CFD7CE
(207,215,206)
#D7DDD6
(215,221,214)
#DFE3DE
(223,227,222)
#E7E9E6
(231,233,230)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB39E; }

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

This text font color is #9FB39E.


Background Color

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

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

This div background color is #9FB39E.


Border color

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

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

This div border color is #9FB39E.


Opacity

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

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

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

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

This text has shadow with #9FB39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB39E on black background.


Color preview on white background

This text has color #9FB39E on white background.



Black color preview on #9FB39E background

This text has black color on #9FB39E background.


White color preview on #9FB39E background

This text has white color on #9FB39E background.