COLOR #9FDE8F

HEX: #9FDE8F
RGB: (159,222,143)

Color info

#9FDE8F contains mainly green color. Web safe color of #9FDE8F is #99CC99 (or #9C9).

RGB color model

#9FDE8F color RGB value is (159,222,143).

  • red value is 159;
  • green value is 222;
  • blue value is 143.
RGB:
(159,222,143)
(62%,87%,56%)

RGB channels and saturation

R 159 of 255 = 62%
G 222 of 255 = 87%
B 143 of 255 = 56%

159
222
143

R + G + B ~ 68%. #9FDE8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 222 + 143 = 524 (100%)
R 159 of 524 ~ 30.34%
G 222 of 524 ~ 42.37%
B 143 of 524 ~ 27.29%

%30.34
%42.37
%27.29

CMYK color model

#9FDE8F color CMYK value is (28,0,36,13).

  • cyan value is 28.38%
  • magenta value is 0.00%
  • yellow value is 35.59%
  • key color value is 12.94%
CMYK:
(28,0,36,13)
C28M0Y36K13 
(28%,0%,36%,13%)
(0.28/0.00/0.36/0.13)	

CMYK percentages

%28.38
%0
%35.59
%12.94

Codes

Color #9FDE8F in popluar color models

9FDE8F
RGB159222143
HSL108°54.48%71.57%
HSB/HSV108°35.59%87.06%
CMYK28.38%0.00%35.59%
12.94%

Color #9FDE8F in popluar number systems.

HEX9FDE8F
Decimal159222143
Binary100111111101111010001111
Octal237336217

Shades and tints

Shades of #9FDE8F

#9FDE8F
(159,222,143)
#91CA82
(145,202,130)
#83B675
(131,182,117)
#75A268
(117,162,104)
#678E5B
(103,142,91)
#597A4E
(89,122,78)
#4B6641
(75,102,65)
#3D5234
(61,82,52)
#2F3E27
(47,62,39)
#212A1A
(33,42,26)
#13160D
(19,22,13)
#000000
(0,0,0)

Tints of #9FDE8F

#9FDE8F
(159,222,143)
#A7E199
(167,225,153)
#AFE4A3
(175,228,163)
#B7E7AD
(183,231,173)
#BFEAB7
(191,234,183)
#C7EDC1
(199,237,193)
#CFF0CB
(207,240,203)
#D7F3D5
(215,243,213)
#DFF6DF
(223,246,223)
#E7F9E9
(231,249,233)
#EFFCF3
(239,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FDE8F color. Also use rgb(159,222,143) instead hex code.

Text Font Color

.myTextColor { color: #9FDE8F; }

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

This text font color is #9FDE8F.


Background Color

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

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

This div background color is #9FDE8F.


Border color

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

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

This div border color is #9FDE8F.


Opacity

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

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

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

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

This text has shadow with #9FDE8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FDE8F on black background.


Color preview on white background

This text has color #9FDE8F on white background.



Black color preview on #9FDE8F background

This text has black color on #9FDE8F background.


White color preview on #9FDE8F background

This text has white color on #9FDE8F background.