COLOR #96D6E6

HEX: #96D6E6
RGB: (150,214,230)

Color info

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

RGB color model

#96D6E6 color RGB value is (150,214,230).

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

RGB channels and saturation

R 150 of 255 = 59%
G 214 of 255 = 84%
B 230 of 255 = 90%

150
214
230

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

Portions of RGB colors in percentages

R + G + B =
150 + 214 + 230 = 594 (100%)
R 150 of 594 ~ 25.25%
G 214 of 594 ~ 36.03%
B 230 of 594 ~ 38.72%

%25.25
%36.03
%38.72

CMYK color model

#96D6E6 color CMYK value is (35,7,0,10).

  • cyan value is 34.78%
  • magenta value is 6.96%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(35,7,0,10)
C35M7Y0K10 
(35%,7%,0%,10%)
(0.35/0.07/0.00/0.10)	

CMYK percentages

%34.78
%6.96
%0
%9.8

Codes

Color #96D6E6 in popluar color models

96D6E6
RGB150214230
HSL192°61.54%74.51%
HSB/HSV192°34.78%90.20%
CMYK34.78%6.96%0.00%
9.80%

Color #96D6E6 in popluar number systems.

HEX96D6E6
Decimal150214230
Binary100101101101011011100110
Octal226326346

Shades and tints

Shades of #96D6E6

#96D6E6
(150,214,230)
#89C3D2
(137,195,210)
#7CB0BE
(124,176,190)
#6F9DAA
(111,157,170)
#628A96
(98,138,150)
#557782
(85,119,130)
#48646E
(72,100,110)
#3B515A
(59,81,90)
#2E3E46
(46,62,70)
#212B32
(33,43,50)
#14181E
(20,24,30)
#000000
(0,0,0)

Tints of #96D6E6

#96D6E6
(150,214,230)
#9FD9E8
(159,217,232)
#A8DCEA
(168,220,234)
#B1DFEC
(177,223,236)
#BAE2EE
(186,226,238)
#C3E5F0
(195,229,240)
#CCE8F2
(204,232,242)
#D5EBF4
(213,235,244)
#DEEEF6
(222,238,246)
#E7F1F8
(231,241,248)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D6E6; }

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

This text font color is #96D6E6.


Background Color

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

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

This div background color is #96D6E6.


Border color

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

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

This div border color is #96D6E6.


Opacity

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

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

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

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

This text has shadow with #96D6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D6E6 on black background.


Color preview on white background

This text has color #96D6E6 on white background.



Black color preview on #96D6E6 background

This text has black color on #96D6E6 background.


White color preview on #96D6E6 background

This text has white color on #96D6E6 background.