COLOR #B1F6FC

HEX: #B1F6FC
RGB: (177,246,252)

Color info

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

RGB color model

#B1F6FC color RGB value is (177,246,252).

  • red value is 177;
  • green value is 246;
  • blue value is 252.
RGB: (177,246,252) (69%,96%,99%)

RGB channels and saturation

R 177 of 255 = 69%
G 246 of 255 = 96%
B 252 of 255 = 99%

177
246
252

R + G + B ~ 88%. #B1F6FC is light color.

Portions of RGB colors in percentages

R + G + B =
177 + 246 + 252 = 675 (100%)
R 177 of 675 ~ 26.22%
G 246 of 675 ~ 36.44%
B 252 of 675 ~ 37.33%

%26.22
%36.44
%37.33

CMYK color model

#B1F6FC color CMYK value is (30,2,0,1).

  • cyan value is 29.76%
  • magenta value is 2.38%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK: (30,2,0,1) C30M2Y0K1 (30%,2%,0%,1%) (0.30/0.02/0.00/0.01)

CMYK percentages

%29.76
%2.38
%0
%1.18

Codes

Color #B1F6FC in popluar color models

B1F6FC
RGB177246252
HSL185°92.59%84.12%
HSB/HSV185°29.76%98.82%
CMYK29.76%2.38%0.00%
1.18%

Color #B1F6FC in popluar number systems.

HEXB1F6FC
Decimal177246252
Binary101100011111011011111100
Octal261366374

Shades and tints

Shades of #B1F6FC

#B1F6FC
(177,246,252)
#A1E0E6
(161,224,230)
#91CAD0
(145,202,208)
#81B4BA
(129,180,186)
#719EA4
(113,158,164)
#61888E
(97,136,142)
#517278
(81,114,120)
#415C62
(65,92,98)
#31464C
(49,70,76)
#213036
(33,48,54)
#111A20
(17,26,32)
#000000
(0,0,0)

Tints of #B1F6FC

#B1F6FC
(177,246,252)
#B8F6FC
(184,246,252)
#BFF6FC
(191,246,252)
#C6F6FC
(198,246,252)
#CDF6FC
(205,246,252)
#D4F6FC
(212,246,252)
#DBF6FC
(219,246,252)
#E2F6FC
(226,246,252)
#E9F6FC
(233,246,252)
#F0F6FC
(240,246,252)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1F6FC color. Also use rgb(177,246,252) instead hex code.

Text Font Color

.myTextColor { color: #B1F6FC; }

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

This text font color is #B1F6FC.


Background Color

.myBgColor { background-color: #B1F6FC; }

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

This div background color is #B1F6FC.


Border color

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

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

This div border color is #B1F6FC.


Opacity

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

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

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

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

This text has shadow with #B1F6FC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B1F6FC on black background.


Color preview on white background

This text has color #B1F6FC on white background.



Black color preview on #B1F6FC background

This text has black color on #B1F6FC background.


White color preview on #B1F6FC background

This text has white color on #B1F6FC background.