COLOR #9BD3F3

HEX: #9BD3F3
RGB: (155,211,243)

Color info

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

RGB color model

#9BD3F3 color RGB value is (155,211,243).

  • red value is 155;
  • green value is 211;
  • blue value is 243.
RGB:
(155,211,243)
(61%,83%,95%)

RGB channels and saturation

R 155 of 255 = 61%
G 211 of 255 = 83%
B 243 of 255 = 95%

155
211
243

R + G + B ~ 80%. #9BD3F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 211 + 243 = 609 (100%)
R 155 of 609 ~ 25.45%
G 211 of 609 ~ 34.65%
B 243 of 609 ~ 39.9%

%25.45
%34.65
%39.9

CMYK color model

#9BD3F3 color CMYK value is (36,13,0,5).

  • cyan value is 36.21%
  • magenta value is 13.17%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(36,13,0,5)
C36M13Y0K5 
(36%,13%,0%,5%)
(0.36/0.13/0.00/0.05)	

CMYK percentages

%36.21
%13.17
%0
%4.71

Codes

Color #9BD3F3 in popluar color models

9BD3F3
RGB155211243
HSL202°78.57%78.04%
HSB/HSV202°36.21%95.29%
CMYK36.21%13.17%0.00%
4.71%

Color #9BD3F3 in popluar number systems.

HEX9BD3F3
Decimal155211243
Binary100110111101001111110011
Octal233323363

Shades and tints

Shades of #9BD3F3

#9BD3F3
(155,211,243)
#8DC0DD
(141,192,221)
#7FADC7
(127,173,199)
#719AB1
(113,154,177)
#63879B
(99,135,155)
#557485
(85,116,133)
#47616F
(71,97,111)
#394E59
(57,78,89)
#2B3B43
(43,59,67)
#1D282D
(29,40,45)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #9BD3F3

#9BD3F3
(155,211,243)
#A4D7F4
(164,215,244)
#ADDBF5
(173,219,245)
#B6DFF6
(182,223,246)
#BFE3F7
(191,227,247)
#C8E7F8
(200,231,248)
#D1EBF9
(209,235,249)
#DAEFFA
(218,239,250)
#E3F3FB
(227,243,251)
#ECF7FC
(236,247,252)
#F5FBFD
(245,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD3F3 color. Also use rgb(155,211,243) instead hex code.

Text Font Color

.myTextColor { color: #9BD3F3; }

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

This text font color is #9BD3F3.


Background Color

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

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

This div background color is #9BD3F3.


Border color

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

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

This div border color is #9BD3F3.


Opacity

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

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

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

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

This text has shadow with #9BD3F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD3F3 on black background.


Color preview on white background

This text has color #9BD3F3 on white background.



Black color preview on #9BD3F3 background

This text has black color on #9BD3F3 background.


White color preview on #9BD3F3 background

This text has white color on #9BD3F3 background.