COLOR #9BD9F4

HEX: #9BD9F4
RGB: (155,217,244)

Color info

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

RGB color model

#9BD9F4 color RGB value is (155,217,244).

  • red value is 155;
  • green value is 217;
  • blue value is 244.
RGB:
(155,217,244)
(61%,85%,96%)

RGB channels and saturation

R 155 of 255 = 61%
G 217 of 255 = 85%
B 244 of 255 = 96%

155
217
244

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

Portions of RGB colors in percentages

R + G + B =
155 + 217 + 244 = 616 (100%)
R 155 of 616 ~ 25.16%
G 217 of 616 ~ 35.23%
B 244 of 616 ~ 39.61%

%25.16
%35.23
%39.61

CMYK color model

#9BD9F4 color CMYK value is (36,11,0,4).

  • cyan value is 36.48%
  • magenta value is 11.07%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(36,11,0,4)
C36M11Y0K4 
(36%,11%,0%,4%)
(0.36/0.11/0.00/0.04)	

CMYK percentages

%36.48
%11.07
%0
%4.31

Codes

Color #9BD9F4 in popluar color models

9BD9F4
RGB155217244
HSL198°80.18%78.24%
HSB/HSV198°36.48%95.69%
CMYK36.48%11.07%0.00%
4.31%

Color #9BD9F4 in popluar number systems.

HEX9BD9F4
Decimal155217244
Binary100110111101100111110100
Octal233331364

Shades and tints

Shades of #9BD9F4

#9BD9F4
(155,217,244)
#8DC6DE
(141,198,222)
#7FB3C8
(127,179,200)
#71A0B2
(113,160,178)
#638D9C
(99,141,156)
#557A86
(85,122,134)
#476770
(71,103,112)
#39545A
(57,84,90)
#2B4144
(43,65,68)
#1D2E2E
(29,46,46)
#0F1B18
(15,27,24)
#000000
(0,0,0)

Tints of #9BD9F4

#9BD9F4
(155,217,244)
#A4DCF5
(164,220,245)
#ADDFF6
(173,223,246)
#B6E2F7
(182,226,247)
#BFE5F8
(191,229,248)
#C8E8F9
(200,232,249)
#D1EBFA
(209,235,250)
#DAEEFB
(218,238,251)
#E3F1FC
(227,241,252)
#ECF4FD
(236,244,253)
#F5F7FE
(245,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD9F4 color. Also use rgb(155,217,244) instead hex code.

Text Font Color

.myTextColor { color: #9BD9F4; }

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

This text font color is #9BD9F4.


Background Color

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

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

This div background color is #9BD9F4.


Border color

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

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

This div border color is #9BD9F4.


Opacity

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

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

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

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

This text has shadow with #9BD9F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD9F4 on black background.


Color preview on white background

This text has color #9BD9F4 on white background.



Black color preview on #9BD9F4 background

This text has black color on #9BD9F4 background.


White color preview on #9BD9F4 background

This text has white color on #9BD9F4 background.