COLOR #96A5F5

HEX: #96A5F5
RGB: (150,165,245)

Color info

#96A5F5 contains mainly blue color. Web safe color of #96A5F5 is #9999FF (or #99F).

RGB color model

#96A5F5 color RGB value is (150,165,245).

  • red value is 150;
  • green value is 165;
  • blue value is 245.
RGB:
(150,165,245)
(59%,65%,96%)

RGB channels and saturation

R 150 of 255 = 59%
G 165 of 255 = 65%
B 245 of 255 = 96%

150
165
245

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

Portions of RGB colors in percentages

R + G + B =
150 + 165 + 245 = 560 (100%)
R 150 of 560 ~ 26.79%
G 165 of 560 ~ 29.46%
B 245 of 560 ~ 43.75%

%26.79
%29.46
%43.75

CMYK color model

#96A5F5 color CMYK value is (39,33,0,4).

  • cyan value is 38.78%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(39,33,0,4)
C39M33Y0K4 
(39%,33%,0%,4%)
(0.39/0.33/0.00/0.04)	

CMYK percentages

%38.78
%32.65
%0
%3.92

Codes

Color #96A5F5 in popluar color models

96A5F5
RGB150165245
HSL231°82.61%77.45%
HSB/HSV231°38.78%96.08%
CMYK38.78%32.65%0.00%
3.92%

Color #96A5F5 in popluar number systems.

HEX96A5F5
Decimal150165245
Binary100101101010010111110101
Octal226245365

Shades and tints

Shades of #96A5F5

#96A5F5
(150,165,245)
#8996DF
(137,150,223)
#7C87C9
(124,135,201)
#6F78B3
(111,120,179)
#62699D
(98,105,157)
#555A87
(85,90,135)
#484B71
(72,75,113)
#3B3C5B
(59,60,91)
#2E2D45
(46,45,69)
#211E2F
(33,30,47)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #96A5F5

#96A5F5
(150,165,245)
#9FADF5
(159,173,245)
#A8B5F5
(168,181,245)
#B1BDF5
(177,189,245)
#BAC5F5
(186,197,245)
#C3CDF5
(195,205,245)
#CCD5F5
(204,213,245)
#D5DDF5
(213,221,245)
#DEE5F5
(222,229,245)
#E7EDF5
(231,237,245)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A5F5 color. Also use rgb(150,165,245) instead hex code.

Text Font Color

.myTextColor { color: #96A5F5; }

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

This text font color is #96A5F5.


Background Color

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

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

This div background color is #96A5F5.


Border color

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

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

This div border color is #96A5F5.


Opacity

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

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

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

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

This text has shadow with #96A5F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A5F5 on black background.


Color preview on white background

This text has color #96A5F5 on white background.



Black color preview on #96A5F5 background

This text has black color on #96A5F5 background.


White color preview on #96A5F5 background

This text has white color on #96A5F5 background.