COLOR #96CFE6

HEX: #96CFE6
RGB: (150,207,230)

Color info

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

RGB color model

#96CFE6 color RGB value is (150,207,230).

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

RGB channels and saturation

R 150 of 255 = 59%
G 207 of 255 = 81%
B 230 of 255 = 90%

150
207
230

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

Portions of RGB colors in percentages

R + G + B =
150 + 207 + 230 = 587 (100%)
R 150 of 587 ~ 25.55%
G 207 of 587 ~ 35.26%
B 230 of 587 ~ 39.18%

%25.55
%35.26
%39.18

CMYK color model

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

  • cyan value is 34.78%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(35,10,0,10)
C35M10Y0K10 
(35%,10%,0%,10%)
(0.35/0.10/0.00/0.10)	

CMYK percentages

%34.78
%10
%0
%9.8

Codes

Color #96CFE6 in popluar color models

96CFE6
RGB150207230
HSL197°61.54%74.51%
HSB/HSV197°34.78%90.20%
CMYK34.78%10.00%0.00%
9.80%

Color #96CFE6 in popluar number systems.

HEX96CFE6
Decimal150207230
Binary100101101100111111100110
Octal226317346

Shades and tints

Shades of #96CFE6

#96CFE6
(150,207,230)
#89BDD2
(137,189,210)
#7CABBE
(124,171,190)
#6F99AA
(111,153,170)
#628796
(98,135,150)
#557582
(85,117,130)
#48636E
(72,99,110)
#3B515A
(59,81,90)
#2E3F46
(46,63,70)
#212D32
(33,45,50)
#141B1E
(20,27,30)
#000000
(0,0,0)

Tints of #96CFE6

#96CFE6
(150,207,230)
#9FD3E8
(159,211,232)
#A8D7EA
(168,215,234)
#B1DBEC
(177,219,236)
#BADFEE
(186,223,238)
#C3E3F0
(195,227,240)
#CCE7F2
(204,231,242)
#D5EBF4
(213,235,244)
#DEEFF6
(222,239,246)
#E7F3F8
(231,243,248)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CFE6; }

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

This text font color is #96CFE6.


Background Color

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

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

This div background color is #96CFE6.


Border color

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

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

This div border color is #96CFE6.


Opacity

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

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

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

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

This text has shadow with #96CFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CFE6 on black background.


Color preview on white background

This text has color #96CFE6 on white background.



Black color preview on #96CFE6 background

This text has black color on #96CFE6 background.


White color preview on #96CFE6 background

This text has white color on #96CFE6 background.