COLOR #96FBE8

HEX: #96FBE8
RGB: (150,251,232)

Color info

#96FBE8 contains mainly green and blue colors. Web safe color of #96FBE8 is #99FFFF (or #9FF).

RGB color model

#96FBE8 color RGB value is (150,251,232).

  • red value is 150;
  • green value is 251;
  • blue value is 232.
RGB:
(150,251,232)
(59%,98%,91%)

RGB channels and saturation

R 150 of 255 = 59%
G 251 of 255 = 98%
B 232 of 255 = 91%

150
251
232

R + G + B ~ 83%. #96FBE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 251 + 232 = 633 (100%)
R 150 of 633 ~ 23.7%
G 251 of 633 ~ 39.65%
B 232 of 633 ~ 36.65%

%23.7
%39.65
%36.65

CMYK color model

#96FBE8 color CMYK value is (40,0,8,2).

  • cyan value is 40.24%
  • magenta value is 0.00%
  • yellow value is 7.57%
  • key color value is 1.57%
CMYK:
(40,0,8,2)
C40M0Y8K2 
(40%,0%,8%,2%)
(0.40/0.00/0.08/0.02)	

CMYK percentages

%40.24
%0
%7.57
%1.57

Codes

Color #96FBE8 in popluar color models

96FBE8
RGB150251232
HSL169°92.66%78.63%
HSB/HSV169°40.24%98.43%
CMYK40.24%0.00%7.57%
1.57%

Color #96FBE8 in popluar number systems.

HEX96FBE8
Decimal150251232
Binary100101101111101111101000
Octal226373350

Shades and tints

Shades of #96FBE8

#96FBE8
(150,251,232)
#89E5D3
(137,229,211)
#7CCFBE
(124,207,190)
#6FB9A9
(111,185,169)
#62A394
(98,163,148)
#558D7F
(85,141,127)
#48776A
(72,119,106)
#3B6155
(59,97,85)
#2E4B40
(46,75,64)
#21352B
(33,53,43)
#141F16
(20,31,22)
#000000
(0,0,0)

Tints of #96FBE8

#96FBE8
(150,251,232)
#9FFBEA
(159,251,234)
#A8FBEC
(168,251,236)
#B1FBEE
(177,251,238)
#BAFBF0
(186,251,240)
#C3FBF2
(195,251,242)
#CCFBF4
(204,251,244)
#D5FBF6
(213,251,246)
#DEFBF8
(222,251,248)
#E7FBFA
(231,251,250)
#F0FBFC
(240,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96FBE8 color. Also use rgb(150,251,232) instead hex code.

Text Font Color

.myTextColor { color: #96FBE8; }

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

This text font color is #96FBE8.


Background Color

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

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

This div background color is #96FBE8.


Border color

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

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

This div border color is #96FBE8.


Opacity

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

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

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

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

This text has shadow with #96FBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96FBE8 on black background.


Color preview on white background

This text has color #96FBE8 on white background.



Black color preview on #96FBE8 background

This text has black color on #96FBE8 background.


White color preview on #96FBE8 background

This text has white color on #96FBE8 background.