COLOR #9FB78E

HEX: #9FB78E
RGB: (159,183,142)

Color info

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

RGB color model

#9FB78E color RGB value is (159,183,142).

  • red value is 159;
  • green value is 183;
  • blue value is 142.
RGB:
(159,183,142)
(62%,72%,56%)

RGB channels and saturation

R 159 of 255 = 62%
G 183 of 255 = 72%
B 142 of 255 = 56%

159
183
142

R + G + B ~ 63%. #9FB78E is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 183 + 142 = 484 (100%)
R 159 of 484 ~ 32.85%
G 183 of 484 ~ 37.81%
B 142 of 484 ~ 29.34%

%32.85
%37.81
%29.34

CMYK color model

#9FB78E color CMYK value is (13,0,22,28).

  • cyan value is 13.11%
  • magenta value is 0.00%
  • yellow value is 22.40%
  • key color value is 28.24%
CMYK:
(13,0,22,28)
C13M0Y22K28 
(13%,0%,22%,28%)
(0.13/0.00/0.22/0.28)	

CMYK percentages

%13.11
%0
%22.4
%28.24

Codes

Color #9FB78E in popluar color models

9FB78E
RGB159183142
HSL95°22.16%63.73%
HSB/HSV95°22.40%71.76%
CMYK13.11%0.00%22.40%
28.24%

Color #9FB78E in popluar number systems.

HEX9FB78E
Decimal159183142
Binary100111111011011110001110
Octal237267216

Shades and tints

Shades of #9FB78E

#9FB78E
(159,183,142)
#91A782
(145,167,130)
#839776
(131,151,118)
#75876A
(117,135,106)
#67775E
(103,119,94)
#596752
(89,103,82)
#4B5746
(75,87,70)
#3D473A
(61,71,58)
#2F372E
(47,55,46)
#212722
(33,39,34)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #9FB78E

#9FB78E
(159,183,142)
#A7BD98
(167,189,152)
#AFC3A2
(175,195,162)
#B7C9AC
(183,201,172)
#BFCFB6
(191,207,182)
#C7D5C0
(199,213,192)
#CFDBCA
(207,219,202)
#D7E1D4
(215,225,212)
#DFE7DE
(223,231,222)
#E7EDE8
(231,237,232)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB78E; }

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

This text font color is #9FB78E.


Background Color

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

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

This div background color is #9FB78E.


Border color

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

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

This div border color is #9FB78E.


Opacity

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

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

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

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

This text has shadow with #9FB78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB78E on black background.


Color preview on white background

This text has color #9FB78E on white background.



Black color preview on #9FB78E background

This text has black color on #9FB78E background.


White color preview on #9FB78E background

This text has white color on #9FB78E background.