COLOR #9FF4BB

HEX: #9FF4BB
RGB: (159,244,187)

Color info

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

RGB color model

#9FF4BB color RGB value is (159,244,187).

  • red value is 159;
  • green value is 244;
  • blue value is 187.
RGB:
(159,244,187)
(62%,96%,73%)

RGB channels and saturation

R 159 of 255 = 62%
G 244 of 255 = 96%
B 187 of 255 = 73%

159
244
187

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

Portions of RGB colors in percentages

R + G + B =
159 + 244 + 187 = 590 (100%)
R 159 of 590 ~ 26.95%
G 244 of 590 ~ 41.36%
B 187 of 590 ~ 31.69%

%26.95
%41.36
%31.69

CMYK color model

#9FF4BB color CMYK value is (35,0,23,4).

  • cyan value is 34.84%
  • magenta value is 0.00%
  • yellow value is 23.36%
  • key color value is 4.31%
CMYK:
(35,0,23,4)
C35M0Y23K4 
(35%,0%,23%,4%)
(0.35/0.00/0.23/0.04)	

CMYK percentages

%34.84
%0
%23.36
%4.31

Codes

Color #9FF4BB in popluar color models

9FF4BB
RGB159244187
HSL140°79.44%79.02%
HSB/HSV140°34.84%95.69%
CMYK34.84%0.00%23.36%
4.31%

Color #9FF4BB in popluar number systems.

HEX9FF4BB
Decimal159244187
Binary100111111111010010111011
Octal237364273

Shades and tints

Shades of #9FF4BB

#9FF4BB
(159,244,187)
#91DEAA
(145,222,170)
#83C899
(131,200,153)
#75B288
(117,178,136)
#679C77
(103,156,119)
#598666
(89,134,102)
#4B7055
(75,112,85)
#3D5A44
(61,90,68)
#2F4433
(47,68,51)
#212E22
(33,46,34)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #9FF4BB

#9FF4BB
(159,244,187)
#A7F5C1
(167,245,193)
#AFF6C7
(175,246,199)
#B7F7CD
(183,247,205)
#BFF8D3
(191,248,211)
#C7F9D9
(199,249,217)
#CFFADF
(207,250,223)
#D7FBE5
(215,251,229)
#DFFCEB
(223,252,235)
#E7FDF1
(231,253,241)
#EFFEF7
(239,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FF4BB color. Also use rgb(159,244,187) instead hex code.

Text Font Color

.myTextColor { color: #9FF4BB; }

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

This text font color is #9FF4BB.


Background Color

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

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

This div background color is #9FF4BB.


Border color

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

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

This div border color is #9FF4BB.


Opacity

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

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

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

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

This text has shadow with #9FF4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FF4BB on black background.


Color preview on white background

This text has color #9FF4BB on white background.



Black color preview on #9FF4BB background

This text has black color on #9FF4BB background.


White color preview on #9FF4BB background

This text has white color on #9FF4BB background.