COLOR #96F0DF

HEX: #96F0DF
RGB: (150,240,223)

Color info

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

RGB color model

#96F0DF color RGB value is (150,240,223).

  • red value is 150;
  • green value is 240;
  • blue value is 223.
RGB:
(150,240,223)
(59%,94%,87%)

RGB channels and saturation

R 150 of 255 = 59%
G 240 of 255 = 94%
B 223 of 255 = 87%

150
240
223

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

Portions of RGB colors in percentages

R + G + B =
150 + 240 + 223 = 613 (100%)
R 150 of 613 ~ 24.47%
G 240 of 613 ~ 39.15%
B 223 of 613 ~ 36.38%

%24.47
%39.15
%36.38

CMYK color model

#96F0DF color CMYK value is (38,0,7,6).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 7.08%
  • key color value is 5.88%
CMYK:
(38,0,7,6)
C38M0Y7K6 
(38%,0%,7%,6%)
(0.38/0.00/0.07/0.06)	

CMYK percentages

%37.5
%0
%7.08
%5.88

Codes

Color #96F0DF in popluar color models

96F0DF
RGB150240223
HSL169°75.00%76.47%
HSB/HSV169°37.50%94.12%
CMYK37.50%0.00%7.08%
5.88%

Color #96F0DF in popluar number systems.

HEX96F0DF
Decimal150240223
Binary100101101111000011011111
Octal226360337

Shades and tints

Shades of #96F0DF

#96F0DF
(150,240,223)
#89DBCB
(137,219,203)
#7CC6B7
(124,198,183)
#6FB1A3
(111,177,163)
#629C8F
(98,156,143)
#55877B
(85,135,123)
#487267
(72,114,103)
#3B5D53
(59,93,83)
#2E483F
(46,72,63)
#21332B
(33,51,43)
#141E17
(20,30,23)
#000000
(0,0,0)

Tints of #96F0DF

#96F0DF
(150,240,223)
#9FF1E1
(159,241,225)
#A8F2E3
(168,242,227)
#B1F3E5
(177,243,229)
#BAF4E7
(186,244,231)
#C3F5E9
(195,245,233)
#CCF6EB
(204,246,235)
#D5F7ED
(213,247,237)
#DEF8EF
(222,248,239)
#E7F9F1
(231,249,241)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96F0DF color. Also use rgb(150,240,223) instead hex code.

Text Font Color

.myTextColor { color: #96F0DF; }

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

This text font color is #96F0DF.


Background Color

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

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

This div background color is #96F0DF.


Border color

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

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

This div border color is #96F0DF.


Opacity

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

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

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

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

This text has shadow with #96F0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96F0DF on black background.


Color preview on white background

This text has color #96F0DF on white background.



Black color preview on #96F0DF background

This text has black color on #96F0DF background.


White color preview on #96F0DF background

This text has white color on #96F0DF background.