COLOR #B1EFF2

HEX: #B1EFF2
RGB: (177,239,242)

Color info

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

RGB color model

#B1EFF2 color RGB value is (177,239,242).

  • red value is 177;
  • green value is 239;
  • blue value is 242.
RGB:
(177,239,242)
(69%,94%,95%)

RGB channels and saturation

R 177 of 255 = 69%
G 239 of 255 = 94%
B 242 of 255 = 95%

177
239
242

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

Portions of RGB colors in percentages

R + G + B =
177 + 239 + 242 = 658 (100%)
R 177 of 658 ~ 26.9%
G 239 of 658 ~ 36.32%
B 242 of 658 ~ 36.78%

%26.9
%36.32
%36.78

CMYK color model

#B1EFF2 color CMYK value is (27,1,0,5).

  • cyan value is 26.86%
  • magenta value is 1.24%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(27,1,0,5)
C27M1Y0K5 
(27%,1%,0%,5%)
(0.27/0.01/0.00/0.05)	

CMYK percentages

%26.86
%1.24
%0
%5.1

Codes

Color #B1EFF2 in popluar color models

B1EFF2
RGB177239242
HSL183°71.43%82.16%
HSB/HSV183°26.86%94.90%
CMYK26.86%1.24%0.00%
5.10%

Color #B1EFF2 in popluar number systems.

HEXB1EFF2
Decimal177239242
Binary101100011110111111110010
Octal261357362

Shades and tints

Shades of #B1EFF2

#B1EFF2
(177,239,242)
#A1DADC
(161,218,220)
#91C5C6
(145,197,198)
#81B0B0
(129,176,176)
#719B9A
(113,155,154)
#618684
(97,134,132)
#51716E
(81,113,110)
#415C58
(65,92,88)
#314742
(49,71,66)
#21322C
(33,50,44)
#111D16
(17,29,22)
#000000
(0,0,0)

Tints of #B1EFF2

#B1EFF2
(177,239,242)
#B8F0F3
(184,240,243)
#BFF1F4
(191,241,244)
#C6F2F5
(198,242,245)
#CDF3F6
(205,243,246)
#D4F4F7
(212,244,247)
#DBF5F8
(219,245,248)
#E2F6F9
(226,246,249)
#E9F7FA
(233,247,250)
#F0F8FB
(240,248,251)
#F7F9FC
(247,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1EFF2 color. Also use rgb(177,239,242) instead hex code.

Text Font Color

.myTextColor { color: #B1EFF2; }

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

This text font color is #B1EFF2.


Background Color

.myBgColor { background-color: #B1EFF2; }

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

This div background color is #B1EFF2.


Border color

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

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

This div border color is #B1EFF2.


Opacity

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

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

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

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

This text has shadow with #B1EFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1EFF2 on black background.


Color preview on white background

This text has color #B1EFF2 on white background.



Black color preview on #B1EFF2 background

This text has black color on #B1EFF2 background.


White color preview on #B1EFF2 background

This text has white color on #B1EFF2 background.