COLOR #9FBE7B

HEX: #9FBE7B
RGB: (159,190,123)

Color info

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

RGB color model

#9FBE7B color RGB value is (159,190,123).

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

RGB channels and saturation

R 159 of 255 = 62%
G 190 of 255 = 75%
B 123 of 255 = 48%

159
190
123

R + G + B ~ 62%. #9FBE7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 190 + 123 = 472 (100%)
R 159 of 472 ~ 33.69%
G 190 of 472 ~ 40.25%
B 123 of 472 ~ 26.06%

%33.69
%40.25
%26.06

CMYK color model

#9FBE7B color CMYK value is (16,0,35,25).

  • cyan value is 16.32%
  • magenta value is 0.00%
  • yellow value is 35.26%
  • key color value is 25.49%
CMYK:
(16,0,35,25)
C16M0Y35K25 
(16%,0%,35%,25%)
(0.16/0.00/0.35/0.25)	

CMYK percentages

%16.32
%0
%35.26
%25.49

Codes

Color #9FBE7B in popluar color models

9FBE7B
RGB159190123
HSL88°34.01%61.37%
HSB/HSV88°35.26%74.51%
CMYK16.32%0.00%35.26%
25.49%

Color #9FBE7B in popluar number systems.

HEX9FBE7B
Decimal159190123
Binary10011111101111101111011
Octal237276173

Shades and tints

Shades of #9FBE7B

#9FBE7B
(159,190,123)
#91AD70
(145,173,112)
#839C65
(131,156,101)
#758B5A
(117,139,90)
#677A4F
(103,122,79)
#596944
(89,105,68)
#4B5839
(75,88,57)
#3D472E
(61,71,46)
#2F3623
(47,54,35)
#212518
(33,37,24)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #9FBE7B

#9FBE7B
(159,190,123)
#A7C387
(167,195,135)
#AFC893
(175,200,147)
#B7CD9F
(183,205,159)
#BFD2AB
(191,210,171)
#C7D7B7
(199,215,183)
#CFDCC3
(207,220,195)
#D7E1CF
(215,225,207)
#DFE6DB
(223,230,219)
#E7EBE7
(231,235,231)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBE7B; }

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

This text font color is #9FBE7B.


Background Color

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

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

This div background color is #9FBE7B.


Border color

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

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

This div border color is #9FBE7B.


Opacity

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

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

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

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

This text has shadow with #9FBE7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBE7B on black background.


Color preview on white background

This text has color #9FBE7B on white background.



Black color preview on #9FBE7B background

This text has black color on #9FBE7B background.


White color preview on #9FBE7B background

This text has white color on #9FBE7B background.