COLOR #9DB9F6

HEX: #9DB9F6
RGB: (157,185,246)

Color info

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

RGB color model

#9DB9F6 color RGB value is (157,185,246).

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

RGB channels and saturation

R 157 of 255 = 62%
G 185 of 255 = 73%
B 246 of 255 = 96%

157
185
246

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

Portions of RGB colors in percentages

R + G + B =
157 + 185 + 246 = 588 (100%)
R 157 of 588 ~ 26.7%
G 185 of 588 ~ 31.46%
B 246 of 588 ~ 41.84%

%26.7
%31.46
%41.84

CMYK color model

#9DB9F6 color CMYK value is (36,25,0,4).

  • cyan value is 36.18%
  • magenta value is 24.80%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(36,25,0,4)
C36M25Y0K4 
(36%,25%,0%,4%)
(0.36/0.25/0.00/0.04)	

CMYK percentages

%36.18
%24.8
%0
%3.53

Codes

Color #9DB9F6 in popluar color models

9DB9F6
RGB157185246
HSL221°83.18%79.02%
HSB/HSV221°36.18%96.47%
CMYK36.18%24.80%0.00%
3.53%

Color #9DB9F6 in popluar number systems.

HEX9DB9F6
Decimal157185246
Binary100111011011100111110110
Octal235271366

Shades and tints

Shades of #9DB9F6

#9DB9F6
(157,185,246)
#8FA9E0
(143,169,224)
#8199CA
(129,153,202)
#7389B4
(115,137,180)
#65799E
(101,121,158)
#576988
(87,105,136)
#495972
(73,89,114)
#3B495C
(59,73,92)
#2D3946
(45,57,70)
#1F2930
(31,41,48)
#11191A
(17,25,26)
#000000
(0,0,0)

Tints of #9DB9F6

#9DB9F6
(157,185,246)
#A5BFF6
(165,191,246)
#ADC5F6
(173,197,246)
#B5CBF6
(181,203,246)
#BDD1F6
(189,209,246)
#C5D7F6
(197,215,246)
#CDDDF6
(205,221,246)
#D5E3F6
(213,227,246)
#DDE9F6
(221,233,246)
#E5EFF6
(229,239,246)
#EDF5F6
(237,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB9F6; }

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

This text font color is #9DB9F6.


Background Color

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

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

This div background color is #9DB9F6.


Border color

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

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

This div border color is #9DB9F6.


Opacity

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

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

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

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

This text has shadow with #9DB9F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB9F6 on black background.


Color preview on white background

This text has color #9DB9F6 on white background.



Black color preview on #9DB9F6 background

This text has black color on #9DB9F6 background.


White color preview on #9DB9F6 background

This text has white color on #9DB9F6 background.