COLOR #9BD6FA

HEX: #9BD6FA
RGB: (155,214,250)

Color info

#9BD6FA contains mainly green and blue colors. Web safe color of #9BD6FA is #99CCFF (or #9CF).

RGB color model

#9BD6FA color RGB value is (155,214,250).

  • red value is 155;
  • green value is 214;
  • blue value is 250.
RGB:
(155,214,250)
(61%,84%,98%)

RGB channels and saturation

R 155 of 255 = 61%
G 214 of 255 = 84%
B 250 of 255 = 98%

155
214
250

R + G + B ~ 81%. #9BD6FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 214 + 250 = 619 (100%)
R 155 of 619 ~ 25.04%
G 214 of 619 ~ 34.57%
B 250 of 619 ~ 40.39%

%25.04
%34.57
%40.39

CMYK color model

#9BD6FA color CMYK value is (38,14,0,2).

  • cyan value is 38.00%
  • magenta value is 14.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(38,14,0,2)
C38M14Y0K2 
(38%,14%,0%,2%)
(0.38/0.14/0.00/0.02)	

CMYK percentages

%38
%14.4
%0
%1.96

Codes

Color #9BD6FA in popluar color models

9BD6FA
RGB155214250
HSL203°90.48%79.41%
HSB/HSV203°38.00%98.04%
CMYK38.00%14.40%0.00%
1.96%

Color #9BD6FA in popluar number systems.

HEX9BD6FA
Decimal155214250
Binary100110111101011011111010
Octal233326372

Shades and tints

Shades of #9BD6FA

#9BD6FA
(155,214,250)
#8DC3E4
(141,195,228)
#7FB0CE
(127,176,206)
#719DB8
(113,157,184)
#638AA2
(99,138,162)
#55778C
(85,119,140)
#476476
(71,100,118)
#395160
(57,81,96)
#2B3E4A
(43,62,74)
#1D2B34
(29,43,52)
#0F181E
(15,24,30)
#000000
(0,0,0)

Tints of #9BD6FA

#9BD6FA
(155,214,250)
#A4D9FA
(164,217,250)
#ADDCFA
(173,220,250)
#B6DFFA
(182,223,250)
#BFE2FA
(191,226,250)
#C8E5FA
(200,229,250)
#D1E8FA
(209,232,250)
#DAEBFA
(218,235,250)
#E3EEFA
(227,238,250)
#ECF1FA
(236,241,250)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD6FA color. Also use rgb(155,214,250) instead hex code.

Text Font Color

.myTextColor { color: #9BD6FA; }

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

This text font color is #9BD6FA.


Background Color

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

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

This div background color is #9BD6FA.


Border color

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

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

This div border color is #9BD6FA.


Opacity

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

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

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

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

This text has shadow with #9BD6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD6FA on black background.


Color preview on white background

This text has color #9BD6FA on white background.



Black color preview on #9BD6FA background

This text has black color on #9BD6FA background.


White color preview on #9BD6FA background

This text has white color on #9BD6FA background.