COLOR #96E5CE

HEX: #96E5CE
RGB: (150,229,206)

Color info

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

RGB color model

#96E5CE color RGB value is (150,229,206).

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

RGB channels and saturation

R 150 of 255 = 59%
G 229 of 255 = 90%
B 206 of 255 = 81%

150
229
206

R + G + B ~ 77%. #96E5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 229 + 206 = 585 (100%)
R 150 of 585 ~ 25.64%
G 229 of 585 ~ 39.15%
B 206 of 585 ~ 35.21%

%25.64
%39.15
%35.21

CMYK color model

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

  • cyan value is 34.50%
  • magenta value is 0.00%
  • yellow value is 10.04%
  • key color value is 10.20%
CMYK:
(34,0,10,10)
C34M0Y10K10 
(34%,0%,10%,10%)
(0.34/0.00/0.10/0.10)	

CMYK percentages

%34.5
%0
%10.04
%10.2

Codes

Color #96E5CE in popluar color models

96E5CE
RGB150229206
HSL163°60.31%74.31%
HSB/HSV163°34.50%89.80%
CMYK34.50%0.00%10.04%
10.20%

Color #96E5CE in popluar number systems.

HEX96E5CE
Decimal150229206
Binary100101101110010111001110
Octal226345316

Shades and tints

Shades of #96E5CE

#96E5CE
(150,229,206)
#89D1BC
(137,209,188)
#7CBDAA
(124,189,170)
#6FA998
(111,169,152)
#629586
(98,149,134)
#558174
(85,129,116)
#486D62
(72,109,98)
#3B5950
(59,89,80)
#2E453E
(46,69,62)
#21312C
(33,49,44)
#141D1A
(20,29,26)
#000000
(0,0,0)

Tints of #96E5CE

#96E5CE
(150,229,206)
#9FE7D2
(159,231,210)
#A8E9D6
(168,233,214)
#B1EBDA
(177,235,218)
#BAEDDE
(186,237,222)
#C3EFE2
(195,239,226)
#CCF1E6
(204,241,230)
#D5F3EA
(213,243,234)
#DEF5EE
(222,245,238)
#E7F7F2
(231,247,242)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96E5CE; }

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

This text font color is #96E5CE.


Background Color

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

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

This div background color is #96E5CE.


Border color

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

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

This div border color is #96E5CE.


Opacity

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

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

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

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

This text has shadow with #96E5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E5CE on black background.


Color preview on white background

This text has color #96E5CE on white background.



Black color preview on #96E5CE background

This text has black color on #96E5CE background.


White color preview on #96E5CE background

This text has white color on #96E5CE background.