COLOR #9FFBE4

HEX: #9FFBE4
RGB: (159,251,228)

Color info

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

RGB color model

#9FFBE4 color RGB value is (159,251,228).

  • red value is 159;
  • green value is 251;
  • blue value is 228.
RGB:
(159,251,228)
(62%,98%,89%)

RGB channels and saturation

R 159 of 255 = 62%
G 251 of 255 = 98%
B 228 of 255 = 89%

159
251
228

R + G + B ~ 83%. #9FFBE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 251 + 228 = 638 (100%)
R 159 of 638 ~ 24.92%
G 251 of 638 ~ 39.34%
B 228 of 638 ~ 35.74%

%24.92
%39.34
%35.74

CMYK color model

#9FFBE4 color CMYK value is (37,0,9,2).

  • cyan value is 36.65%
  • magenta value is 0.00%
  • yellow value is 9.16%
  • key color value is 1.57%
CMYK:
(37,0,9,2)
C37M0Y9K2 
(37%,0%,9%,2%)
(0.37/0.00/0.09/0.02)	

CMYK percentages

%36.65
%0
%9.16
%1.57

Codes

Color #9FFBE4 in popluar color models

9FFBE4
RGB159251228
HSL165°92.00%80.39%
HSB/HSV165°36.65%98.43%
CMYK36.65%0.00%9.16%
1.57%

Color #9FFBE4 in popluar number systems.

HEX9FFBE4
Decimal159251228
Binary100111111111101111100100
Octal237373344

Shades and tints

Shades of #9FFBE4

#9FFBE4
(159,251,228)
#91E5D0
(145,229,208)
#83CFBC
(131,207,188)
#75B9A8
(117,185,168)
#67A394
(103,163,148)
#598D80
(89,141,128)
#4B776C
(75,119,108)
#3D6158
(61,97,88)
#2F4B44
(47,75,68)
#213530
(33,53,48)
#131F1C
(19,31,28)
#000000
(0,0,0)

Tints of #9FFBE4

#9FFBE4
(159,251,228)
#A7FBE6
(167,251,230)
#AFFBE8
(175,251,232)
#B7FBEA
(183,251,234)
#BFFBEC
(191,251,236)
#C7FBEE
(199,251,238)
#CFFBF0
(207,251,240)
#D7FBF2
(215,251,242)
#DFFBF4
(223,251,244)
#E7FBF6
(231,251,246)
#EFFBF8
(239,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FFBE4 color. Also use rgb(159,251,228) instead hex code.

Text Font Color

.myTextColor { color: #9FFBE4; }

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

This text font color is #9FFBE4.


Background Color

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

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

This div background color is #9FFBE4.


Border color

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

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

This div border color is #9FFBE4.


Opacity

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

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

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

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

This text has shadow with #9FFBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FFBE4 on black background.


Color preview on white background

This text has color #9FFBE4 on white background.



Black color preview on #9FFBE4 background

This text has black color on #9FFBE4 background.


White color preview on #9FFBE4 background

This text has white color on #9FFBE4 background.