COLOR #9DB0FA

HEX: #9DB0FA RGB: (157,176,250)

Color info

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

RGB color model

#9DB0FA color RGB value is (157,176,250).

RGB: (157,176,250) (62%, 69%, 98%)

RGB channels and saturation

R 157 of 255 = 62%
G 176 of 255 = 69%
B 250 of 255 = 98%

157
176
250

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

Portions of RGB colors in percentages

R + G + B = 157 + 176 + 250 = 583 (100%)
R 157 of 583 ~ 26.93%
G 176 of 583 ~ 30.19%
B 250 of 583 ~ 42.88'%

%26.93
%30.19
%42.88

CMYK color model

#9DB0FA color CMYK value is (37,30,0,2).

  • cyan value is 37.20%
  • magenta value is 29.60%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (37,30,0,2)
C37M30Y0K2 (37%, 30%, 0%, 2%)
(0.37 / 0.30 / 0.00 / 0.02)

CMYK percentages

%37.2
%29.6
%0
%1.96

Codes

Color #9DB0FA in popluar color models

9D B0 FA
RGB 157 176 250
HSL 228° 90.29% 79.80%
HSB/HSV 228° 37.20% 98.04%
CMYK 37.20% 29.60% 0.00%
1.96%

Color #9DB0FA in popluar number systems.

HEX 9D B0 FA
Decimal 157 176 250
Binary 10011101 10110000 11111010
Octal 235 260 372

Shades and tints

Shades of #9DB0FA

#9DB0FA
(157,176,250)
#8FA0E4
(143,160,228)
#8190CE
(129,144,206)
#7380B8
(115,128,184)
#6570A2
(101,112,162)
#57608C
(87,96,140)
#495076
(73,80,118)
#3B4060
(59,64,96)
#2D304A
(45,48,74)
#1F2034
(31,32,52)
#11101E
(17,16,30)
#000000
(0,0,0)

Tints of #9DB0FA

#9DB0FA
(157,176,250)
#A5B7FA
(165,183,250)
#ADBEFA
(173,190,250)
#B5C5FA
(181,197,250)
#BDCCFA
(189,204,250)
#C5D3FA
(197,211,250)
#CDDAFA
(205,218,250)
#D5E1FA
(213,225,250)
#DDE8FA
(221,232,250)
#E5EFFA
(229,239,250)
#EDF6FA
(237,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB0FA color. Also use rgb(157,176,250) instead hex code.

Text Font Color

.myTextColor { color: #9DB0FA; }

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

This text font color is #9DB0FA.

Background Color

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

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

This div background color is #9DB0FA.

Border color

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

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

This div border color is #9DB0FA.

Opacity

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

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

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

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

This text has shadow with #9DB0FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB0FA.

Preview

Color preview on black background

This text has color #9DB0FA on black background.


Color preview on white background

This text has color #9DB0FA on white background.


Black color preview on #9DB0FA background

This text has black color on #9DB0FA background.


White color preview on #9DB0FA background

This text has white color on #9DB0FA background.


Related colors

Complementary color

Complementary color for #hex is #624F05.


I love getcolorcode.com

Triadic colors

1 #FA9DB0 and #B0FA9D with #9DB0FA are triadic colors.

2 #FAB09D and #B09DFA with #9DB0FA are triadic colors.