COLOR #B1F3ED

HEX: #B1F3ED
RGB: (177,243,237)

Color info

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

RGB color model

#B1F3ED color RGB value is (177,243,237).

  • red value is 177;
  • green value is 243;
  • blue value is 237.
RGB:
(177,243,237)
(69%,95%,93%)

RGB channels and saturation

R 177 of 255 = 69%
G 243 of 255 = 95%
B 237 of 255 = 93%

177
243
237

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

Portions of RGB colors in percentages

R + G + B =
177 + 243 + 237 = 657 (100%)
R 177 of 657 ~ 26.94%
G 243 of 657 ~ 36.99%
B 237 of 657 ~ 36.07%

%26.94
%36.99
%36.07

CMYK color model

#B1F3ED color CMYK value is (27,0,2,5).

  • cyan value is 27.16%
  • magenta value is 0.00%
  • yellow value is 2.47%
  • key color value is 4.71%
CMYK:
(27,0,2,5)
C27M0Y2K5 
(27%,0%,2%,5%)
(0.27/0.00/0.02/0.05)	

CMYK percentages

%27.16
%0
%2.47
%4.71

Codes

Color #B1F3ED in popluar color models

B1F3ED
RGB177243237
HSL175°73.33%82.35%
HSB/HSV175°27.16%95.29%
CMYK27.16%0.00%2.47%
4.71%

Color #B1F3ED in popluar number systems.

HEXB1F3ED
Decimal177243237
Binary101100011111001111101101
Octal261363355

Shades and tints

Shades of #B1F3ED

#B1F3ED
(177,243,237)
#A1DDD8
(161,221,216)
#91C7C3
(145,199,195)
#81B1AE
(129,177,174)
#719B99
(113,155,153)
#618584
(97,133,132)
#516F6F
(81,111,111)
#41595A
(65,89,90)
#314345
(49,67,69)
#212D30
(33,45,48)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #B1F3ED

#B1F3ED
(177,243,237)
#B8F4EE
(184,244,238)
#BFF5EF
(191,245,239)
#C6F6F0
(198,246,240)
#CDF7F1
(205,247,241)
#D4F8F2
(212,248,242)
#DBF9F3
(219,249,243)
#E2FAF4
(226,250,244)
#E9FBF5
(233,251,245)
#F0FCF6
(240,252,246)
#F7FDF7
(247,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1F3ED color. Also use rgb(177,243,237) instead hex code.

Text Font Color

.myTextColor { color: #B1F3ED; }

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

This text font color is #B1F3ED.


Background Color

.myBgColor { background-color: #B1F3ED; }

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

This div background color is #B1F3ED.


Border color

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

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

This div border color is #B1F3ED.


Opacity

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

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

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

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

This text has shadow with #B1F3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F3ED on black background.


Color preview on white background

This text has color #B1F3ED on white background.



Black color preview on #B1F3ED background

This text has black color on #B1F3ED background.


White color preview on #B1F3ED background

This text has white color on #B1F3ED background.