COLOR #9FE1AB

HEX: #9FE1AB
RGB: (159,225,171)

Color info

#9FE1AB contains mainly green and blue colors. Web safe color of #9FE1AB is #99CC99 (or #9C9).

RGB color model

#9FE1AB color RGB value is (159,225,171).

  • red value is 159;
  • green value is 225;
  • blue value is 171.
RGB:
(159,225,171)
(62%,88%,67%)

RGB channels and saturation

R 159 of 255 = 62%
G 225 of 255 = 88%
B 171 of 255 = 67%

159
225
171

R + G + B ~ 72%. #9FE1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 225 + 171 = 555 (100%)
R 159 of 555 ~ 28.65%
G 225 of 555 ~ 40.54%
B 171 of 555 ~ 30.81%

%28.65
%40.54
%30.81

CMYK color model

#9FE1AB color CMYK value is (29,0,24,12).

  • cyan value is 29.33%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 11.76%
CMYK:
(29,0,24,12)
C29M0Y24K12 
(29%,0%,24%,12%)
(0.29/0.00/0.24/0.12)	

CMYK percentages

%29.33
%0
%24
%11.76

Codes

Color #9FE1AB in popluar color models

9FE1AB
RGB159225171
HSL131°52.38%75.29%
HSB/HSV131°29.33%88.24%
CMYK29.33%0.00%24.00%
11.76%

Color #9FE1AB in popluar number systems.

HEX9FE1AB
Decimal159225171
Binary100111111110000110101011
Octal237341253

Shades and tints

Shades of #9FE1AB

#9FE1AB
(159,225,171)
#91CD9C
(145,205,156)
#83B98D
(131,185,141)
#75A57E
(117,165,126)
#67916F
(103,145,111)
#597D60
(89,125,96)
#4B6951
(75,105,81)
#3D5542
(61,85,66)
#2F4133
(47,65,51)
#212D24
(33,45,36)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #9FE1AB

#9FE1AB
(159,225,171)
#A7E3B2
(167,227,178)
#AFE5B9
(175,229,185)
#B7E7C0
(183,231,192)
#BFE9C7
(191,233,199)
#C7EBCE
(199,235,206)
#CFEDD5
(207,237,213)
#D7EFDC
(215,239,220)
#DFF1E3
(223,241,227)
#E7F3EA
(231,243,234)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE1AB color. Also use rgb(159,225,171) instead hex code.

Text Font Color

.myTextColor { color: #9FE1AB; }

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

This text font color is #9FE1AB.


Background Color

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

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

This div background color is #9FE1AB.


Border color

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

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

This div border color is #9FE1AB.


Opacity

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

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

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

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

This text has shadow with #9FE1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE1AB on black background.


Color preview on white background

This text has color #9FE1AB on white background.



Black color preview on #9FE1AB background

This text has black color on #9FE1AB background.


White color preview on #9FE1AB background

This text has white color on #9FE1AB background.