COLOR #B0F1EF

HEX: #B0F1EF
RGB: (176,241,239)

Color info

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

RGB color model

#B0F1EF color RGB value is (176,241,239).

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

RGB channels and saturation

R 176 of 255 = 69%
G 241 of 255 = 95%
B 239 of 255 = 94%

176
241
239

R + G + B ~ 86%. #B0F1EF is light color.

Portions of RGB colors in percentages

R + G + B =
176 + 241 + 239 = 656 (100%)
R 176 of 656 ~ 26.83%
G 241 of 656 ~ 36.74%
B 239 of 656 ~ 36.43%

%26.83
%36.74
%36.43

CMYK color model

#B0F1EF color CMYK value is (27,0,1,5).

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.49%
CMYK:
(27,0,1,5)
C27M0Y1K5 
(27%,0%,1%,5%)
(0.27/0.00/0.01/0.05)	

CMYK percentages

%26.97
%0
%0.83
%5.49

Codes

Color #B0F1EF in popluar color models

B0F1EF
RGB176241239
HSL178°69.89%81.76%
HSB/HSV178°26.97%94.51%
CMYK26.97%0.00%0.83%
5.49%

Color #B0F1EF in popluar number systems.

HEXB0F1EF
Decimal176241239
Binary101100001111000111101111
Octal260361357

Shades and tints

Shades of #B0F1EF

#B0F1EF
(176,241,239)
#A0DCDA
(160,220,218)
#90C7C5
(144,199,197)
#80B2B0
(128,178,176)
#709D9B
(112,157,155)
#608886
(96,136,134)
#507371
(80,115,113)
#405E5C
(64,94,92)
#304947
(48,73,71)
#203432
(32,52,50)
#101F1D
(16,31,29)
#000000
(0,0,0)

Tints of #B0F1EF

#B0F1EF
(176,241,239)
#B7F2F0
(183,242,240)
#BEF3F1
(190,243,241)
#C5F4F2
(197,244,242)
#CCF5F3
(204,245,243)
#D3F6F4
(211,246,244)
#DAF7F5
(218,247,245)
#E1F8F6
(225,248,246)
#E8F9F7
(232,249,247)
#EFFAF8
(239,250,248)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F1EF; }

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

This text font color is #B0F1EF.


Background Color

.myBgColor { background-color: #B0F1EF; }

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

This div background color is #B0F1EF.


Border color

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

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

This div border color is #B0F1EF.


Opacity

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

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

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

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

This text has shadow with #B0F1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F1EF on black background.


Color preview on white background

This text has color #B0F1EF on white background.



Black color preview on #B0F1EF background

This text has black color on #B0F1EF background.


White color preview on #B0F1EF background

This text has white color on #B0F1EF background.