COLOR #B0F4F9

HEX: #B0F4F9
RGB: (176,244,249)

Color info

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

RGB color model

#B0F4F9 color RGB value is (176,244,249).

  • red value is 176;
  • green value is 244;
  • blue value is 249.
RGB:
(176,244,249)
(69%,96%,98%)

RGB channels and saturation

R 176 of 255 = 69%
G 244 of 255 = 96%
B 249 of 255 = 98%

176
244
249

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

Portions of RGB colors in percentages

R + G + B =
176 + 244 + 249 = 669 (100%)
R 176 of 669 ~ 26.31%
G 244 of 669 ~ 36.47%
B 249 of 669 ~ 37.22%

%26.31
%36.47
%37.22

CMYK color model

#B0F4F9 color CMYK value is (29,2,0,2).

  • cyan value is 29.32%
  • magenta value is 2.01%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(29,2,0,2)
C29M2Y0K2 
(29%,2%,0%,2%)
(0.29/0.02/0.00/0.02)	

CMYK percentages

%29.32
%2.01
%0
%2.35

Codes

Color #B0F4F9 in popluar color models

B0F4F9
RGB176244249
HSL184°85.88%83.33%
HSB/HSV184°29.32%97.65%
CMYK29.32%2.01%0.00%
2.35%

Color #B0F4F9 in popluar number systems.

HEXB0F4F9
Decimal176244249
Binary101100001111010011111001
Octal260364371

Shades and tints

Shades of #B0F4F9

#B0F4F9
(176,244,249)
#A0DEE3
(160,222,227)
#90C8CD
(144,200,205)
#80B2B7
(128,178,183)
#709CA1
(112,156,161)
#60868B
(96,134,139)
#507075
(80,112,117)
#405A5F
(64,90,95)
#304449
(48,68,73)
#202E33
(32,46,51)
#10181D
(16,24,29)
#000000
(0,0,0)

Tints of #B0F4F9

#B0F4F9
(176,244,249)
#B7F5F9
(183,245,249)
#BEF6F9
(190,246,249)
#C5F7F9
(197,247,249)
#CCF8F9
(204,248,249)
#D3F9F9
(211,249,249)
#DAFAF9
(218,250,249)
#E1FBF9
(225,251,249)
#E8FCF9
(232,252,249)
#EFFDF9
(239,253,249)
#F6FEF9
(246,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F4F9 color. Also use rgb(176,244,249) instead hex code.

Text Font Color

.myTextColor { color: #B0F4F9; }

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

This text font color is #B0F4F9.


Background Color

.myBgColor { background-color: #B0F4F9; }

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

This div background color is #B0F4F9.


Border color

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

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

This div border color is #B0F4F9.


Opacity

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

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

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

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

This text has shadow with #B0F4F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F4F9 on black background.


Color preview on white background

This text has color #B0F4F9 on white background.



Black color preview on #B0F4F9 background

This text has black color on #B0F4F9 background.


White color preview on #B0F4F9 background

This text has white color on #B0F4F9 background.