COLOR #9DB9F8

HEX: #9DB9F8
RGB: (157,185,248)

Color info

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

RGB color model

#9DB9F8 color RGB value is (157,185,248).

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

RGB channels and saturation

R 157 of 255 = 62%
G 185 of 255 = 73%
B 248 of 255 = 97%

157
185
248

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

Portions of RGB colors in percentages

R + G + B =
157 + 185 + 248 = 590 (100%)
R 157 of 590 ~ 26.61%
G 185 of 590 ~ 31.36%
B 248 of 590 ~ 42.03%

%26.61
%31.36
%42.03

CMYK color model

#9DB9F8 color CMYK value is (37,25,0,3).

  • cyan value is 36.69%
  • magenta value is 25.40%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(37,25,0,3)
C37M25Y0K3 
(37%,25%,0%,3%)
(0.37/0.25/0.00/0.03)	

CMYK percentages

%36.69
%25.4
%0
%2.75

Codes

Color #9DB9F8 in popluar color models

9DB9F8
RGB157185248
HSL222°86.67%79.41%
HSB/HSV222°36.69%97.25%
CMYK36.69%25.40%0.00%
2.75%

Color #9DB9F8 in popluar number systems.

HEX9DB9F8
Decimal157185248
Binary100111011011100111111000
Octal235271370

Shades and tints

Shades of #9DB9F8

#9DB9F8
(157,185,248)
#8FA9E2
(143,169,226)
#8199CC
(129,153,204)
#7389B6
(115,137,182)
#6579A0
(101,121,160)
#57698A
(87,105,138)
#495974
(73,89,116)
#3B495E
(59,73,94)
#2D3948
(45,57,72)
#1F2932
(31,41,50)
#11191C
(17,25,28)
#000000
(0,0,0)

Tints of #9DB9F8

#9DB9F8
(157,185,248)
#A5BFF8
(165,191,248)
#ADC5F8
(173,197,248)
#B5CBF8
(181,203,248)
#BDD1F8
(189,209,248)
#C5D7F8
(197,215,248)
#CDDDF8
(205,221,248)
#D5E3F8
(213,227,248)
#DDE9F8
(221,233,248)
#E5EFF8
(229,239,248)
#EDF5F8
(237,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB9F8; }

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

This text font color is #9DB9F8.


Background Color

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

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

This div background color is #9DB9F8.


Border color

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

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

This div border color is #9DB9F8.


Opacity

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

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

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

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

This text has shadow with #9DB9F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB9F8 on black background.


Color preview on white background

This text has color #9DB9F8 on white background.



Black color preview on #9DB9F8 background

This text has black color on #9DB9F8 background.


White color preview on #9DB9F8 background

This text has white color on #9DB9F8 background.