COLOR #9FFFE4

HEX: #9FFFE4
RGB: (159,255,228)

Color info

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

RGB color model

#9FFFE4 color RGB value is (159,255,228).

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

RGB channels and saturation

R 159 of 255 = 62%
G 255 of 255 = 100%
B 228 of 255 = 89%

159
255
228

R + G + B ~ 84%. #9FFFE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 255 + 228 = 642 (100%)
R 159 of 642 ~ 24.77%
G 255 of 642 ~ 39.72%
B 228 of 642 ~ 35.51%

%24.77
%39.72
%35.51

CMYK color model

#9FFFE4 color CMYK value is (38,0,11,0).

  • cyan value is 37.65%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 0.00%
CMYK:
(38,0,11,0)
C38M0Y11K0 
(38%,0%,11%,0%)
(0.38/0.00/0.11/0.00)	

CMYK percentages

%37.65
%0
%10.59
%0

Codes

Color #9FFFE4 in popluar color models

9FFFE4
RGB159255228
HSL163°100.00%81.18%
HSB/HSV163°37.65%100.00%
CMYK37.65%0.00%10.59%
0.00%

Color #9FFFE4 in popluar number systems.

HEX9FFFE4
Decimal159255228
Binary100111111111111111100100
Octal237377344

Shades and tints

Shades of #9FFFE4

#9FFFE4
(159,255,228)
#91E8D0
(145,232,208)
#83D1BC
(131,209,188)
#75BAA8
(117,186,168)
#67A394
(103,163,148)
#598C80
(89,140,128)
#4B756C
(75,117,108)
#3D5E58
(61,94,88)
#2F4744
(47,71,68)
#213030
(33,48,48)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #9FFFE4

#9FFFE4
(159,255,228)
#A7FFE6
(167,255,230)
#AFFFE8
(175,255,232)
#B7FFEA
(183,255,234)
#BFFFEC
(191,255,236)
#C7FFEE
(199,255,238)
#CFFFF0
(207,255,240)
#D7FFF2
(215,255,242)
#DFFFF4
(223,255,244)
#E7FFF6
(231,255,246)
#EFFFF8
(239,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FFFE4; }

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

This text font color is #9FFFE4.


Background Color

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

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

This div background color is #9FFFE4.


Border color

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

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

This div border color is #9FFFE4.


Opacity

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

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

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

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

This text has shadow with #9FFFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FFFE4 on black background.


Color preview on white background

This text has color #9FFFE4 on white background.



Black color preview on #9FFFE4 background

This text has black color on #9FFFE4 background.


White color preview on #9FFFE4 background

This text has white color on #9FFFE4 background.