COLOR #B1EAF0

HEX: #B1EAF0
RGB: (177,234,240)

Color info

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

RGB color model

#B1EAF0 color RGB value is (177,234,240).

  • red value is 177;
  • green value is 234;
  • blue value is 240.
RGB:
(177,234,240)
(69%,92%,94%)

RGB channels and saturation

R 177 of 255 = 69%
G 234 of 255 = 92%
B 240 of 255 = 94%

177
234
240

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

Portions of RGB colors in percentages

R + G + B =
177 + 234 + 240 = 651 (100%)
R 177 of 651 ~ 27.19%
G 234 of 651 ~ 35.94%
B 240 of 651 ~ 36.87%

%27.19
%35.94
%36.87

CMYK color model

#B1EAF0 color CMYK value is (26,3,0,6).

  • cyan value is 26.25%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(26,3,0,6)
C26M3Y0K6 
(26%,3%,0%,6%)
(0.26/0.03/0.00/0.06)	

CMYK percentages

%26.25
%2.5
%0
%5.88

Codes

Color #B1EAF0 in popluar color models

B1EAF0
RGB177234240
HSL186°67.74%81.76%
HSB/HSV186°26.25%94.12%
CMYK26.25%2.50%0.00%
5.88%

Color #B1EAF0 in popluar number systems.

HEXB1EAF0
Decimal177234240
Binary101100011110101011110000
Octal261352360

Shades and tints

Shades of #B1EAF0

#B1EAF0
(177,234,240)
#A1D5DB
(161,213,219)
#91C0C6
(145,192,198)
#81ABB1
(129,171,177)
#71969C
(113,150,156)
#618187
(97,129,135)
#516C72
(81,108,114)
#41575D
(65,87,93)
#314248
(49,66,72)
#212D33
(33,45,51)
#11181E
(17,24,30)
#000000
(0,0,0)

Tints of #B1EAF0

#B1EAF0
(177,234,240)
#B8EBF1
(184,235,241)
#BFECF2
(191,236,242)
#C6EDF3
(198,237,243)
#CDEEF4
(205,238,244)
#D4EFF5
(212,239,245)
#DBF0F6
(219,240,246)
#E2F1F7
(226,241,247)
#E9F2F8
(233,242,248)
#F0F3F9
(240,243,249)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1EAF0 color. Also use rgb(177,234,240) instead hex code.

Text Font Color

.myTextColor { color: #B1EAF0; }

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

This text font color is #B1EAF0.


Background Color

.myBgColor { background-color: #B1EAF0; }

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

This div background color is #B1EAF0.


Border color

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

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

This div border color is #B1EAF0.


Opacity

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

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

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

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

This text has shadow with #B1EAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1EAF0 on black background.


Color preview on white background

This text has color #B1EAF0 on white background.



Black color preview on #B1EAF0 background

This text has black color on #B1EAF0 background.


White color preview on #B1EAF0 background

This text has white color on #B1EAF0 background.