COLOR #B0F7FA

HEX: #B0F7FA
RGB: (176,247,250)

Color info

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

RGB color model

#B0F7FA color RGB value is (176,247,250).

  • red value is 176;
  • green value is 247;
  • blue value is 250.
RGB:
(176,247,250)
(69%,97%,98%)

RGB channels and saturation

R 176 of 255 = 69%
G 247 of 255 = 97%
B 250 of 255 = 98%

176
247
250

R + G + B ~ 88%. #B0F7FA is light color.

Portions of RGB colors in percentages

R + G + B =
176 + 247 + 250 = 673 (100%)
R 176 of 673 ~ 26.15%
G 247 of 673 ~ 36.7%
B 250 of 673 ~ 37.15%

%26.15
%36.7
%37.15

CMYK color model

#B0F7FA color CMYK value is (30,1,0,2).

  • cyan value is 29.60%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(30,1,0,2)
C30M1Y0K2 
(30%,1%,0%,2%)
(0.30/0.01/0.00/0.02)	

CMYK percentages

%29.6
%1.2
%0
%1.96

Codes

Color #B0F7FA in popluar color models

B0F7FA
RGB176247250
HSL182°88.10%83.53%
HSB/HSV182°29.60%98.04%
CMYK29.60%1.20%0.00%
1.96%

Color #B0F7FA in popluar number systems.

HEXB0F7FA
Decimal176247250
Binary101100001111011111111010
Octal260367372

Shades and tints

Shades of #B0F7FA

#B0F7FA
(176,247,250)
#A0E1E4
(160,225,228)
#90CBCE
(144,203,206)
#80B5B8
(128,181,184)
#709FA2
(112,159,162)
#60898C
(96,137,140)
#507376
(80,115,118)
#405D60
(64,93,96)
#30474A
(48,71,74)
#203134
(32,49,52)
#101B1E
(16,27,30)
#000000
(0,0,0)

Tints of #B0F7FA

#B0F7FA
(176,247,250)
#B7F7FA
(183,247,250)
#BEF7FA
(190,247,250)
#C5F7FA
(197,247,250)
#CCF7FA
(204,247,250)
#D3F7FA
(211,247,250)
#DAF7FA
(218,247,250)
#E1F7FA
(225,247,250)
#E8F7FA
(232,247,250)
#EFF7FA
(239,247,250)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F7FA color. Also use rgb(176,247,250) instead hex code.

Text Font Color

.myTextColor { color: #B0F7FA; }

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

This text font color is #B0F7FA.


Background Color

.myBgColor { background-color: #B0F7FA; }

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

This div background color is #B0F7FA.


Border color

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

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

This div border color is #B0F7FA.


Opacity

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

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

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

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

This text has shadow with #B0F7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F7FA on black background.


Color preview on white background

This text has color #B0F7FA on white background.



Black color preview on #B0F7FA background

This text has black color on #B0F7FA background.


White color preview on #B0F7FA background

This text has white color on #B0F7FA background.