COLOR #9DB7F8

HEX: #9DB7F8
RGB: (157,183,248)

Color info

#9DB7F8 contains mainly blue color. Web safe color of #9DB7F8 is #99CCFF (or #9CF).

RGB color model

#9DB7F8 color RGB value is (157,183,248).

  • red value is 157;
  • green value is 183;
  • blue value is 248.
RGB:
(157,183,248)
(62%,72%,97%)

RGB channels and saturation

R 157 of 255 = 62%
G 183 of 255 = 72%
B 248 of 255 = 97%

157
183
248

R + G + B ~ 77%. #9DB7F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 183 + 248 = 588 (100%)
R 157 of 588 ~ 26.7%
G 183 of 588 ~ 31.12%
B 248 of 588 ~ 42.18%

%26.7
%31.12
%42.18

CMYK color model

#9DB7F8 color CMYK value is (37,26,0,3).

  • cyan value is 36.69%
  • magenta value is 26.21%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(37,26,0,3)
C37M26Y0K3 
(37%,26%,0%,3%)
(0.37/0.26/0.00/0.03)	

CMYK percentages

%36.69
%26.21
%0
%2.75

Codes

Color #9DB7F8 in popluar color models

9DB7F8
RGB157183248
HSL223°86.67%79.41%
HSB/HSV223°36.69%97.25%
CMYK36.69%26.21%0.00%
2.75%

Color #9DB7F8 in popluar number systems.

HEX9DB7F8
Decimal157183248
Binary100111011011011111111000
Octal235267370

Shades and tints

Shades of #9DB7F8

#9DB7F8
(157,183,248)
#8FA7E2
(143,167,226)
#8197CC
(129,151,204)
#7387B6
(115,135,182)
#6577A0
(101,119,160)
#57678A
(87,103,138)
#495774
(73,87,116)
#3B475E
(59,71,94)
#2D3748
(45,55,72)
#1F2732
(31,39,50)
#11171C
(17,23,28)
#000000
(0,0,0)

Tints of #9DB7F8

#9DB7F8
(157,183,248)
#A5BDF8
(165,189,248)
#ADC3F8
(173,195,248)
#B5C9F8
(181,201,248)
#BDCFF8
(189,207,248)
#C5D5F8
(197,213,248)
#CDDBF8
(205,219,248)
#D5E1F8
(213,225,248)
#DDE7F8
(221,231,248)
#E5EDF8
(229,237,248)
#EDF3F8
(237,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB7F8 color. Also use rgb(157,183,248) instead hex code.

Text Font Color

.myTextColor { color: #9DB7F8; }

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

This text font color is #9DB7F8.


Background Color

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

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

This div background color is #9DB7F8.


Border color

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

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

This div border color is #9DB7F8.


Opacity

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

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

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

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

This text has shadow with #9DB7F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB7F8 on black background.


Color preview on white background

This text has color #9DB7F8 on white background.



Black color preview on #9DB7F8 background

This text has black color on #9DB7F8 background.


White color preview on #9DB7F8 background

This text has white color on #9DB7F8 background.