COLOR #96B5EE

HEX: #96B5EE
RGB: (150,181,238)

Color info

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

RGB color model

#96B5EE color RGB value is (150,181,238).

  • red value is 150;
  • green value is 181;
  • blue value is 238.
RGB:
(150,181,238)
(59%,71%,93%)

RGB channels and saturation

R 150 of 255 = 59%
G 181 of 255 = 71%
B 238 of 255 = 93%

150
181
238

R + G + B ~ 74%. #96B5EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 181 + 238 = 569 (100%)
R 150 of 569 ~ 26.36%
G 181 of 569 ~ 31.81%
B 238 of 569 ~ 41.83%

%26.36
%31.81
%41.83

CMYK color model

#96B5EE color CMYK value is (37,24,0,7).

  • cyan value is 36.97%
  • magenta value is 23.95%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(37,24,0,7)
C37M24Y0K7 
(37%,24%,0%,7%)
(0.37/0.24/0.00/0.07)	

CMYK percentages

%36.97
%23.95
%0
%6.67

Codes

Color #96B5EE in popluar color models

96B5EE
RGB150181238
HSL219°72.13%76.08%
HSB/HSV219°36.97%93.33%
CMYK36.97%23.95%0.00%
6.67%

Color #96B5EE in popluar number systems.

HEX96B5EE
Decimal150181238
Binary100101101011010111101110
Octal226265356

Shades and tints

Shades of #96B5EE

#96B5EE
(150,181,238)
#89A5D9
(137,165,217)
#7C95C4
(124,149,196)
#6F85AF
(111,133,175)
#62759A
(98,117,154)
#556585
(85,101,133)
#485570
(72,85,112)
#3B455B
(59,69,91)
#2E3546
(46,53,70)
#212531
(33,37,49)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #96B5EE

#96B5EE
(150,181,238)
#9FBBEF
(159,187,239)
#A8C1F0
(168,193,240)
#B1C7F1
(177,199,241)
#BACDF2
(186,205,242)
#C3D3F3
(195,211,243)
#CCD9F4
(204,217,244)
#D5DFF5
(213,223,245)
#DEE5F6
(222,229,246)
#E7EBF7
(231,235,247)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B5EE color. Also use rgb(150,181,238) instead hex code.

Text Font Color

.myTextColor { color: #96B5EE; }

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

This text font color is #96B5EE.


Background Color

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

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

This div background color is #96B5EE.


Border color

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

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

This div border color is #96B5EE.


Opacity

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

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

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

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

This text has shadow with #96B5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B5EE on black background.


Color preview on white background

This text has color #96B5EE on white background.



Black color preview on #96B5EE background

This text has black color on #96B5EE background.


White color preview on #96B5EE background

This text has white color on #96B5EE background.