COLOR #96F9CF

HEX: #96F9CF
RGB: (150,249,207)

Color info

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

RGB color model

#96F9CF color RGB value is (150,249,207).

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

RGB channels and saturation

R 150 of 255 = 59%
G 249 of 255 = 98%
B 207 of 255 = 81%

150
249
207

R + G + B ~ 79%. #96F9CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 249 + 207 = 606 (100%)
R 150 of 606 ~ 24.75%
G 249 of 606 ~ 41.09%
B 207 of 606 ~ 34.16%

%24.75
%41.09
%34.16

CMYK color model

#96F9CF color CMYK value is (40,0,17,2).

  • cyan value is 39.76%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • key color value is 2.35%
CMYK:
(40,0,17,2)
C40M0Y17K2 
(40%,0%,17%,2%)
(0.40/0.00/0.17/0.02)	

CMYK percentages

%39.76
%0
%16.87
%2.35

Codes

Color #96F9CF in popluar color models

96F9CF
RGB150249207
HSL155°89.19%78.24%
HSB/HSV155°39.76%97.65%
CMYK39.76%0.00%16.87%
2.35%

Color #96F9CF in popluar number systems.

HEX96F9CF
Decimal150249207
Binary100101101111100111001111
Octal226371317

Shades and tints

Shades of #96F9CF

#96F9CF
(150,249,207)
#89E3BD
(137,227,189)
#7CCDAB
(124,205,171)
#6FB799
(111,183,153)
#62A187
(98,161,135)
#558B75
(85,139,117)
#487563
(72,117,99)
#3B5F51
(59,95,81)
#2E493F
(46,73,63)
#21332D
(33,51,45)
#141D1B
(20,29,27)
#000000
(0,0,0)

Tints of #96F9CF

#96F9CF
(150,249,207)
#9FF9D3
(159,249,211)
#A8F9D7
(168,249,215)
#B1F9DB
(177,249,219)
#BAF9DF
(186,249,223)
#C3F9E3
(195,249,227)
#CCF9E7
(204,249,231)
#D5F9EB
(213,249,235)
#DEF9EF
(222,249,239)
#E7F9F3
(231,249,243)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96F9CF; }

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

This text font color is #96F9CF.


Background Color

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

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

This div background color is #96F9CF.


Border color

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

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

This div border color is #96F9CF.


Opacity

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

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

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

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

This text has shadow with #96F9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96F9CF on black background.


Color preview on white background

This text has color #96F9CF on white background.



Black color preview on #96F9CF background

This text has black color on #96F9CF background.


White color preview on #96F9CF background

This text has white color on #96F9CF background.