COLOR #9BE7F8

HEX: #9BE7F8
RGB: (155,231,248)

Color info

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

RGB color model

#9BE7F8 color RGB value is (155,231,248).

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

RGB channels and saturation

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

155
231
248

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

Portions of RGB colors in percentages

R + G + B =
155 + 231 + 248 = 634 (100%)
R 155 of 634 ~ 24.45%
G 231 of 634 ~ 36.44%
B 248 of 634 ~ 39.12%

%24.45
%36.44
%39.12

CMYK color model

#9BE7F8 color CMYK value is (38,7,0,3).

  • cyan value is 37.50%
  • magenta value is 6.85%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(38,7,0,3)
C38M7Y0K3 
(38%,7%,0%,3%)
(0.38/0.07/0.00/0.03)	

CMYK percentages

%37.5
%6.85
%0
%2.75

Codes

Color #9BE7F8 in popluar color models

9BE7F8
RGB155231248
HSL191°86.92%79.02%
HSB/HSV191°37.50%97.25%
CMYK37.50%6.85%0.00%
2.75%

Color #9BE7F8 in popluar number systems.

HEX9BE7F8
Decimal155231248
Binary100110111110011111111000
Octal233347370

Shades and tints

Shades of #9BE7F8

#9BE7F8
(155,231,248)
#8DD2E2
(141,210,226)
#7FBDCC
(127,189,204)
#71A8B6
(113,168,182)
#6393A0
(99,147,160)
#557E8A
(85,126,138)
#476974
(71,105,116)
#39545E
(57,84,94)
#2B3F48
(43,63,72)
#1D2A32
(29,42,50)
#0F151C
(15,21,28)
#000000
(0,0,0)

Tints of #9BE7F8

#9BE7F8
(155,231,248)
#A4E9F8
(164,233,248)
#ADEBF8
(173,235,248)
#B6EDF8
(182,237,248)
#BFEFF8
(191,239,248)
#C8F1F8
(200,241,248)
#D1F3F8
(209,243,248)
#DAF5F8
(218,245,248)
#E3F7F8
(227,247,248)
#ECF9F8
(236,249,248)
#F5FBF8
(245,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BE7F8; }

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

This text font color is #9BE7F8.


Background Color

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

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

This div background color is #9BE7F8.


Border color

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

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

This div border color is #9BE7F8.


Opacity

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

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

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

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

This text has shadow with #9BE7F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE7F8 on black background.


Color preview on white background

This text has color #9BE7F8 on white background.



Black color preview on #9BE7F8 background

This text has black color on #9BE7F8 background.


White color preview on #9BE7F8 background

This text has white color on #9BE7F8 background.