COLOR #96AFFD

HEX: #96AFFD
RGB: (150,175,253)

Color info

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

RGB color model

#96AFFD color RGB value is (150,175,253).

  • red value is 150;
  • green value is 175;
  • blue value is 253.
RGB:
(150,175,253)
(59%,69%,99%)

RGB channels and saturation

R 150 of 255 = 59%
G 175 of 255 = 69%
B 253 of 255 = 99%

150
175
253

R + G + B ~ 76%. #96AFFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 175 + 253 = 578 (100%)
R 150 of 578 ~ 25.95%
G 175 of 578 ~ 30.28%
B 253 of 578 ~ 43.77%

%25.95
%30.28
%43.77

CMYK color model

#96AFFD color CMYK value is (41,31,0,1).

  • cyan value is 40.71%
  • magenta value is 30.83%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(41,31,0,1)
C41M31Y0K1 
(41%,31%,0%,1%)
(0.41/0.31/0.00/0.01)	

CMYK percentages

%40.71
%30.83
%0
%0.78

Codes

Color #96AFFD in popluar color models

96AFFD
RGB150175253
HSL225°96.26%79.02%
HSB/HSV225°40.71%99.22%
CMYK40.71%30.83%0.00%
0.78%

Color #96AFFD in popluar number systems.

HEX96AFFD
Decimal150175253
Binary100101101010111111111101
Octal226257375

Shades and tints

Shades of #96AFFD

#96AFFD
(150,175,253)
#89A0E6
(137,160,230)
#7C91CF
(124,145,207)
#6F82B8
(111,130,184)
#6273A1
(98,115,161)
#55648A
(85,100,138)
#485573
(72,85,115)
#3B465C
(59,70,92)
#2E3745
(46,55,69)
#21282E
(33,40,46)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #96AFFD

#96AFFD
(150,175,253)
#9FB6FD
(159,182,253)
#A8BDFD
(168,189,253)
#B1C4FD
(177,196,253)
#BACBFD
(186,203,253)
#C3D2FD
(195,210,253)
#CCD9FD
(204,217,253)
#D5E0FD
(213,224,253)
#DEE7FD
(222,231,253)
#E7EEFD
(231,238,253)
#F0F5FD
(240,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AFFD color. Also use rgb(150,175,253) instead hex code.

Text Font Color

.myTextColor { color: #96AFFD; }

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

This text font color is #96AFFD.


Background Color

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

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

This div background color is #96AFFD.


Border color

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

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

This div border color is #96AFFD.


Opacity

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

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

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

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

This text has shadow with #96AFFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AFFD on black background.


Color preview on white background

This text has color #96AFFD on white background.



Black color preview on #96AFFD background

This text has black color on #96AFFD background.


White color preview on #96AFFD background

This text has white color on #96AFFD background.