COLOR #9DA3FB

HEX: #9DA3FB
RGB: (157,163,251)

Color info

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

RGB color model

#9DA3FB color RGB value is (157,163,251).

  • red value is 157;
  • green value is 163;
  • blue value is 251.
RGB:
(157,163,251)
(62%,64%,98%)

RGB channels and saturation

R 157 of 255 = 62%
G 163 of 255 = 64%
B 251 of 255 = 98%

157
163
251

R + G + B ~ 75%. #9DA3FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 163 + 251 = 571 (100%)
R 157 of 571 ~ 27.5%
G 163 of 571 ~ 28.55%
B 251 of 571 ~ 43.96%

%27.5
%28.55
%43.96

CMYK color model

#9DA3FB color CMYK value is (37,35,0,2).

  • cyan value is 37.45%
  • magenta value is 35.06%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(37,35,0,2)
C37M35Y0K2 
(37%,35%,0%,2%)
(0.37/0.35/0.00/0.02)	

CMYK percentages

%37.45
%35.06
%0
%1.57

Codes

Color #9DA3FB in popluar color models

9DA3FB
RGB157163251
HSL236°92.16%80.00%
HSB/HSV236°37.45%98.43%
CMYK37.45%35.06%0.00%
1.57%

Color #9DA3FB in popluar number systems.

HEX9DA3FB
Decimal157163251
Binary100111011010001111111011
Octal235243373

Shades and tints

Shades of #9DA3FB

#9DA3FB
(157,163,251)
#8F95E5
(143,149,229)
#8187CF
(129,135,207)
#7379B9
(115,121,185)
#656BA3
(101,107,163)
#575D8D
(87,93,141)
#494F77
(73,79,119)
#3B4161
(59,65,97)
#2D334B
(45,51,75)
#1F2535
(31,37,53)
#11171F
(17,23,31)
#000000
(0,0,0)

Tints of #9DA3FB

#9DA3FB
(157,163,251)
#A5ABFB
(165,171,251)
#ADB3FB
(173,179,251)
#B5BBFB
(181,187,251)
#BDC3FB
(189,195,251)
#C5CBFB
(197,203,251)
#CDD3FB
(205,211,251)
#D5DBFB
(213,219,251)
#DDE3FB
(221,227,251)
#E5EBFB
(229,235,251)
#EDF3FB
(237,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA3FB color. Also use rgb(157,163,251) instead hex code.

Text Font Color

.myTextColor { color: #9DA3FB; }

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

This text font color is #9DA3FB.


Background Color

.myBgColor { background-color: #9DA3FB; }

<div style="background-color:#9DA3FB">Inner text</div>

This div background color is #9DA3FB.


Border color

.myBorderColor { border: 1px solid #9DA3FB; }

<div style="border:3px solid #9DA3FB">Div</div>

This div border color is #9DA3FB.


Opacity

.myOpacity80 { color: #9DA3FB; opacity: 0.8; }

<p style="color:#9DA3FB;opacity:0.8;">80%</p>

Text with #9DA3FB 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 #9DA3FB;}

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

This text has shadow with #9DA3FB color.

.textShadow {text-shadow: 3px 3px 1px #9DA3FB, 3px 3px 1px red;}

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

This text has shadow with #9DA3FB primary color and red secondary color.


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

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

This text has shadow with #9DA3FB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA3FB on black background.


Color preview on white background

This text has color #9DA3FB on white background.



Black color preview on #9DA3FB background

This text has black color on #9DA3FB background.


White color preview on #9DA3FB background

This text has white color on #9DA3FB background.