COLOR #9FF1B8

HEX: #9FF1B8
RGB: (159,241,184)

Color info

#9FF1B8 contains mainly green and blue colors. Web safe color of #9FF1B8 is #99FFCC (or #9FC).

RGB color model

#9FF1B8 color RGB value is (159,241,184).

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

RGB channels and saturation

R 159 of 255 = 62%
G 241 of 255 = 95%
B 184 of 255 = 72%

159
241
184

R + G + B ~ 76%. #9FF1B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 241 + 184 = 584 (100%)
R 159 of 584 ~ 27.23%
G 241 of 584 ~ 41.27%
B 184 of 584 ~ 31.51%

%27.23
%41.27
%31.51

CMYK color model

#9FF1B8 color CMYK value is (34,0,24,5).

  • cyan value is 34.02%
  • magenta value is 0.00%
  • yellow value is 23.65%
  • key color value is 5.49%
CMYK:
(34,0,24,5)
C34M0Y24K5 
(34%,0%,24%,5%)
(0.34/0.00/0.24/0.05)	

CMYK percentages

%34.02
%0
%23.65
%5.49

Codes

Color #9FF1B8 in popluar color models

9FF1B8
RGB159241184
HSL138°74.55%78.43%
HSB/HSV138°34.02%94.51%
CMYK34.02%0.00%23.65%
5.49%

Color #9FF1B8 in popluar number systems.

HEX9FF1B8
Decimal159241184
Binary100111111111000110111000
Octal237361270

Shades and tints

Shades of #9FF1B8

#9FF1B8
(159,241,184)
#91DCA8
(145,220,168)
#83C798
(131,199,152)
#75B288
(117,178,136)
#679D78
(103,157,120)
#598868
(89,136,104)
#4B7358
(75,115,88)
#3D5E48
(61,94,72)
#2F4938
(47,73,56)
#213428
(33,52,40)
#131F18
(19,31,24)
#000000
(0,0,0)

Tints of #9FF1B8

#9FF1B8
(159,241,184)
#A7F2BE
(167,242,190)
#AFF3C4
(175,243,196)
#B7F4CA
(183,244,202)
#BFF5D0
(191,245,208)
#C7F6D6
(199,246,214)
#CFF7DC
(207,247,220)
#D7F8E2
(215,248,226)
#DFF9E8
(223,249,232)
#E7FAEE
(231,250,238)
#EFFBF4
(239,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FF1B8; }

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

This text font color is #9FF1B8.


Background Color

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

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

This div background color is #9FF1B8.


Border color

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

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

This div border color is #9FF1B8.


Opacity

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

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

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

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

This text has shadow with #9FF1B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FF1B8 on black background.


Color preview on white background

This text has color #9FF1B8 on white background.



Black color preview on #9FF1B8 background

This text has black color on #9FF1B8 background.


White color preview on #9FF1B8 background

This text has white color on #9FF1B8 background.