COLOR #96E6EE

HEX: #96E6EE
RGB: (150,230,238)

Color info

#96E6EE contains mainly green and blue colors. Web safe color of #96E6EE is #99CCFF (or #9CF).

RGB color model

#96E6EE color RGB value is (150,230,238).

  • red value is 150;
  • green value is 230;
  • blue value is 238.
RGB:
(150,230,238)
(59%,90%,93%)

RGB channels and saturation

R 150 of 255 = 59%
G 230 of 255 = 90%
B 238 of 255 = 93%

150
230
238

R + G + B ~ 81%. #96E6EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 230 + 238 = 618 (100%)
R 150 of 618 ~ 24.27%
G 230 of 618 ~ 37.22%
B 238 of 618 ~ 38.51%

%24.27
%37.22
%38.51

CMYK color model

#96E6EE color CMYK value is (37,3,0,7).

  • cyan value is 36.97%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(37,3,0,7)
C37M3Y0K7 
(37%,3%,0%,7%)
(0.37/0.03/0.00/0.07)	

CMYK percentages

%36.97
%3.36
%0
%6.67

Codes

Color #96E6EE in popluar color models

96E6EE
RGB150230238
HSL185°72.13%76.08%
HSB/HSV185°36.97%93.33%
CMYK36.97%3.36%0.00%
6.67%

Color #96E6EE in popluar number systems.

HEX96E6EE
Decimal150230238
Binary100101101110011011101110
Octal226346356

Shades and tints

Shades of #96E6EE

#96E6EE
(150,230,238)
#89D2D9
(137,210,217)
#7CBEC4
(124,190,196)
#6FAAAF
(111,170,175)
#62969A
(98,150,154)
#558285
(85,130,133)
#486E70
(72,110,112)
#3B5A5B
(59,90,91)
#2E4646
(46,70,70)
#213231
(33,50,49)
#141E1C
(20,30,28)
#000000
(0,0,0)

Tints of #96E6EE

#96E6EE
(150,230,238)
#9FE8EF
(159,232,239)
#A8EAF0
(168,234,240)
#B1ECF1
(177,236,241)
#BAEEF2
(186,238,242)
#C3F0F3
(195,240,243)
#CCF2F4
(204,242,244)
#D5F4F5
(213,244,245)
#DEF6F6
(222,246,246)
#E7F8F7
(231,248,247)
#F0FAF8
(240,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96E6EE color. Also use rgb(150,230,238) instead hex code.

Text Font Color

.myTextColor { color: #96E6EE; }

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

This text font color is #96E6EE.


Background Color

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

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

This div background color is #96E6EE.


Border color

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

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

This div border color is #96E6EE.


Opacity

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

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

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

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

This text has shadow with #96E6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E6EE on black background.


Color preview on white background

This text has color #96E6EE on white background.



Black color preview on #96E6EE background

This text has black color on #96E6EE background.


White color preview on #96E6EE background

This text has white color on #96E6EE background.