COLOR #B0E5F7

HEX: #B0E5F7
RGB: (176,229,247)

Color info

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

RGB color model

#B0E5F7 color RGB value is (176,229,247).

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

RGB channels and saturation

R 176 of 255 = 69%
G 229 of 255 = 90%
B 247 of 255 = 97%

176
229
247

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

Portions of RGB colors in percentages

R + G + B =
176 + 229 + 247 = 652 (100%)
R 176 of 652 ~ 26.99%
G 229 of 652 ~ 35.12%
B 247 of 652 ~ 37.88%

%26.99
%35.12
%37.88

CMYK color model

#B0E5F7 color CMYK value is (29,7,0,3).

  • cyan value is 28.74%
  • magenta value is 7.29%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(29,7,0,3)
C29M7Y0K3 
(29%,7%,0%,3%)
(0.29/0.07/0.00/0.03)	

CMYK percentages

%28.74
%7.29
%0
%3.14

Codes

Color #B0E5F7 in popluar color models

B0E5F7
RGB176229247
HSL195°81.61%82.94%
HSB/HSV195°28.74%96.86%
CMYK28.74%7.29%0.00%
3.14%

Color #B0E5F7 in popluar number systems.

HEXB0E5F7
Decimal176229247
Binary101100001110010111110111
Octal260345367

Shades and tints

Shades of #B0E5F7

#B0E5F7
(176,229,247)
#A0D1E1
(160,209,225)
#90BDCB
(144,189,203)
#80A9B5
(128,169,181)
#70959F
(112,149,159)
#608189
(96,129,137)
#506D73
(80,109,115)
#40595D
(64,89,93)
#304547
(48,69,71)
#203131
(32,49,49)
#101D1B
(16,29,27)
#000000
(0,0,0)

Tints of #B0E5F7

#B0E5F7
(176,229,247)
#B7E7F7
(183,231,247)
#BEE9F7
(190,233,247)
#C5EBF7
(197,235,247)
#CCEDF7
(204,237,247)
#D3EFF7
(211,239,247)
#DAF1F7
(218,241,247)
#E1F3F7
(225,243,247)
#E8F5F7
(232,245,247)
#EFF7F7
(239,247,247)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E5F7; }

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

This text font color is #B0E5F7.


Background Color

.myBgColor { background-color: #B0E5F7; }

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

This div background color is #B0E5F7.


Border color

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

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

This div border color is #B0E5F7.


Opacity

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

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

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

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

This text has shadow with #B0E5F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E5F7 on black background.


Color preview on white background

This text has color #B0E5F7 on white background.



Black color preview on #B0E5F7 background

This text has black color on #B0E5F7 background.


White color preview on #B0E5F7 background

This text has white color on #B0E5F7 background.