COLOR #96B0E6

HEX: #96B0E6
RGB: (150,176,230)

Color info

#96B0E6 contains mainly green and blue colors. Web safe color of #96B0E6 is #9999CC (or #99C).

RGB color model

#96B0E6 color RGB value is (150,176,230).

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

RGB channels and saturation

R 150 of 255 = 59%
G 176 of 255 = 69%
B 230 of 255 = 90%

150
176
230

R + G + B ~ 73%. #96B0E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 176 + 230 = 556 (100%)
R 150 of 556 ~ 26.98%
G 176 of 556 ~ 31.65%
B 230 of 556 ~ 41.37%

%26.98
%31.65
%41.37

CMYK color model

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

  • cyan value is 34.78%
  • magenta value is 23.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(35,23,0,10)
C35M23Y0K10 
(35%,23%,0%,10%)
(0.35/0.23/0.00/0.10)	

CMYK percentages

%34.78
%23.48
%0
%9.8

Codes

Color #96B0E6 in popluar color models

96B0E6
RGB150176230
HSL221°61.54%74.51%
HSB/HSV221°34.78%90.20%
CMYK34.78%23.48%0.00%
9.80%

Color #96B0E6 in popluar number systems.

HEX96B0E6
Decimal150176230
Binary100101101011000011100110
Octal226260346

Shades and tints

Shades of #96B0E6

#96B0E6
(150,176,230)
#89A0D2
(137,160,210)
#7C90BE
(124,144,190)
#6F80AA
(111,128,170)
#627096
(98,112,150)
#556082
(85,96,130)
#48506E
(72,80,110)
#3B405A
(59,64,90)
#2E3046
(46,48,70)
#212032
(33,32,50)
#14101E
(20,16,30)
#000000
(0,0,0)

Tints of #96B0E6

#96B0E6
(150,176,230)
#9FB7E8
(159,183,232)
#A8BEEA
(168,190,234)
#B1C5EC
(177,197,236)
#BACCEE
(186,204,238)
#C3D3F0
(195,211,240)
#CCDAF2
(204,218,242)
#D5E1F4
(213,225,244)
#DEE8F6
(222,232,246)
#E7EFF8
(231,239,248)
#F0F6FA
(240,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B0E6; }

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

This text font color is #96B0E6.


Background Color

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

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

This div background color is #96B0E6.


Border color

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

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

This div border color is #96B0E6.


Opacity

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

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

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

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

This text has shadow with #96B0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B0E6 on black background.


Color preview on white background

This text has color #96B0E6 on white background.



Black color preview on #96B0E6 background

This text has black color on #96B0E6 background.


White color preview on #96B0E6 background

This text has white color on #96B0E6 background.