COLOR #B1F2F8

HEX: #B1F2F8
RGB: (177,242,248)

Color info

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

RGB color model

#B1F2F8 color RGB value is (177,242,248).

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

RGB channels and saturation

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

177
242
248

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

Portions of RGB colors in percentages

R + G + B =
177 + 242 + 248 = 667 (100%)
R 177 of 667 ~ 26.54%
G 242 of 667 ~ 36.28%
B 248 of 667 ~ 37.18%

%26.54
%36.28
%37.18

CMYK color model

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

  • cyan value is 28.63%
  • magenta value is 2.42%
  • 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.42
%0
%2.75

Codes

Color #B1F2F8 in popluar color models

B1F2F8
RGB177242248
HSL185°83.53%83.33%
HSB/HSV185°28.63%97.25%
CMYK28.63%2.42%0.00%
2.75%

Color #B1F2F8 in popluar number systems.

HEXB1F2F8
Decimal177242248
Binary101100011111001011111000
Octal261362370

Shades and tints

Shades of #B1F2F8

#B1F2F8
(177,242,248)
#A1DCE2
(161,220,226)
#91C6CC
(145,198,204)
#81B0B6
(129,176,182)
#719AA0
(113,154,160)
#61848A
(97,132,138)
#516E74
(81,110,116)
#41585E
(65,88,94)
#314248
(49,66,72)
#212C32
(33,44,50)
#11161C
(17,22,28)
#000000
(0,0,0)

Tints of #B1F2F8

#B1F2F8
(177,242,248)
#B8F3F8
(184,243,248)
#BFF4F8
(191,244,248)
#C6F5F8
(198,245,248)
#CDF6F8
(205,246,248)
#D4F7F8
(212,247,248)
#DBF8F8
(219,248,248)
#E2F9F8
(226,249,248)
#E9FAF8
(233,250,248)
#F0FBF8
(240,251,248)
#F7FCF8
(247,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1F2F8; }

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

This text font color is #B1F2F8.


Background Color

.myBgColor { background-color: #B1F2F8; }

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

This div background color is #B1F2F8.


Border color

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

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

This div border color is #B1F2F8.


Opacity

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

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

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

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

This text has shadow with #B1F2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F2F8 on black background.


Color preview on white background

This text has color #B1F2F8 on white background.



Black color preview on #B1F2F8 background

This text has black color on #B1F2F8 background.


White color preview on #B1F2F8 background

This text has white color on #B1F2F8 background.