COLOR #B0E2F8

HEX: #B0E2F8
RGB: (176,226,248)

Color info

#B0E2F8 contains mainly green and blue colors. Web safe color of #B0E2F8 is #99CCFF (or #9CF).

RGB color model

#B0E2F8 color RGB value is (176,226,248).

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

RGB channels and saturation

R 176 of 255 = 69%
G 226 of 255 = 89%
B 248 of 255 = 97%

176
226
248

R + G + B ~ 85%. #B0E2F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 226 + 248 = 650 (100%)
R 176 of 650 ~ 27.08%
G 226 of 650 ~ 34.77%
B 248 of 650 ~ 38.15%

%27.08
%34.77
%38.15

CMYK color model

#B0E2F8 color CMYK value is (29,9,0,3).

  • cyan value is 29.03%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(29,9,0,3)
C29M9Y0K3 
(29%,9%,0%,3%)
(0.29/0.09/0.00/0.03)	

CMYK percentages

%29.03
%8.87
%0
%2.75

Codes

Color #B0E2F8 in popluar color models

B0E2F8
RGB176226248
HSL198°83.72%83.14%
HSB/HSV198°29.03%97.25%
CMYK29.03%8.87%0.00%
2.75%

Color #B0E2F8 in popluar number systems.

HEXB0E2F8
Decimal176226248
Binary101100001110001011111000
Octal260342370

Shades and tints

Shades of #B0E2F8

#B0E2F8
(176,226,248)
#A0CEE2
(160,206,226)
#90BACC
(144,186,204)
#80A6B6
(128,166,182)
#7092A0
(112,146,160)
#607E8A
(96,126,138)
#506A74
(80,106,116)
#40565E
(64,86,94)
#304248
(48,66,72)
#202E32
(32,46,50)
#101A1C
(16,26,28)
#000000
(0,0,0)

Tints of #B0E2F8

#B0E2F8
(176,226,248)
#B7E4F8
(183,228,248)
#BEE6F8
(190,230,248)
#C5E8F8
(197,232,248)
#CCEAF8
(204,234,248)
#D3ECF8
(211,236,248)
#DAEEF8
(218,238,248)
#E1F0F8
(225,240,248)
#E8F2F8
(232,242,248)
#EFF4F8
(239,244,248)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E2F8; }

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

This text font color is #B0E2F8.


Background Color

.myBgColor { background-color: #B0E2F8; }

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

This div background color is #B0E2F8.


Border color

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

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

This div border color is #B0E2F8.


Opacity

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

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

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

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

This text has shadow with #B0E2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E2F8 on black background.


Color preview on white background

This text has color #B0E2F8 on white background.



Black color preview on #B0E2F8 background

This text has black color on #B0E2F8 background.


White color preview on #B0E2F8 background

This text has white color on #B0E2F8 background.