COLOR #96BEE6

HEX: #96BEE6
RGB: (150,190,230)

Color info

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

RGB color model

#96BEE6 color RGB value is (150,190,230).

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

RGB channels and saturation

R 150 of 255 = 59%
G 190 of 255 = 75%
B 230 of 255 = 90%

150
190
230

R + G + B ~ 75%. #96BEE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 190 + 230 = 570 (100%)
R 150 of 570 ~ 26.32%
G 190 of 570 ~ 33.33%
B 230 of 570 ~ 40.35%

%26.32
%33.33
%40.35

CMYK color model

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

  • cyan value is 34.78%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(35,17,0,10)
C35M17Y0K10 
(35%,17%,0%,10%)
(0.35/0.17/0.00/0.10)	

CMYK percentages

%34.78
%17.39
%0
%9.8

Codes

Color #96BEE6 in popluar color models

96BEE6
RGB150190230
HSL210°61.54%74.51%
HSB/HSV210°34.78%90.20%
CMYK34.78%17.39%0.00%
9.80%

Color #96BEE6 in popluar number systems.

HEX96BEE6
Decimal150190230
Binary100101101011111011100110
Octal226276346

Shades and tints

Shades of #96BEE6

#96BEE6
(150,190,230)
#89ADD2
(137,173,210)
#7C9CBE
(124,156,190)
#6F8BAA
(111,139,170)
#627A96
(98,122,150)
#556982
(85,105,130)
#48586E
(72,88,110)
#3B475A
(59,71,90)
#2E3646
(46,54,70)
#212532
(33,37,50)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #96BEE6

#96BEE6
(150,190,230)
#9FC3E8
(159,195,232)
#A8C8EA
(168,200,234)
#B1CDEC
(177,205,236)
#BAD2EE
(186,210,238)
#C3D7F0
(195,215,240)
#CCDCF2
(204,220,242)
#D5E1F4
(213,225,244)
#DEE6F6
(222,230,246)
#E7EBF8
(231,235,248)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BEE6; }

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

This text font color is #96BEE6.


Background Color

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

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

This div background color is #96BEE6.


Border color

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

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

This div border color is #96BEE6.


Opacity

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

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

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

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

This text has shadow with #96BEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BEE6 on black background.


Color preview on white background

This text has color #96BEE6 on white background.



Black color preview on #96BEE6 background

This text has black color on #96BEE6 background.


White color preview on #96BEE6 background

This text has white color on #96BEE6 background.