COLOR #96EAEF

HEX: #96EAEF
RGB: (150,234,239)

Color info

#96EAEF contains mainly green and blue colors. Web safe color of #96EAEF is #99FFFF (or #9FF).

RGB color model

#96EAEF color RGB value is (150,234,239).

  • red value is 150;
  • green value is 234;
  • blue value is 239.
RGB:
(150,234,239)
(59%,92%,94%)

RGB channels and saturation

R 150 of 255 = 59%
G 234 of 255 = 92%
B 239 of 255 = 94%

150
234
239

R + G + B ~ 82%. #96EAEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 234 + 239 = 623 (100%)
R 150 of 623 ~ 24.08%
G 234 of 623 ~ 37.56%
B 239 of 623 ~ 38.36%

%24.08
%37.56
%38.36

CMYK color model

#96EAEF color CMYK value is (37,2,0,6).

  • cyan value is 37.24%
  • magenta value is 2.09%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(37,2,0,6)
C37M2Y0K6 
(37%,2%,0%,6%)
(0.37/0.02/0.00/0.06)	

CMYK percentages

%37.24
%2.09
%0
%6.27

Codes

Color #96EAEF in popluar color models

96EAEF
RGB150234239
HSL183°73.55%76.27%
HSB/HSV183°37.24%93.73%
CMYK37.24%2.09%0.00%
6.27%

Color #96EAEF in popluar number systems.

HEX96EAEF
Decimal150234239
Binary100101101110101011101111
Octal226352357

Shades and tints

Shades of #96EAEF

#96EAEF
(150,234,239)
#89D5DA
(137,213,218)
#7CC0C5
(124,192,197)
#6FABB0
(111,171,176)
#62969B
(98,150,155)
#558186
(85,129,134)
#486C71
(72,108,113)
#3B575C
(59,87,92)
#2E4247
(46,66,71)
#212D32
(33,45,50)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #96EAEF

#96EAEF
(150,234,239)
#9FEBF0
(159,235,240)
#A8ECF1
(168,236,241)
#B1EDF2
(177,237,242)
#BAEEF3
(186,238,243)
#C3EFF4
(195,239,244)
#CCF0F5
(204,240,245)
#D5F1F6
(213,241,246)
#DEF2F7
(222,242,247)
#E7F3F8
(231,243,248)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96EAEF color. Also use rgb(150,234,239) instead hex code.

Text Font Color

.myTextColor { color: #96EAEF; }

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

This text font color is #96EAEF.


Background Color

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

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

This div background color is #96EAEF.


Border color

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

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

This div border color is #96EAEF.


Opacity

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

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

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

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

This text has shadow with #96EAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96EAEF on black background.


Color preview on white background

This text has color #96EAEF on white background.



Black color preview on #96EAEF background

This text has black color on #96EAEF background.


White color preview on #96EAEF background

This text has white color on #96EAEF background.