COLOR #9FD89D

HEX: #9FD89D
RGB: (159,216,157)

Color info

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

RGB color model

#9FD89D color RGB value is (159,216,157).

  • red value is 159;
  • green value is 216;
  • blue value is 157.
RGB:
(159,216,157)
(62%,85%,62%)

RGB channels and saturation

R 159 of 255 = 62%
G 216 of 255 = 85%
B 157 of 255 = 62%

159
216
157

R + G + B ~ 70%. #9FD89D is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 216 + 157 = 532 (100%)
R 159 of 532 ~ 29.89%
G 216 of 532 ~ 40.6%
B 157 of 532 ~ 29.51%

%29.89
%40.6
%29.51

CMYK color model

#9FD89D color CMYK value is (26,0,27,15).

  • cyan value is 26.39%
  • magenta value is 0.00%
  • yellow value is 27.31%
  • key color value is 15.29%
CMYK:
(26,0,27,15)
C26M0Y27K15 
(26%,0%,27%,15%)
(0.26/0.00/0.27/0.15)	

CMYK percentages

%26.39
%0
%27.31
%15.29

Codes

Color #9FD89D in popluar color models

9FD89D
RGB159216157
HSL118°43.07%73.14%
HSB/HSV118°27.31%84.71%
CMYK26.39%0.00%27.31%
15.29%

Color #9FD89D in popluar number systems.

HEX9FD89D
Decimal159216157
Binary100111111101100010011101
Octal237330235

Shades and tints

Shades of #9FD89D

#9FD89D
(159,216,157)
#91C58F
(145,197,143)
#83B281
(131,178,129)
#759F73
(117,159,115)
#678C65
(103,140,101)
#597957
(89,121,87)
#4B6649
(75,102,73)
#3D533B
(61,83,59)
#2F402D
(47,64,45)
#212D1F
(33,45,31)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #9FD89D

#9FD89D
(159,216,157)
#A7DBA5
(167,219,165)
#AFDEAD
(175,222,173)
#B7E1B5
(183,225,181)
#BFE4BD
(191,228,189)
#C7E7C5
(199,231,197)
#CFEACD
(207,234,205)
#D7EDD5
(215,237,213)
#DFF0DD
(223,240,221)
#E7F3E5
(231,243,229)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FD89D; }

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

This text font color is #9FD89D.


Background Color

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

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

This div background color is #9FD89D.


Border color

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

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

This div border color is #9FD89D.


Opacity

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

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

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

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

This text has shadow with #9FD89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD89D on black background.


Color preview on white background

This text has color #9FD89D on white background.



Black color preview on #9FD89D background

This text has black color on #9FD89D background.


White color preview on #9FD89D background

This text has white color on #9FD89D background.