COLOR #B1F3F8

HEX: #B1F3F8
RGB: (177,243,248)

Color info

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

RGB color model

#B1F3F8 color RGB value is (177,243,248).

  • red value is 177;
  • green value is 243;
  • blue value is 248.
RGB:
(177,243,248)
(69%,95%,97%)

RGB channels and saturation

R 177 of 255 = 69%
G 243 of 255 = 95%
B 248 of 255 = 97%

177
243
248

R + G + B ~ 87%. #B1F3F8 is light color.

Portions of RGB colors in percentages

R + G + B =
177 + 243 + 248 = 668 (100%)
R 177 of 668 ~ 26.5%
G 243 of 668 ~ 36.38%
B 248 of 668 ~ 37.13%

%26.5
%36.38
%37.13

CMYK color model

#B1F3F8 color CMYK value is (29,2,0,3).

  • cyan value is 28.63%
  • magenta value is 2.02%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(29,2,0,3)
C29M2Y0K3 
(29%,2%,0%,3%)
(0.29/0.02/0.00/0.03)	

CMYK percentages

%28.63
%2.02
%0
%2.75

Codes

Color #B1F3F8 in popluar color models

B1F3F8
RGB177243248
HSL184°83.53%83.33%
HSB/HSV184°28.63%97.25%
CMYK28.63%2.02%0.00%
2.75%

Color #B1F3F8 in popluar number systems.

HEXB1F3F8
Decimal177243248
Binary101100011111001111111000
Octal261363370

Shades and tints

Shades of #B1F3F8

#B1F3F8
(177,243,248)
#A1DDE2
(161,221,226)
#91C7CC
(145,199,204)
#81B1B6
(129,177,182)
#719BA0
(113,155,160)
#61858A
(97,133,138)
#516F74
(81,111,116)
#41595E
(65,89,94)
#314348
(49,67,72)
#212D32
(33,45,50)
#11171C
(17,23,28)
#000000
(0,0,0)

Tints of #B1F3F8

#B1F3F8
(177,243,248)
#B8F4F8
(184,244,248)
#BFF5F8
(191,245,248)
#C6F6F8
(198,246,248)
#CDF7F8
(205,247,248)
#D4F8F8
(212,248,248)
#DBF9F8
(219,249,248)
#E2FAF8
(226,250,248)
#E9FBF8
(233,251,248)
#F0FCF8
(240,252,248)
#F7FDF8
(247,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1F3F8 color. Also use rgb(177,243,248) instead hex code.

Text Font Color

.myTextColor { color: #B1F3F8; }

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

This text font color is #B1F3F8.


Background Color

.myBgColor { background-color: #B1F3F8; }

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

This div background color is #B1F3F8.


Border color

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

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

This div border color is #B1F3F8.


Opacity

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

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

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

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

This text has shadow with #B1F3F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F3F8 on black background.


Color preview on white background

This text has color #B1F3F8 on white background.



Black color preview on #B1F3F8 background

This text has black color on #B1F3F8 background.


White color preview on #B1F3F8 background

This text has white color on #B1F3F8 background.