COLOR #96F5D7

HEX: #96F5D7
RGB: (150,245,215)

Color info

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

RGB color model

#96F5D7 color RGB value is (150,245,215).

  • red value is 150;
  • green value is 245;
  • blue value is 215.
RGB:
(150,245,215)
(59%,96%,84%)

RGB channels and saturation

R 150 of 255 = 59%
G 245 of 255 = 96%
B 215 of 255 = 84%

150
245
215

R + G + B ~ 80%. #96F5D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 245 + 215 = 610 (100%)
R 150 of 610 ~ 24.59%
G 245 of 610 ~ 40.16%
B 215 of 610 ~ 35.25%

%24.59
%40.16
%35.25

CMYK color model

#96F5D7 color CMYK value is (39,0,12,4).

  • cyan value is 38.78%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 3.92%
CMYK:
(39,0,12,4)
C39M0Y12K4 
(39%,0%,12%,4%)
(0.39/0.00/0.12/0.04)	

CMYK percentages

%38.78
%0
%12.24
%3.92

Codes

Color #96F5D7 in popluar color models

96F5D7
RGB150245215
HSL161°82.61%77.45%
HSB/HSV161°38.78%96.08%
CMYK38.78%0.00%12.24%
3.92%

Color #96F5D7 in popluar number systems.

HEX96F5D7
Decimal150245215
Binary100101101111010111010111
Octal226365327

Shades and tints

Shades of #96F5D7

#96F5D7
(150,245,215)
#89DFC4
(137,223,196)
#7CC9B1
(124,201,177)
#6FB39E
(111,179,158)
#629D8B
(98,157,139)
#558778
(85,135,120)
#487165
(72,113,101)
#3B5B52
(59,91,82)
#2E453F
(46,69,63)
#212F2C
(33,47,44)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #96F5D7

#96F5D7
(150,245,215)
#9FF5DA
(159,245,218)
#A8F5DD
(168,245,221)
#B1F5E0
(177,245,224)
#BAF5E3
(186,245,227)
#C3F5E6
(195,245,230)
#CCF5E9
(204,245,233)
#D5F5EC
(213,245,236)
#DEF5EF
(222,245,239)
#E7F5F2
(231,245,242)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96F5D7 color. Also use rgb(150,245,215) instead hex code.

Text Font Color

.myTextColor { color: #96F5D7; }

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

This text font color is #96F5D7.


Background Color

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

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

This div background color is #96F5D7.


Border color

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

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

This div border color is #96F5D7.


Opacity

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

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

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

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

This text has shadow with #96F5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96F5D7 on black background.


Color preview on white background

This text has color #96F5D7 on white background.



Black color preview on #96F5D7 background

This text has black color on #96F5D7 background.


White color preview on #96F5D7 background

This text has white color on #96F5D7 background.