COLOR #9FDB9A

HEX: #9FDB9A
RGB: (159,219,154)

Color info

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

RGB color model

#9FDB9A color RGB value is (159,219,154).

  • red value is 159;
  • green value is 219;
  • blue value is 154.
RGB:
(159,219,154)
(62%,86%,60%)

RGB channels and saturation

R 159 of 255 = 62%
G 219 of 255 = 86%
B 154 of 255 = 60%

159
219
154

R + G + B ~ 69%. #9FDB9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 219 + 154 = 532 (100%)
R 159 of 532 ~ 29.89%
G 219 of 532 ~ 41.17%
B 154 of 532 ~ 28.95%

%29.89
%41.17
%28.95

CMYK color model

#9FDB9A color CMYK value is (27,0,30,14).

  • cyan value is 27.40%
  • magenta value is 0.00%
  • yellow value is 29.68%
  • key color value is 14.12%
CMYK:
(27,0,30,14)
C27M0Y30K14 
(27%,0%,30%,14%)
(0.27/0.00/0.30/0.14)	

CMYK percentages

%27.4
%0
%29.68
%14.12

Codes

Color #9FDB9A in popluar color models

9FDB9A
RGB159219154
HSL115°47.45%73.14%
HSB/HSV115°29.68%85.88%
CMYK27.40%0.00%29.68%
14.12%

Color #9FDB9A in popluar number systems.

HEX9FDB9A
Decimal159219154
Binary100111111101101110011010
Octal237333232

Shades and tints

Shades of #9FDB9A

#9FDB9A
(159,219,154)
#91C88C
(145,200,140)
#83B57E
(131,181,126)
#75A270
(117,162,112)
#678F62
(103,143,98)
#597C54
(89,124,84)
#4B6946
(75,105,70)
#3D5638
(61,86,56)
#2F432A
(47,67,42)
#21301C
(33,48,28)
#131D0E
(19,29,14)
#000000
(0,0,0)

Tints of #9FDB9A

#9FDB9A
(159,219,154)
#A7DEA3
(167,222,163)
#AFE1AC
(175,225,172)
#B7E4B5
(183,228,181)
#BFE7BE
(191,231,190)
#C7EAC7
(199,234,199)
#CFEDD0
(207,237,208)
#D7F0D9
(215,240,217)
#DFF3E2
(223,243,226)
#E7F6EB
(231,246,235)
#EFF9F4
(239,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FDB9A color. Also use rgb(159,219,154) instead hex code.

Text Font Color

.myTextColor { color: #9FDB9A; }

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

This text font color is #9FDB9A.


Background Color

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

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

This div background color is #9FDB9A.


Border color

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

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

This div border color is #9FDB9A.


Opacity

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

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

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

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

This text has shadow with #9FDB9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FDB9A on black background.


Color preview on white background

This text has color #9FDB9A on white background.



Black color preview on #9FDB9A background

This text has black color on #9FDB9A background.


White color preview on #9FDB9A background

This text has white color on #9FDB9A background.