COLOR #96A5F7

HEX: #96A5F7
RGB: (150,165,247)

Color info

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

RGB color model

#96A5F7 color RGB value is (150,165,247).

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

RGB channels and saturation

R 150 of 255 = 59%
G 165 of 255 = 65%
B 247 of 255 = 97%

150
165
247

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

Portions of RGB colors in percentages

R + G + B =
150 + 165 + 247 = 562 (100%)
R 150 of 562 ~ 26.69%
G 165 of 562 ~ 29.36%
B 247 of 562 ~ 43.95%

%26.69
%29.36
%43.95

CMYK color model

#96A5F7 color CMYK value is (39,33,0,3).

  • cyan value is 39.27%
  • magenta value is 33.20%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(39,33,0,3)
C39M33Y0K3 
(39%,33%,0%,3%)
(0.39/0.33/0.00/0.03)	

CMYK percentages

%39.27
%33.2
%0
%3.14

Codes

Color #96A5F7 in popluar color models

96A5F7
RGB150165247
HSL231°85.84%77.84%
HSB/HSV231°39.27%96.86%
CMYK39.27%33.20%0.00%
3.14%

Color #96A5F7 in popluar number systems.

HEX96A5F7
Decimal150165247
Binary100101101010010111110111
Octal226245367

Shades and tints

Shades of #96A5F7

#96A5F7
(150,165,247)
#8996E1
(137,150,225)
#7C87CB
(124,135,203)
#6F78B5
(111,120,181)
#62699F
(98,105,159)
#555A89
(85,90,137)
#484B73
(72,75,115)
#3B3C5D
(59,60,93)
#2E2D47
(46,45,71)
#211E31
(33,30,49)
#140F1B
(20,15,27)
#000000
(0,0,0)

Tints of #96A5F7

#96A5F7
(150,165,247)
#9FADF7
(159,173,247)
#A8B5F7
(168,181,247)
#B1BDF7
(177,189,247)
#BAC5F7
(186,197,247)
#C3CDF7
(195,205,247)
#CCD5F7
(204,213,247)
#D5DDF7
(213,221,247)
#DEE5F7
(222,229,247)
#E7EDF7
(231,237,247)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A5F7; }

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

This text font color is #96A5F7.


Background Color

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

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

This div background color is #96A5F7.


Border color

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

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

This div border color is #96A5F7.


Opacity

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

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

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

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

This text has shadow with #96A5F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A5F7 on black background.


Color preview on white background

This text has color #96A5F7 on white background.



Black color preview on #96A5F7 background

This text has black color on #96A5F7 background.


White color preview on #96A5F7 background

This text has white color on #96A5F7 background.