COLOR #96F9E5

HEX: #96F9E5
RGB: (150,249,229)

Color info

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

RGB color model

#96F9E5 color RGB value is (150,249,229).

  • red value is 150;
  • green value is 249;
  • blue value is 229.
RGB:
(150,249,229)
(59%,98%,90%)

RGB channels and saturation

R 150 of 255 = 59%
G 249 of 255 = 98%
B 229 of 255 = 90%

150
249
229

R + G + B ~ 82%. #96F9E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 249 + 229 = 628 (100%)
R 150 of 628 ~ 23.89%
G 249 of 628 ~ 39.65%
B 229 of 628 ~ 36.46%

%23.89
%39.65
%36.46

CMYK color model

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

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

CMYK percentages

%39.76
%0
%8.03
%2.35

Codes

Color #96F9E5 in popluar color models

96F9E5
RGB150249229
HSL168°89.19%78.24%
HSB/HSV168°39.76%97.65%
CMYK39.76%0.00%8.03%
2.35%

Color #96F9E5 in popluar number systems.

HEX96F9E5
Decimal150249229
Binary100101101111100111100101
Octal226371345

Shades and tints

Shades of #96F9E5

#96F9E5
(150,249,229)
#89E3D1
(137,227,209)
#7CCDBD
(124,205,189)
#6FB7A9
(111,183,169)
#62A195
(98,161,149)
#558B81
(85,139,129)
#48756D
(72,117,109)
#3B5F59
(59,95,89)
#2E4945
(46,73,69)
#213331
(33,51,49)
#141D1D
(20,29,29)
#000000
(0,0,0)

Tints of #96F9E5

#96F9E5
(150,249,229)
#9FF9E7
(159,249,231)
#A8F9E9
(168,249,233)
#B1F9EB
(177,249,235)
#BAF9ED
(186,249,237)
#C3F9EF
(195,249,239)
#CCF9F1
(204,249,241)
#D5F9F3
(213,249,243)
#DEF9F5
(222,249,245)
#E7F9F7
(231,249,247)
#F0F9F9
(240,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96F9E5 color. Also use rgb(150,249,229) instead hex code.

Text Font Color

.myTextColor { color: #96F9E5; }

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

This text font color is #96F9E5.


Background Color

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

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

This div background color is #96F9E5.


Border color

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

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

This div border color is #96F9E5.


Opacity

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

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

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

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

This text has shadow with #96F9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96F9E5 on black background.


Color preview on white background

This text has color #96F9E5 on white background.



Black color preview on #96F9E5 background

This text has black color on #96F9E5 background.


White color preview on #96F9E5 background

This text has white color on #96F9E5 background.