COLOR #B1E3F4

HEX: #B1E3F4
RGB: (177,227,244)

Color info

#B1E3F4 contains mainly green and blue colors. Web safe color of #B1E3F4 is #99CCFF (or #9CF).

RGB color model

#B1E3F4 color RGB value is (177,227,244).

  • red value is 177;
  • green value is 227;
  • blue value is 244.
RGB:
(177,227,244)
(69%,89%,96%)

RGB channels and saturation

R 177 of 255 = 69%
G 227 of 255 = 89%
B 244 of 255 = 96%

177
227
244

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

Portions of RGB colors in percentages

R + G + B =
177 + 227 + 244 = 648 (100%)
R 177 of 648 ~ 27.31%
G 227 of 648 ~ 35.03%
B 244 of 648 ~ 37.65%

%27.31
%35.03
%37.65

CMYK color model

#B1E3F4 color CMYK value is (27,7,0,4).

  • cyan value is 27.46%
  • magenta value is 6.97%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(27,7,0,4)
C27M7Y0K4 
(27%,7%,0%,4%)
(0.27/0.07/0.00/0.04)	

CMYK percentages

%27.46
%6.97
%0
%4.31

Codes

Color #B1E3F4 in popluar color models

B1E3F4
RGB177227244
HSL195°75.28%82.55%
HSB/HSV195°27.46%95.69%
CMYK27.46%6.97%0.00%
4.31%

Color #B1E3F4 in popluar number systems.

HEXB1E3F4
Decimal177227244
Binary101100011110001111110100
Octal261343364

Shades and tints

Shades of #B1E3F4

#B1E3F4
(177,227,244)
#A1CFDE
(161,207,222)
#91BBC8
(145,187,200)
#81A7B2
(129,167,178)
#71939C
(113,147,156)
#617F86
(97,127,134)
#516B70
(81,107,112)
#41575A
(65,87,90)
#314344
(49,67,68)
#212F2E
(33,47,46)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #B1E3F4

#B1E3F4
(177,227,244)
#B8E5F5
(184,229,245)
#BFE7F6
(191,231,246)
#C6E9F7
(198,233,247)
#CDEBF8
(205,235,248)
#D4EDF9
(212,237,249)
#DBEFFA
(219,239,250)
#E2F1FB
(226,241,251)
#E9F3FC
(233,243,252)
#F0F5FD
(240,245,253)
#F7F7FE
(247,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E3F4 color. Also use rgb(177,227,244) instead hex code.

Text Font Color

.myTextColor { color: #B1E3F4; }

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

This text font color is #B1E3F4.


Background Color

.myBgColor { background-color: #B1E3F4; }

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

This div background color is #B1E3F4.


Border color

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

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

This div border color is #B1E3F4.


Opacity

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

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

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

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

This text has shadow with #B1E3F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E3F4 on black background.


Color preview on white background

This text has color #B1E3F4 on white background.



Black color preview on #B1E3F4 background

This text has black color on #B1E3F4 background.


White color preview on #B1E3F4 background

This text has white color on #B1E3F4 background.