COLOR #B1ECF1

HEX: #B1ECF1
RGB: (177,236,241)

Color info

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

RGB color model

#B1ECF1 color RGB value is (177,236,241).

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

RGB channels and saturation

R 177 of 255 = 69%
G 236 of 255 = 93%
B 241 of 255 = 95%

177
236
241

R + G + B ~ 86%. #B1ECF1 is light color.

Portions of RGB colors in percentages

R + G + B =
177 + 236 + 241 = 654 (100%)
R 177 of 654 ~ 27.06%
G 236 of 654 ~ 36.09%
B 241 of 654 ~ 36.85%

%27.06
%36.09
%36.85

CMYK color model

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

  • cyan value is 26.56%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(27,2,0,5)
C27M2Y0K5 
(27%,2%,0%,5%)
(0.27/0.02/0.00/0.05)	

CMYK percentages

%26.56
%2.07
%0
%5.49

Codes

Color #B1ECF1 in popluar color models

B1ECF1
RGB177236241
HSL185°69.57%81.96%
HSB/HSV185°26.56%94.51%
CMYK26.56%2.07%0.00%
5.49%

Color #B1ECF1 in popluar number systems.

HEXB1ECF1
Decimal177236241
Binary101100011110110011110001
Octal261354361

Shades and tints

Shades of #B1ECF1

#B1ECF1
(177,236,241)
#A1D7DC
(161,215,220)
#91C2C7
(145,194,199)
#81ADB2
(129,173,178)
#71989D
(113,152,157)
#618388
(97,131,136)
#516E73
(81,110,115)
#41595E
(65,89,94)
#314449
(49,68,73)
#212F34
(33,47,52)
#111A1F
(17,26,31)
#000000
(0,0,0)

Tints of #B1ECF1

#B1ECF1
(177,236,241)
#B8EDF2
(184,237,242)
#BFEEF3
(191,238,243)
#C6EFF4
(198,239,244)
#CDF0F5
(205,240,245)
#D4F1F6
(212,241,246)
#DBF2F7
(219,242,247)
#E2F3F8
(226,243,248)
#E9F4F9
(233,244,249)
#F0F5FA
(240,245,250)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1ECF1; }

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

This text font color is #B1ECF1.


Background Color

.myBgColor { background-color: #B1ECF1; }

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

This div background color is #B1ECF1.


Border color

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

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

This div border color is #B1ECF1.


Opacity

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

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

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

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

This text has shadow with #B1ECF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1ECF1 on black background.


Color preview on white background

This text has color #B1ECF1 on white background.



Black color preview on #B1ECF1 background

This text has black color on #B1ECF1 background.


White color preview on #B1ECF1 background

This text has white color on #B1ECF1 background.