COLOR #B0F6F8

HEX: #B0F6F8
RGB: (176,246,248)

Color info

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

RGB color model

#B0F6F8 color RGB value is (176,246,248).

  • red value is 176;
  • green value is 246;
  • blue value is 248.
RGB:
(176,246,248)
(69%,96%,97%)

RGB channels and saturation

R 176 of 255 = 69%
G 246 of 255 = 96%
B 248 of 255 = 97%

176
246
248

R + G + B ~ 87%. #B0F6F8 is light color.

Portions of RGB colors in percentages

R + G + B =
176 + 246 + 248 = 670 (100%)
R 176 of 670 ~ 26.27%
G 246 of 670 ~ 36.72%
B 248 of 670 ~ 37.01%

%26.27
%36.72
%37.01

CMYK color model

#B0F6F8 color CMYK value is (29,1,0,3).

  • cyan value is 29.03%
  • magenta value is 0.81%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(29,1,0,3)
C29M1Y0K3 
(29%,1%,0%,3%)
(0.29/0.01/0.00/0.03)	

CMYK percentages

%29.03
%0.81
%0
%2.75

Codes

Color #B0F6F8 in popluar color models

B0F6F8
RGB176246248
HSL182°83.72%83.14%
HSB/HSV182°29.03%97.25%
CMYK29.03%0.81%0.00%
2.75%

Color #B0F6F8 in popluar number systems.

HEXB0F6F8
Decimal176246248
Binary101100001111011011111000
Octal260366370

Shades and tints

Shades of #B0F6F8

#B0F6F8
(176,246,248)
#A0E0E2
(160,224,226)
#90CACC
(144,202,204)
#80B4B6
(128,180,182)
#709EA0
(112,158,160)
#60888A
(96,136,138)
#507274
(80,114,116)
#405C5E
(64,92,94)
#304648
(48,70,72)
#203032
(32,48,50)
#101A1C
(16,26,28)
#000000
(0,0,0)

Tints of #B0F6F8

#B0F6F8
(176,246,248)
#B7F6F8
(183,246,248)
#BEF6F8
(190,246,248)
#C5F6F8
(197,246,248)
#CCF6F8
(204,246,248)
#D3F6F8
(211,246,248)
#DAF6F8
(218,246,248)
#E1F6F8
(225,246,248)
#E8F6F8
(232,246,248)
#EFF6F8
(239,246,248)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F6F8 color. Also use rgb(176,246,248) instead hex code.

Text Font Color

.myTextColor { color: #B0F6F8; }

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

This text font color is #B0F6F8.


Background Color

.myBgColor { background-color: #B0F6F8; }

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

This div background color is #B0F6F8.


Border color

.myBorderColor { border: 1px solid #B0F6F8; }

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

This div border color is #B0F6F8.


Opacity

.myOpacity80 { color: #B0F6F8; opacity: 0.8; }

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

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

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

This text has shadow with #B0F6F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F6F8 on black background.


Color preview on white background

This text has color #B0F6F8 on white background.



Black color preview on #B0F6F8 background

This text has black color on #B0F6F8 background.


White color preview on #B0F6F8 background

This text has white color on #B0F6F8 background.