COLOR #96E4F4

HEX: #96E4F4
RGB: (150,228,244)

Color info

#96E4F4 contains mainly green and blue colors. Web safe color of #96E4F4 is #99CCFF (or #9CF).

RGB color model

#96E4F4 color RGB value is (150,228,244).

  • red value is 150;
  • green value is 228;
  • blue value is 244.
RGB:
(150,228,244)
(59%,89%,96%)

RGB channels and saturation

R 150 of 255 = 59%
G 228 of 255 = 89%
B 244 of 255 = 96%

150
228
244

R + G + B ~ 81%. #96E4F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 228 + 244 = 622 (100%)
R 150 of 622 ~ 24.12%
G 228 of 622 ~ 36.66%
B 244 of 622 ~ 39.23%

%24.12
%36.66
%39.23

CMYK color model

#96E4F4 color CMYK value is (39,7,0,4).

  • cyan value is 38.52%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(39,7,0,4)
C39M7Y0K4 
(39%,7%,0%,4%)
(0.39/0.07/0.00/0.04)	

CMYK percentages

%38.52
%6.56
%0
%4.31

Codes

Color #96E4F4 in popluar color models

96E4F4
RGB150228244
HSL190°81.03%77.25%
HSB/HSV190°38.52%95.69%
CMYK38.52%6.56%0.00%
4.31%

Color #96E4F4 in popluar number systems.

HEX96E4F4
Decimal150228244
Binary100101101110010011110100
Octal226344364

Shades and tints

Shades of #96E4F4

#96E4F4
(150,228,244)
#89D0DE
(137,208,222)
#7CBCC8
(124,188,200)
#6FA8B2
(111,168,178)
#62949C
(98,148,156)
#558086
(85,128,134)
#486C70
(72,108,112)
#3B585A
(59,88,90)
#2E4444
(46,68,68)
#21302E
(33,48,46)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #96E4F4

#96E4F4
(150,228,244)
#9FE6F5
(159,230,245)
#A8E8F6
(168,232,246)
#B1EAF7
(177,234,247)
#BAECF8
(186,236,248)
#C3EEF9
(195,238,249)
#CCF0FA
(204,240,250)
#D5F2FB
(213,242,251)
#DEF4FC
(222,244,252)
#E7F6FD
(231,246,253)
#F0F8FE
(240,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96E4F4 color. Also use rgb(150,228,244) instead hex code.

Text Font Color

.myTextColor { color: #96E4F4; }

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

This text font color is #96E4F4.


Background Color

.myBgColor { background-color: #96E4F4; }

<div style="background-color:#96E4F4">Inner text</div>

This div background color is #96E4F4.


Border color

.myBorderColor { border: 1px solid #96E4F4; }

<div style="border:3px solid #96E4F4">Div</div>

This div border color is #96E4F4.


Opacity

.myOpacity80 { color: #96E4F4; opacity: 0.8; }

<p style="color:#96E4F4;opacity:0.8;">80%</p>

Text with #96E4F4 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 #96E4F4;}

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

This text has shadow with #96E4F4 color.

.textShadow {text-shadow: 3px 3px 1px #96E4F4, 3px 3px 1px red;}

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

This text has shadow with #96E4F4 primary color and red secondary color.


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

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

This text has shadow with #96E4F4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E4F4 on black background.


Color preview on white background

This text has color #96E4F4 on white background.



Black color preview on #96E4F4 background

This text has black color on #96E4F4 background.


White color preview on #96E4F4 background

This text has white color on #96E4F4 background.