COLOR #96CEF3

HEX: #96CEF3
RGB: (150,206,243)

Color info

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

RGB color model

#96CEF3 color RGB value is (150,206,243).

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

RGB channels and saturation

R 150 of 255 = 59%
G 206 of 255 = 81%
B 243 of 255 = 95%

150
206
243

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

Portions of RGB colors in percentages

R + G + B =
150 + 206 + 243 = 599 (100%)
R 150 of 599 ~ 25.04%
G 206 of 599 ~ 34.39%
B 243 of 599 ~ 40.57%

%25.04
%34.39
%40.57

CMYK color model

#96CEF3 color CMYK value is (38,15,0,5).

  • cyan value is 38.27%
  • magenta value is 15.23%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(38,15,0,5)
C38M15Y0K5 
(38%,15%,0%,5%)
(0.38/0.15/0.00/0.05)	

CMYK percentages

%38.27
%15.23
%0
%4.71

Codes

Color #96CEF3 in popluar color models

96CEF3
RGB150206243
HSL204°79.49%77.06%
HSB/HSV204°38.27%95.29%
CMYK38.27%15.23%0.00%
4.71%

Color #96CEF3 in popluar number systems.

HEX96CEF3
Decimal150206243
Binary100101101100111011110011
Octal226316363

Shades and tints

Shades of #96CEF3

#96CEF3
(150,206,243)
#89BCDD
(137,188,221)
#7CAAC7
(124,170,199)
#6F98B1
(111,152,177)
#62869B
(98,134,155)
#557485
(85,116,133)
#48626F
(72,98,111)
#3B5059
(59,80,89)
#2E3E43
(46,62,67)
#212C2D
(33,44,45)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #96CEF3

#96CEF3
(150,206,243)
#9FD2F4
(159,210,244)
#A8D6F5
(168,214,245)
#B1DAF6
(177,218,246)
#BADEF7
(186,222,247)
#C3E2F8
(195,226,248)
#CCE6F9
(204,230,249)
#D5EAFA
(213,234,250)
#DEEEFB
(222,238,251)
#E7F2FC
(231,242,252)
#F0F6FD
(240,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CEF3; }

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

This text font color is #96CEF3.


Background Color

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

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

This div background color is #96CEF3.


Border color

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

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

This div border color is #96CEF3.


Opacity

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

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

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

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

This text has shadow with #96CEF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CEF3 on black background.


Color preview on white background

This text has color #96CEF3 on white background.



Black color preview on #96CEF3 background

This text has black color on #96CEF3 background.


White color preview on #96CEF3 background

This text has white color on #96CEF3 background.