COLOR #B1E8F9

HEX: #B1E8F9
RGB: (177,232,249)

Color info

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

RGB color model

#B1E8F9 color RGB value is (177,232,249).

  • red value is 177;
  • green value is 232;
  • blue value is 249.
RGB:
(177,232,249)
(69%,91%,98%)

RGB channels and saturation

R 177 of 255 = 69%
G 232 of 255 = 91%
B 249 of 255 = 98%

177
232
249

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

Portions of RGB colors in percentages

R + G + B =
177 + 232 + 249 = 658 (100%)
R 177 of 658 ~ 26.9%
G 232 of 658 ~ 35.26%
B 249 of 658 ~ 37.84%

%26.9
%35.26
%37.84

CMYK color model

#B1E8F9 color CMYK value is (29,7,0,2).

  • cyan value is 28.92%
  • magenta value is 6.83%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(29,7,0,2)
C29M7Y0K2 
(29%,7%,0%,2%)
(0.29/0.07/0.00/0.02)	

CMYK percentages

%28.92
%6.83
%0
%2.35

Codes

Color #B1E8F9 in popluar color models

B1E8F9
RGB177232249
HSL194°85.71%83.53%
HSB/HSV194°28.92%97.65%
CMYK28.92%6.83%0.00%
2.35%

Color #B1E8F9 in popluar number systems.

HEXB1E8F9
Decimal177232249
Binary101100011110100011111001
Octal261350371

Shades and tints

Shades of #B1E8F9

#B1E8F9
(177,232,249)
#A1D3E3
(161,211,227)
#91BECD
(145,190,205)
#81A9B7
(129,169,183)
#7194A1
(113,148,161)
#617F8B
(97,127,139)
#516A75
(81,106,117)
#41555F
(65,85,95)
#314049
(49,64,73)
#212B33
(33,43,51)
#11161D
(17,22,29)
#000000
(0,0,0)

Tints of #B1E8F9

#B1E8F9
(177,232,249)
#B8EAF9
(184,234,249)
#BFECF9
(191,236,249)
#C6EEF9
(198,238,249)
#CDF0F9
(205,240,249)
#D4F2F9
(212,242,249)
#DBF4F9
(219,244,249)
#E2F6F9
(226,246,249)
#E9F8F9
(233,248,249)
#F0FAF9
(240,250,249)
#F7FCF9
(247,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E8F9 color. Also use rgb(177,232,249) instead hex code.

Text Font Color

.myTextColor { color: #B1E8F9; }

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

This text font color is #B1E8F9.


Background Color

.myBgColor { background-color: #B1E8F9; }

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

This div background color is #B1E8F9.


Border color

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

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

This div border color is #B1E8F9.


Opacity

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

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

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

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

This text has shadow with #B1E8F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E8F9 on black background.


Color preview on white background

This text has color #B1E8F9 on white background.



Black color preview on #B1E8F9 background

This text has black color on #B1E8F9 background.


White color preview on #B1E8F9 background

This text has white color on #B1E8F9 background.