COLOR #96E5D7

HEX: #96E5D7
RGB: (150,229,215)

Color info

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

RGB color model

#96E5D7 color RGB value is (150,229,215).

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

RGB channels and saturation

R 150 of 255 = 59%
G 229 of 255 = 90%
B 215 of 255 = 84%

150
229
215

R + G + B ~ 78%. #96E5D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 229 + 215 = 594 (100%)
R 150 of 594 ~ 25.25%
G 229 of 594 ~ 38.55%
B 215 of 594 ~ 36.2%

%25.25
%38.55
%36.2

CMYK color model

#96E5D7 color CMYK value is (34,0,6,10).

  • cyan value is 34.50%
  • magenta value is 0.00%
  • yellow value is 6.11%
  • key color value is 10.20%
CMYK:
(34,0,6,10)
C34M0Y6K10 
(34%,0%,6%,10%)
(0.34/0.00/0.06/0.10)	

CMYK percentages

%34.5
%0
%6.11
%10.2

Codes

Color #96E5D7 in popluar color models

96E5D7
RGB150229215
HSL169°60.31%74.31%
HSB/HSV169°34.50%89.80%
CMYK34.50%0.00%6.11%
10.20%

Color #96E5D7 in popluar number systems.

HEX96E5D7
Decimal150229215
Binary100101101110010111010111
Octal226345327

Shades and tints

Shades of #96E5D7

#96E5D7
(150,229,215)
#89D1C4
(137,209,196)
#7CBDB1
(124,189,177)
#6FA99E
(111,169,158)
#62958B
(98,149,139)
#558178
(85,129,120)
#486D65
(72,109,101)
#3B5952
(59,89,82)
#2E453F
(46,69,63)
#21312C
(33,49,44)
#141D19
(20,29,25)
#000000
(0,0,0)

Tints of #96E5D7

#96E5D7
(150,229,215)
#9FE7DA
(159,231,218)
#A8E9DD
(168,233,221)
#B1EBE0
(177,235,224)
#BAEDE3
(186,237,227)
#C3EFE6
(195,239,230)
#CCF1E9
(204,241,233)
#D5F3EC
(213,243,236)
#DEF5EF
(222,245,239)
#E7F7F2
(231,247,242)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96E5D7; }

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

This text font color is #96E5D7.


Background Color

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

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

This div background color is #96E5D7.


Border color

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

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

This div border color is #96E5D7.


Opacity

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

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

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

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

This text has shadow with #96E5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E5D7 on black background.


Color preview on white background

This text has color #96E5D7 on white background.



Black color preview on #96E5D7 background

This text has black color on #96E5D7 background.


White color preview on #96E5D7 background

This text has white color on #96E5D7 background.