COLOR #B1F1E6

HEX: #B1F1E6
RGB: (177,241,230)

Color info

#B1F1E6 contains mainly green and blue colors. Web safe color of #B1F1E6 is #99FFCC (or #9FC).

RGB color model

#B1F1E6 color RGB value is (177,241,230).

  • red value is 177;
  • green value is 241;
  • blue value is 230.
RGB:
(177,241,230)
(69%,95%,90%)

RGB channels and saturation

R 177 of 255 = 69%
G 241 of 255 = 95%
B 230 of 255 = 90%

177
241
230

R + G + B ~ 85%. #B1F1E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 241 + 230 = 648 (100%)
R 177 of 648 ~ 27.31%
G 241 of 648 ~ 37.19%
B 230 of 648 ~ 35.49%

%27.31
%37.19
%35.49

CMYK color model

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

  • cyan value is 26.56%
  • magenta value is 0.00%
  • yellow value is 4.56%
  • key color value is 5.49%
CMYK:
(27,0,5,5)
C27M0Y5K5 
(27%,0%,5%,5%)
(0.27/0.00/0.05/0.05)	

CMYK percentages

%26.56
%0
%4.56
%5.49

Codes

Color #B1F1E6 in popluar color models

B1F1E6
RGB177241230
HSL170°69.57%81.96%
HSB/HSV170°26.56%94.51%
CMYK26.56%0.00%4.56%
5.49%

Color #B1F1E6 in popluar number systems.

HEXB1F1E6
Decimal177241230
Binary101100011111000111100110
Octal261361346

Shades and tints

Shades of #B1F1E6

#B1F1E6
(177,241,230)
#A1DCD2
(161,220,210)
#91C7BE
(145,199,190)
#81B2AA
(129,178,170)
#719D96
(113,157,150)
#618882
(97,136,130)
#51736E
(81,115,110)
#415E5A
(65,94,90)
#314946
(49,73,70)
#213432
(33,52,50)
#111F1E
(17,31,30)
#000000
(0,0,0)

Tints of #B1F1E6

#B1F1E6
(177,241,230)
#B8F2E8
(184,242,232)
#BFF3EA
(191,243,234)
#C6F4EC
(198,244,236)
#CDF5EE
(205,245,238)
#D4F6F0
(212,246,240)
#DBF7F2
(219,247,242)
#E2F8F4
(226,248,244)
#E9F9F6
(233,249,246)
#F0FAF8
(240,250,248)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1F1E6; }

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

This text font color is #B1F1E6.


Background Color

.myBgColor { background-color: #B1F1E6; }

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

This div background color is #B1F1E6.


Border color

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

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

This div border color is #B1F1E6.


Opacity

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

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

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

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

This text has shadow with #B1F1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F1E6 on black background.


Color preview on white background

This text has color #B1F1E6 on white background.



Black color preview on #B1F1E6 background

This text has black color on #B1F1E6 background.


White color preview on #B1F1E6 background

This text has white color on #B1F1E6 background.