COLOR #B0E0EF

HEX: #B0E0EF
RGB: (176,224,239)

Color info

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

RGB color model

#B0E0EF color RGB value is (176,224,239).

  • red value is 176;
  • green value is 224;
  • blue value is 239.
RGB:
(176,224,239)
(69%,88%,94%)

RGB channels and saturation

R 176 of 255 = 69%
G 224 of 255 = 88%
B 239 of 255 = 94%

176
224
239

R + G + B ~ 84%. #B0E0EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 224 + 239 = 639 (100%)
R 176 of 639 ~ 27.54%
G 224 of 639 ~ 35.05%
B 239 of 639 ~ 37.4%

%27.54
%35.05
%37.4

CMYK color model

#B0E0EF color CMYK value is (26,6,0,6).

  • cyan value is 26.36%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(26,6,0,6)
C26M6Y0K6 
(26%,6%,0%,6%)
(0.26/0.06/0.00/0.06)	

CMYK percentages

%26.36
%6.28
%0
%6.27

Codes

Color #B0E0EF in popluar color models

B0E0EF
RGB176224239
HSL194°66.32%81.37%
HSB/HSV194°26.36%93.73%
CMYK26.36%6.28%0.00%
6.27%

Color #B0E0EF in popluar number systems.

HEXB0E0EF
Decimal176224239
Binary101100001110000011101111
Octal260340357

Shades and tints

Shades of #B0E0EF

#B0E0EF
(176,224,239)
#A0CCDA
(160,204,218)
#90B8C5
(144,184,197)
#80A4B0
(128,164,176)
#70909B
(112,144,155)
#607C86
(96,124,134)
#506871
(80,104,113)
#40545C
(64,84,92)
#304047
(48,64,71)
#202C32
(32,44,50)
#10181D
(16,24,29)
#000000
(0,0,0)

Tints of #B0E0EF

#B0E0EF
(176,224,239)
#B7E2F0
(183,226,240)
#BEE4F1
(190,228,241)
#C5E6F2
(197,230,242)
#CCE8F3
(204,232,243)
#D3EAF4
(211,234,244)
#DAECF5
(218,236,245)
#E1EEF6
(225,238,246)
#E8F0F7
(232,240,247)
#EFF2F8
(239,242,248)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E0EF color. Also use rgb(176,224,239) instead hex code.

Text Font Color

.myTextColor { color: #B0E0EF; }

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

This text font color is #B0E0EF.


Background Color

.myBgColor { background-color: #B0E0EF; }

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

This div background color is #B0E0EF.


Border color

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

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

This div border color is #B0E0EF.


Opacity

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

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

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

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

This text has shadow with #B0E0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E0EF on black background.


Color preview on white background

This text has color #B0E0EF on white background.



Black color preview on #B0E0EF background

This text has black color on #B0E0EF background.


White color preview on #B0E0EF background

This text has white color on #B0E0EF background.