COLOR #96E1CF

HEX: #96E1CF
RGB: (150,225,207)

Color info

#96E1CF contains mainly green and blue colors. Web safe color of #96E1CF is #99CCCC (or #9CC).

RGB color model

#96E1CF color RGB value is (150,225,207).

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

RGB channels and saturation

R 150 of 255 = 59%
G 225 of 255 = 88%
B 207 of 255 = 81%

150
225
207

R + G + B ~ 76%. #96E1CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 225 + 207 = 582 (100%)
R 150 of 582 ~ 25.77%
G 225 of 582 ~ 38.66%
B 207 of 582 ~ 35.57%

%25.77
%38.66
%35.57

CMYK color model

#96E1CF color CMYK value is (33,0,8,12).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 11.76%
CMYK:
(33,0,8,12)
C33M0Y8K12 
(33%,0%,8%,12%)
(0.33/0.00/0.08/0.12)	

CMYK percentages

%33.33
%0
%8
%11.76

Codes

Color #96E1CF in popluar color models

96E1CF
RGB150225207
HSL166°55.56%73.53%
HSB/HSV166°33.33%88.24%
CMYK33.33%0.00%8.00%
11.76%

Color #96E1CF in popluar number systems.

HEX96E1CF
Decimal150225207
Binary100101101110000111001111
Octal226341317

Shades and tints

Shades of #96E1CF

#96E1CF
(150,225,207)
#89CDBD
(137,205,189)
#7CB9AB
(124,185,171)
#6FA599
(111,165,153)
#629187
(98,145,135)
#557D75
(85,125,117)
#486963
(72,105,99)
#3B5551
(59,85,81)
#2E413F
(46,65,63)
#212D2D
(33,45,45)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #96E1CF

#96E1CF
(150,225,207)
#9FE3D3
(159,227,211)
#A8E5D7
(168,229,215)
#B1E7DB
(177,231,219)
#BAE9DF
(186,233,223)
#C3EBE3
(195,235,227)
#CCEDE7
(204,237,231)
#D5EFEB
(213,239,235)
#DEF1EF
(222,241,239)
#E7F3F3
(231,243,243)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96E1CF; }

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

This text font color is #96E1CF.


Background Color

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

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

This div background color is #96E1CF.


Border color

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

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

This div border color is #96E1CF.


Opacity

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

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

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

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

This text has shadow with #96E1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E1CF on black background.


Color preview on white background

This text has color #96E1CF on white background.



Black color preview on #96E1CF background

This text has black color on #96E1CF background.


White color preview on #96E1CF background

This text has white color on #96E1CF background.