COLOR #9FFAB8

HEX: #9FFAB8
RGB: (159,250,184)

Color info

#9FFAB8 contains mainly green color. Web safe color of #9FFAB8 is #99FFCC (or #9FC).

RGB color model

#9FFAB8 color RGB value is (159,250,184).

  • red value is 159;
  • green value is 250;
  • blue value is 184.
RGB:
(159,250,184)
(62%,98%,72%)

RGB channels and saturation

R 159 of 255 = 62%
G 250 of 255 = 98%
B 184 of 255 = 72%

159
250
184

R + G + B ~ 77%. #9FFAB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 250 + 184 = 593 (100%)
R 159 of 593 ~ 26.81%
G 250 of 593 ~ 42.16%
B 184 of 593 ~ 31.03%

%26.81
%42.16
%31.03

CMYK color model

#9FFAB8 color CMYK value is (36,0,26,2).

  • cyan value is 36.40%
  • magenta value is 0.00%
  • yellow value is 26.40%
  • key color value is 1.96%
CMYK:
(36,0,26,2)
C36M0Y26K2 
(36%,0%,26%,2%)
(0.36/0.00/0.26/0.02)	

CMYK percentages

%36.4
%0
%26.4
%1.96

Codes

Color #9FFAB8 in popluar color models

9FFAB8
RGB159250184
HSL136°90.10%80.20%
HSB/HSV136°36.40%98.04%
CMYK36.40%0.00%26.40%
1.96%

Color #9FFAB8 in popluar number systems.

HEX9FFAB8
Decimal159250184
Binary100111111111101010111000
Octal237372270

Shades and tints

Shades of #9FFAB8

#9FFAB8
(159,250,184)
#91E4A8
(145,228,168)
#83CE98
(131,206,152)
#75B888
(117,184,136)
#67A278
(103,162,120)
#598C68
(89,140,104)
#4B7658
(75,118,88)
#3D6048
(61,96,72)
#2F4A38
(47,74,56)
#213428
(33,52,40)
#131E18
(19,30,24)
#000000
(0,0,0)

Tints of #9FFAB8

#9FFAB8
(159,250,184)
#A7FABE
(167,250,190)
#AFFAC4
(175,250,196)
#B7FACA
(183,250,202)
#BFFAD0
(191,250,208)
#C7FAD6
(199,250,214)
#CFFADC
(207,250,220)
#D7FAE2
(215,250,226)
#DFFAE8
(223,250,232)
#E7FAEE
(231,250,238)
#EFFAF4
(239,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FFAB8 color. Also use rgb(159,250,184) instead hex code.

Text Font Color

.myTextColor { color: #9FFAB8; }

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

This text font color is #9FFAB8.


Background Color

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

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

This div background color is #9FFAB8.


Border color

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

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

This div border color is #9FFAB8.


Opacity

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

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

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

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

This text has shadow with #9FFAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FFAB8 on black background.


Color preview on white background

This text has color #9FFAB8 on white background.



Black color preview on #9FFAB8 background

This text has black color on #9FFAB8 background.


White color preview on #9FFAB8 background

This text has white color on #9FFAB8 background.