COLOR #9FD8A1

HEX: #9FD8A1
RGB: (159,216,161)

Color info

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

RGB color model

#9FD8A1 color RGB value is (159,216,161).

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

RGB channels and saturation

R 159 of 255 = 62%
G 216 of 255 = 85%
B 161 of 255 = 63%

159
216
161

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

Portions of RGB colors in percentages

R + G + B =
159 + 216 + 161 = 536 (100%)
R 159 of 536 ~ 29.66%
G 216 of 536 ~ 40.3%
B 161 of 536 ~ 30.04%

%29.66
%40.3
%30.04

CMYK color model

#9FD8A1 color CMYK value is (26,0,25,15).

  • cyan value is 26.39%
  • magenta value is 0.00%
  • yellow value is 25.46%
  • key color value is 15.29%
CMYK:
(26,0,25,15)
C26M0Y25K15 
(26%,0%,25%,15%)
(0.26/0.00/0.25/0.15)	

CMYK percentages

%26.39
%0
%25.46
%15.29

Codes

Color #9FD8A1 in popluar color models

9FD8A1
RGB159216161
HSL122°42.22%73.53%
HSB/HSV122°26.39%84.71%
CMYK26.39%0.00%25.46%
15.29%

Color #9FD8A1 in popluar number systems.

HEX9FD8A1
Decimal159216161
Binary100111111101100010100001
Octal237330241

Shades and tints

Shades of #9FD8A1

#9FD8A1
(159,216,161)
#91C593
(145,197,147)
#83B285
(131,178,133)
#759F77
(117,159,119)
#678C69
(103,140,105)
#59795B
(89,121,91)
#4B664D
(75,102,77)
#3D533F
(61,83,63)
#2F4031
(47,64,49)
#212D23
(33,45,35)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #9FD8A1

#9FD8A1
(159,216,161)
#A7DBA9
(167,219,169)
#AFDEB1
(175,222,177)
#B7E1B9
(183,225,185)
#BFE4C1
(191,228,193)
#C7E7C9
(199,231,201)
#CFEAD1
(207,234,209)
#D7EDD9
(215,237,217)
#DFF0E1
(223,240,225)
#E7F3E9
(231,243,233)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FD8A1; }

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

This text font color is #9FD8A1.


Background Color

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

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

This div background color is #9FD8A1.


Border color

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

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

This div border color is #9FD8A1.


Opacity

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

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

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

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

This text has shadow with #9FD8A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD8A1 on black background.


Color preview on white background

This text has color #9FD8A1 on white background.



Black color preview on #9FD8A1 background

This text has black color on #9FD8A1 background.


White color preview on #9FD8A1 background

This text has white color on #9FD8A1 background.