COLOR #B0EFF1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

176
239
241

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

Portions of RGB colors in percentages

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

%26.83
%36.43
%36.74

CMYK color model

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

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

CMYK percentages

%26.97
%0.83
%0
%5.49

Codes

Color #B0EFF1 in popluar color models

B0EFF1
RGB176239241
HSL182°69.89%81.76%
HSB/HSV182°26.97%94.51%
CMYK26.97%0.83%0.00%
5.49%

Color #B0EFF1 in popluar number systems.

HEXB0EFF1
Decimal176239241
Binary101100001110111111110001
Octal260357361

Shades and tints

Shades of #B0EFF1

#B0EFF1
(176,239,241)
#A0DADC
(160,218,220)
#90C5C7
(144,197,199)
#80B0B2
(128,176,178)
#709B9D
(112,155,157)
#608688
(96,134,136)
#507173
(80,113,115)
#405C5E
(64,92,94)
#304749
(48,71,73)
#203234
(32,50,52)
#101D1F
(16,29,31)
#000000
(0,0,0)

Tints of #B0EFF1

#B0EFF1
(176,239,241)
#B7F0F2
(183,240,242)
#BEF1F3
(190,241,243)
#C5F2F4
(197,242,244)
#CCF3F5
(204,243,245)
#D3F4F6
(211,244,246)
#DAF5F7
(218,245,247)
#E1F6F8
(225,246,248)
#E8F7F9
(232,247,249)
#EFF8FA
(239,248,250)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0EFF1; }

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

This text font color is #B0EFF1.


Background Color

.myBgColor { background-color: #B0EFF1; }

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

This div background color is #B0EFF1.


Border color

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

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

This div border color is #B0EFF1.


Opacity

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

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

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

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

This text has shadow with #B0EFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0EFF1 on black background.


Color preview on white background

This text has color #B0EFF1 on white background.



Black color preview on #B0EFF1 background

This text has black color on #B0EFF1 background.


White color preview on #B0EFF1 background

This text has white color on #B0EFF1 background.