COLOR #B1F1F6

HEX: #B1F1F6 RGB: (177,241,246)

Color info

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

RGB color model

#B1F1F6 color RGB value is (177,241,246).

RGB: (177,241,246) (69%, 95%, 96%)

RGB channels and saturation

R 177 of 255 = 69%
G 241 of 255 = 95%
B 246 of 255 = 96%

177
241
246

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

Portions of RGB colors in percentages

R + G + B = 177 + 241 + 246 = 664 (100%)
R 177 of 664 ~ 26.66%
G 241 of 664 ~ 36.3%
B 246 of 664 ~ 37.05'%

%26.66
%36.3
%37.05

CMYK color model

#B1F1F6 color CMYK value is (28,2,0,4).

  • cyan value is 28.05%
  • magenta value is 2.03%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (28,2,0,4)
C28M2Y0K4 (28%, 2%, 0%, 4%)
(0.28 / 0.02 / 0.00 / 0.04)

CMYK percentages

%28.05
%2.03
%0
%3.53

Codes

Color #B1F1F6 in popluar color models

B1 F1 F6
RGB 177 241 246
HSL 184° 79.31% 82.94%
HSB/HSV 184° 28.05% 96.47%
CMYK 28.05% 2.03% 0.00%
3.53%

Color #B1F1F6 in popluar number systems.

HEX B1 F1 F6
Decimal 177 241 246
Binary 10110001 11110001 11110110
Octal 261 361 366

Shades and tints

Shades of #B1F1F6

#B1F1F6
(177,241,246)
#A1DCE0
(161,220,224)
#91C7CA
(145,199,202)
#81B2B4
(129,178,180)
#719D9E
(113,157,158)
#618888
(97,136,136)
#517372
(81,115,114)
#415E5C
(65,94,92)
#314946
(49,73,70)
#213430
(33,52,48)
#111F1A
(17,31,26)
#000000
(0,0,0)

Tints of #B1F1F6

#B1F1F6
(177,241,246)
#B8F2F6
(184,242,246)
#BFF3F6
(191,243,246)
#C6F4F6
(198,244,246)
#CDF5F6
(205,245,246)
#D4F6F6
(212,246,246)
#DBF7F6
(219,247,246)
#E2F8F6
(226,248,246)
#E9F9F6
(233,249,246)
#F0FAF6
(240,250,246)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1F1F6; }

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

This text font color is #B1F1F6.

Background Color

.myBgColor { background-color: #B1F1F6; }

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

This div background color is #B1F1F6.

Border color

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

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

This div border color is #B1F1F6.

Opacity

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

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

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

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

This text has shadow with #B1F1F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1F1F6.

Preview

Color preview on black background

This text has color #B1F1F6 on black background.


Color preview on white background

This text has color #B1F1F6 on white background.


Black color preview on #B1F1F6 background

This text has black color on #B1F1F6 background.


White color preview on #B1F1F6 background

This text has white color on #B1F1F6 background.


Related colors

Complementary color

Complementary color for #hex is #4E0E09.


I love getcolorcode.com

Triadic colors

1 #F6B1F1 and #F1F6B1 with #B1F1F6 are triadic colors.

2 #F6F1B1 and #F1B1F6 with #B1F1F6 are triadic colors.