COLOR #9FB97B

HEX: #9FB97B
RGB: (159,185,123)

Color info

#9FB97B contains mainly red and green colors. Web safe color of #9FB97B is #99CC66 (or #9C6).

RGB color model

#9FB97B color RGB value is (159,185,123).

  • red value is 159;
  • green value is 185;
  • blue value is 123.
RGB:
(159,185,123)
(62%,73%,48%)

RGB channels and saturation

R 159 of 255 = 62%
G 185 of 255 = 73%
B 123 of 255 = 48%

159
185
123

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

Portions of RGB colors in percentages

R + G + B =
159 + 185 + 123 = 467 (100%)
R 159 of 467 ~ 34.05%
G 185 of 467 ~ 39.61%
B 123 of 467 ~ 26.34%

%34.05
%39.61
%26.34

CMYK color model

#9FB97B color CMYK value is (14,0,34,27).

  • cyan value is 14.05%
  • magenta value is 0.00%
  • yellow value is 33.51%
  • key color value is 27.45%
CMYK:
(14,0,34,27)
C14M0Y34K27 
(14%,0%,34%,27%)
(0.14/0.00/0.34/0.27)	

CMYK percentages

%14.05
%0
%33.51
%27.45

Codes

Color #9FB97B in popluar color models

9FB97B
RGB159185123
HSL85°30.69%60.39%
HSB/HSV85°33.51%72.55%
CMYK14.05%0.00%33.51%
27.45%

Color #9FB97B in popluar number systems.

HEX9FB97B
Decimal159185123
Binary10011111101110011111011
Octal237271173

Shades and tints

Shades of #9FB97B

#9FB97B
(159,185,123)
#91A970
(145,169,112)
#839965
(131,153,101)
#75895A
(117,137,90)
#67794F
(103,121,79)
#596944
(89,105,68)
#4B5939
(75,89,57)
#3D492E
(61,73,46)
#2F3923
(47,57,35)
#212918
(33,41,24)
#13190D
(19,25,13)
#000000
(0,0,0)

Tints of #9FB97B

#9FB97B
(159,185,123)
#A7BF87
(167,191,135)
#AFC593
(175,197,147)
#B7CB9F
(183,203,159)
#BFD1AB
(191,209,171)
#C7D7B7
(199,215,183)
#CFDDC3
(207,221,195)
#D7E3CF
(215,227,207)
#DFE9DB
(223,233,219)
#E7EFE7
(231,239,231)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB97B; }

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

This text font color is #9FB97B.


Background Color

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

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

This div background color is #9FB97B.


Border color

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

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

This div border color is #9FB97B.


Opacity

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

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

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

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

This text has shadow with #9FB97B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB97B on black background.


Color preview on white background

This text has color #9FB97B on white background.



Black color preview on #9FB97B background

This text has black color on #9FB97B background.


White color preview on #9FB97B background

This text has white color on #9FB97B background.