COLOR #9FD6A9

HEX: #9FD6A9
RGB: (159,214,169)

Color info

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

RGB color model

#9FD6A9 color RGB value is (159,214,169).

  • red value is 159;
  • green value is 214;
  • blue value is 169.
RGB:
(159,214,169)
(62%,84%,66%)

RGB channels and saturation

R 159 of 255 = 62%
G 214 of 255 = 84%
B 169 of 255 = 66%

159
214
169

R + G + B ~ 71%. #9FD6A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 214 + 169 = 542 (100%)
R 159 of 542 ~ 29.34%
G 214 of 542 ~ 39.48%
B 169 of 542 ~ 31.18%

%29.34
%39.48
%31.18

CMYK color model

#9FD6A9 color CMYK value is (26,0,21,16).

  • cyan value is 25.70%
  • magenta value is 0.00%
  • yellow value is 21.03%
  • key color value is 16.08%
CMYK:
(26,0,21,16)
C26M0Y21K16 
(26%,0%,21%,16%)
(0.26/0.00/0.21/0.16)	

CMYK percentages

%25.7
%0
%21.03
%16.08

Codes

Color #9FD6A9 in popluar color models

9FD6A9
RGB159214169
HSL131°40.15%73.14%
HSB/HSV131°25.70%83.92%
CMYK25.70%0.00%21.03%
16.08%

Color #9FD6A9 in popluar number systems.

HEX9FD6A9
Decimal159214169
Binary100111111101011010101001
Octal237326251

Shades and tints

Shades of #9FD6A9

#9FD6A9
(159,214,169)
#91C39A
(145,195,154)
#83B08B
(131,176,139)
#759D7C
(117,157,124)
#678A6D
(103,138,109)
#59775E
(89,119,94)
#4B644F
(75,100,79)
#3D5140
(61,81,64)
#2F3E31
(47,62,49)
#212B22
(33,43,34)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #9FD6A9

#9FD6A9
(159,214,169)
#A7D9B0
(167,217,176)
#AFDCB7
(175,220,183)
#B7DFBE
(183,223,190)
#BFE2C5
(191,226,197)
#C7E5CC
(199,229,204)
#CFE8D3
(207,232,211)
#D7EBDA
(215,235,218)
#DFEEE1
(223,238,225)
#E7F1E8
(231,241,232)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD6A9 color. Also use rgb(159,214,169) instead hex code.

Text Font Color

.myTextColor { color: #9FD6A9; }

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

This text font color is #9FD6A9.


Background Color

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

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

This div background color is #9FD6A9.


Border color

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

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

This div border color is #9FD6A9.


Opacity

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

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

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

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

This text has shadow with #9FD6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD6A9 on black background.


Color preview on white background

This text has color #9FD6A9 on white background.



Black color preview on #9FD6A9 background

This text has black color on #9FD6A9 background.


White color preview on #9FD6A9 background

This text has white color on #9FD6A9 background.