COLOR #9DB6F5

HEX: #9DB6F5
RGB: (157,182,245)

Color info

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

RGB color model

#9DB6F5 color RGB value is (157,182,245).

  • red value is 157;
  • green value is 182;
  • blue value is 245.
RGB:
(157,182,245)
(62%,71%,96%)

RGB channels and saturation

R 157 of 255 = 62%
G 182 of 255 = 71%
B 245 of 255 = 96%

157
182
245

R + G + B ~ 76%. #9DB6F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 182 + 245 = 584 (100%)
R 157 of 584 ~ 26.88%
G 182 of 584 ~ 31.16%
B 245 of 584 ~ 41.95%

%26.88
%31.16
%41.95

CMYK color model

#9DB6F5 color CMYK value is (36,26,0,4).

  • cyan value is 35.92%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(36,26,0,4)
C36M26Y0K4 
(36%,26%,0%,4%)
(0.36/0.26/0.00/0.04)	

CMYK percentages

%35.92
%25.71
%0
%3.92

Codes

Color #9DB6F5 in popluar color models

9DB6F5
RGB157182245
HSL223°81.48%78.82%
HSB/HSV223°35.92%96.08%
CMYK35.92%25.71%0.00%
3.92%

Color #9DB6F5 in popluar number systems.

HEX9DB6F5
Decimal157182245
Binary100111011011011011110101
Octal235266365

Shades and tints

Shades of #9DB6F5

#9DB6F5
(157,182,245)
#8FA6DF
(143,166,223)
#8196C9
(129,150,201)
#7386B3
(115,134,179)
#65769D
(101,118,157)
#576687
(87,102,135)
#495671
(73,86,113)
#3B465B
(59,70,91)
#2D3645
(45,54,69)
#1F262F
(31,38,47)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #9DB6F5

#9DB6F5
(157,182,245)
#A5BCF5
(165,188,245)
#ADC2F5
(173,194,245)
#B5C8F5
(181,200,245)
#BDCEF5
(189,206,245)
#C5D4F5
(197,212,245)
#CDDAF5
(205,218,245)
#D5E0F5
(213,224,245)
#DDE6F5
(221,230,245)
#E5ECF5
(229,236,245)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB6F5 color. Also use rgb(157,182,245) instead hex code.

Text Font Color

.myTextColor { color: #9DB6F5; }

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

This text font color is #9DB6F5.


Background Color

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

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

This div background color is #9DB6F5.


Border color

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

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

This div border color is #9DB6F5.


Opacity

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

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

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

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

This text has shadow with #9DB6F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB6F5 on black background.


Color preview on white background

This text has color #9DB6F5 on white background.



Black color preview on #9DB6F5 background

This text has black color on #9DB6F5 background.


White color preview on #9DB6F5 background

This text has white color on #9DB6F5 background.