COLOR #9BDDF8

HEX: #9BDDF8
RGB: (155,221,248)

Color info

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

RGB color model

#9BDDF8 color RGB value is (155,221,248).

  • red value is 155;
  • green value is 221;
  • blue value is 248.
RGB:
(155,221,248)
(61%,87%,97%)

RGB channels and saturation

R 155 of 255 = 61%
G 221 of 255 = 87%
B 248 of 255 = 97%

155
221
248

R + G + B ~ 82%. #9BDDF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 221 + 248 = 624 (100%)
R 155 of 624 ~ 24.84%
G 221 of 624 ~ 35.42%
B 248 of 624 ~ 39.74%

%24.84
%35.42
%39.74

CMYK color model

#9BDDF8 color CMYK value is (38,11,0,3).

  • cyan value is 37.50%
  • magenta value is 10.89%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(38,11,0,3)
C38M11Y0K3 
(38%,11%,0%,3%)
(0.38/0.11/0.00/0.03)	

CMYK percentages

%37.5
%10.89
%0
%2.75

Codes

Color #9BDDF8 in popluar color models

9BDDF8
RGB155221248
HSL197°86.92%79.02%
HSB/HSV197°37.50%97.25%
CMYK37.50%10.89%0.00%
2.75%

Color #9BDDF8 in popluar number systems.

HEX9BDDF8
Decimal155221248
Binary100110111101110111111000
Octal233335370

Shades and tints

Shades of #9BDDF8

#9BDDF8
(155,221,248)
#8DC9E2
(141,201,226)
#7FB5CC
(127,181,204)
#71A1B6
(113,161,182)
#638DA0
(99,141,160)
#55798A
(85,121,138)
#476574
(71,101,116)
#39515E
(57,81,94)
#2B3D48
(43,61,72)
#1D2932
(29,41,50)
#0F151C
(15,21,28)
#000000
(0,0,0)

Tints of #9BDDF8

#9BDDF8
(155,221,248)
#A4E0F8
(164,224,248)
#ADE3F8
(173,227,248)
#B6E6F8
(182,230,248)
#BFE9F8
(191,233,248)
#C8ECF8
(200,236,248)
#D1EFF8
(209,239,248)
#DAF2F8
(218,242,248)
#E3F5F8
(227,245,248)
#ECF8F8
(236,248,248)
#F5FBF8
(245,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BDDF8 color. Also use rgb(155,221,248) instead hex code.

Text Font Color

.myTextColor { color: #9BDDF8; }

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

This text font color is #9BDDF8.


Background Color

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

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

This div background color is #9BDDF8.


Border color

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

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

This div border color is #9BDDF8.


Opacity

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

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

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

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

This text has shadow with #9BDDF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BDDF8 on black background.


Color preview on white background

This text has color #9BDDF8 on white background.



Black color preview on #9BDDF8 background

This text has black color on #9BDDF8 background.


White color preview on #9BDDF8 background

This text has white color on #9BDDF8 background.