COLOR #9FD5A6

HEX: #9FD5A6
RGB: (159,213,166)

Color info

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

RGB color model

#9FD5A6 color RGB value is (159,213,166).

  • red value is 159;
  • green value is 213;
  • blue value is 166.
RGB:
(159,213,166)
(62%,84%,65%)

RGB channels and saturation

R 159 of 255 = 62%
G 213 of 255 = 84%
B 166 of 255 = 65%

159
213
166

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

Portions of RGB colors in percentages

R + G + B =
159 + 213 + 166 = 538 (100%)
R 159 of 538 ~ 29.55%
G 213 of 538 ~ 39.59%
B 166 of 538 ~ 30.86%

%29.55
%39.59
%30.86

CMYK color model

#9FD5A6 color CMYK value is (25,0,22,16).

  • cyan value is 25.35%
  • magenta value is 0.00%
  • yellow value is 22.07%
  • key color value is 16.47%
CMYK:
(25,0,22,16)
C25M0Y22K16 
(25%,0%,22%,16%)
(0.25/0.00/0.22/0.16)	

CMYK percentages

%25.35
%0
%22.07
%16.47

Codes

Color #9FD5A6 in popluar color models

9FD5A6
RGB159213166
HSL128°39.13%72.94%
HSB/HSV128°25.35%83.53%
CMYK25.35%0.00%22.07%
16.47%

Color #9FD5A6 in popluar number systems.

HEX9FD5A6
Decimal159213166
Binary100111111101010110100110
Octal237325246

Shades and tints

Shades of #9FD5A6

#9FD5A6
(159,213,166)
#91C297
(145,194,151)
#83AF88
(131,175,136)
#759C79
(117,156,121)
#67896A
(103,137,106)
#59765B
(89,118,91)
#4B634C
(75,99,76)
#3D503D
(61,80,61)
#2F3D2E
(47,61,46)
#212A1F
(33,42,31)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #9FD5A6

#9FD5A6
(159,213,166)
#A7D8AE
(167,216,174)
#AFDBB6
(175,219,182)
#B7DEBE
(183,222,190)
#BFE1C6
(191,225,198)
#C7E4CE
(199,228,206)
#CFE7D6
(207,231,214)
#D7EADE
(215,234,222)
#DFEDE6
(223,237,230)
#E7F0EE
(231,240,238)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD5A6 color. Also use rgb(159,213,166) instead hex code.

Text Font Color

.myTextColor { color: #9FD5A6; }

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

This text font color is #9FD5A6.


Background Color

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

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

This div background color is #9FD5A6.


Border color

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

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

This div border color is #9FD5A6.


Opacity

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

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

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

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

This text has shadow with #9FD5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD5A6 on black background.


Color preview on white background

This text has color #9FD5A6 on white background.



Black color preview on #9FD5A6 background

This text has black color on #9FD5A6 background.


White color preview on #9FD5A6 background

This text has white color on #9FD5A6 background.