COLOR #9BE9F8

HEX: #9BE9F8
RGB: (155,233,248)

Color info

#9BE9F8 contains mainly green and blue colors. Web safe color of #9BE9F8 is #99FFFF (or #9FF).

RGB color model

#9BE9F8 color RGB value is (155,233,248).

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

RGB channels and saturation

R 155 of 255 = 61%
G 233 of 255 = 91%
B 248 of 255 = 97%

155
233
248

R + G + B ~ 83%. #9BE9F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 233 + 248 = 636 (100%)
R 155 of 636 ~ 24.37%
G 233 of 636 ~ 36.64%
B 248 of 636 ~ 38.99%

%24.37
%36.64
%38.99

CMYK color model

#9BE9F8 color CMYK value is (38,6,0,3).

  • cyan value is 37.50%
  • magenta value is 6.05%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(38,6,0,3)
C38M6Y0K3 
(38%,6%,0%,3%)
(0.38/0.06/0.00/0.03)	

CMYK percentages

%37.5
%6.05
%0
%2.75

Codes

Color #9BE9F8 in popluar color models

9BE9F8
RGB155233248
HSL190°86.92%79.02%
HSB/HSV190°37.50%97.25%
CMYK37.50%6.05%0.00%
2.75%

Color #9BE9F8 in popluar number systems.

HEX9BE9F8
Decimal155233248
Binary100110111110100111111000
Octal233351370

Shades and tints

Shades of #9BE9F8

#9BE9F8
(155,233,248)
#8DD4E2
(141,212,226)
#7FBFCC
(127,191,204)
#71AAB6
(113,170,182)
#6395A0
(99,149,160)
#55808A
(85,128,138)
#476B74
(71,107,116)
#39565E
(57,86,94)
#2B4148
(43,65,72)
#1D2C32
(29,44,50)
#0F171C
(15,23,28)
#000000
(0,0,0)

Tints of #9BE9F8

#9BE9F8
(155,233,248)
#A4EBF8
(164,235,248)
#ADEDF8
(173,237,248)
#B6EFF8
(182,239,248)
#BFF1F8
(191,241,248)
#C8F3F8
(200,243,248)
#D1F5F8
(209,245,248)
#DAF7F8
(218,247,248)
#E3F9F8
(227,249,248)
#ECFBF8
(236,251,248)
#F5FDF8
(245,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BE9F8; }

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

This text font color is #9BE9F8.


Background Color

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

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

This div background color is #9BE9F8.


Border color

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

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

This div border color is #9BE9F8.


Opacity

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

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

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

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

This text has shadow with #9BE9F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE9F8 on black background.


Color preview on white background

This text has color #9BE9F8 on white background.



Black color preview on #9BE9F8 background

This text has black color on #9BE9F8 background.


White color preview on #9BE9F8 background

This text has white color on #9BE9F8 background.