COLOR #9BD0F1

HEX: #9BD0F1
RGB: (155,208,241)

Color info

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

RGB color model

#9BD0F1 color RGB value is (155,208,241).

  • red value is 155;
  • green value is 208;
  • blue value is 241.
RGB:
(155,208,241)
(61%,82%,95%)

RGB channels and saturation

R 155 of 255 = 61%
G 208 of 255 = 82%
B 241 of 255 = 95%

155
208
241

R + G + B ~ 79%. #9BD0F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 208 + 241 = 604 (100%)
R 155 of 604 ~ 25.66%
G 208 of 604 ~ 34.44%
B 241 of 604 ~ 39.9%

%25.66
%34.44
%39.9

CMYK color model

#9BD0F1 color CMYK value is (36,14,0,5).

  • cyan value is 35.68%
  • magenta value is 13.69%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(36,14,0,5)
C36M14Y0K5 
(36%,14%,0%,5%)
(0.36/0.14/0.00/0.05)	

CMYK percentages

%35.68
%13.69
%0
%5.49

Codes

Color #9BD0F1 in popluar color models

9BD0F1
RGB155208241
HSL203°75.44%77.65%
HSB/HSV203°35.68%94.51%
CMYK35.68%13.69%0.00%
5.49%

Color #9BD0F1 in popluar number systems.

HEX9BD0F1
Decimal155208241
Binary100110111101000011110001
Octal233320361

Shades and tints

Shades of #9BD0F1

#9BD0F1
(155,208,241)
#8DBEDC
(141,190,220)
#7FACC7
(127,172,199)
#719AB2
(113,154,178)
#63889D
(99,136,157)
#557688
(85,118,136)
#476473
(71,100,115)
#39525E
(57,82,94)
#2B4049
(43,64,73)
#1D2E34
(29,46,52)
#0F1C1F
(15,28,31)
#000000
(0,0,0)

Tints of #9BD0F1

#9BD0F1
(155,208,241)
#A4D4F2
(164,212,242)
#ADD8F3
(173,216,243)
#B6DCF4
(182,220,244)
#BFE0F5
(191,224,245)
#C8E4F6
(200,228,246)
#D1E8F7
(209,232,247)
#DAECF8
(218,236,248)
#E3F0F9
(227,240,249)
#ECF4FA
(236,244,250)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD0F1 color. Also use rgb(155,208,241) instead hex code.

Text Font Color

.myTextColor { color: #9BD0F1; }

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

This text font color is #9BD0F1.


Background Color

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

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

This div background color is #9BD0F1.


Border color

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

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

This div border color is #9BD0F1.


Opacity

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

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

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

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

This text has shadow with #9BD0F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD0F1 on black background.


Color preview on white background

This text has color #9BD0F1 on white background.



Black color preview on #9BD0F1 background

This text has black color on #9BD0F1 background.


White color preview on #9BD0F1 background

This text has white color on #9BD0F1 background.