COLOR #B1E7F9

HEX: #B1E7F9
RGB: (177,231,249)

Color info

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

RGB color model

#B1E7F9 color RGB value is (177,231,249).

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

RGB channels and saturation

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

177
231
249

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

Portions of RGB colors in percentages

R + G + B =
177 + 231 + 249 = 657 (100%)
R 177 of 657 ~ 26.94%
G 231 of 657 ~ 35.16%
B 249 of 657 ~ 37.9%

%26.94
%35.16
%37.9

CMYK color model

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

  • cyan value is 28.92%
  • magenta value is 7.23%
  • 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
%7.23
%0
%2.35

Codes

Color #B1E7F9 in popluar color models

B1E7F9
RGB177231249
HSL195°85.71%83.53%
HSB/HSV195°28.92%97.65%
CMYK28.92%7.23%0.00%
2.35%

Color #B1E7F9 in popluar number systems.

HEXB1E7F9
Decimal177231249
Binary101100011110011111111001
Octal261347371

Shades and tints

Shades of #B1E7F9

#B1E7F9
(177,231,249)
#A1D2E3
(161,210,227)
#91BDCD
(145,189,205)
#81A8B7
(129,168,183)
#7193A1
(113,147,161)
#617E8B
(97,126,139)
#516975
(81,105,117)
#41545F
(65,84,95)
#313F49
(49,63,73)
#212A33
(33,42,51)
#11151D
(17,21,29)
#000000
(0,0,0)

Tints of #B1E7F9

#B1E7F9
(177,231,249)
#B8E9F9
(184,233,249)
#BFEBF9
(191,235,249)
#C6EDF9
(198,237,249)
#CDEFF9
(205,239,249)
#D4F1F9
(212,241,249)
#DBF3F9
(219,243,249)
#E2F5F9
(226,245,249)
#E9F7F9
(233,247,249)
#F0F9F9
(240,249,249)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1E7F9; }

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

This text font color is #B1E7F9.


Background Color

.myBgColor { background-color: #B1E7F9; }

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

This div background color is #B1E7F9.


Border color

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

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

This div border color is #B1E7F9.


Opacity

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

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

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

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

This text has shadow with #B1E7F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E7F9 on black background.


Color preview on white background

This text has color #B1E7F9 on white background.



Black color preview on #B1E7F9 background

This text has black color on #B1E7F9 background.


White color preview on #B1E7F9 background

This text has white color on #B1E7F9 background.