COLOR #B1F5CE

HEX: #B1F5CE
RGB: (177,245,206)

Color info

#B1F5CE contains mainly green and blue colors. Web safe color of #B1F5CE is #99FFCC (or #9FC).

RGB color model

#B1F5CE color RGB value is (177,245,206).

  • red value is 177;
  • green value is 245;
  • blue value is 206.
RGB:
(177,245,206)
(69%,96%,81%)

RGB channels and saturation

R 177 of 255 = 69%
G 245 of 255 = 96%
B 206 of 255 = 81%

177
245
206

R + G + B ~ 82%. #B1F5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 245 + 206 = 628 (100%)
R 177 of 628 ~ 28.18%
G 245 of 628 ~ 39.01%
B 206 of 628 ~ 32.8%

%28.18
%39.01
%32.8

CMYK color model

#B1F5CE color CMYK value is (28,0,16,4).

  • cyan value is 27.76%
  • magenta value is 0.00%
  • yellow value is 15.92%
  • key color value is 3.92%
CMYK:
(28,0,16,4)
C28M0Y16K4 
(28%,0%,16%,4%)
(0.28/0.00/0.16/0.04)	

CMYK percentages

%27.76
%0
%15.92
%3.92

Codes

Color #B1F5CE in popluar color models

B1F5CE
RGB177245206
HSL146°77.27%82.75%
HSB/HSV146°27.76%96.08%
CMYK27.76%0.00%15.92%
3.92%

Color #B1F5CE in popluar number systems.

HEXB1F5CE
Decimal177245206
Binary101100011111010111001110
Octal261365316

Shades and tints

Shades of #B1F5CE

#B1F5CE
(177,245,206)
#A1DFBC
(161,223,188)
#91C9AA
(145,201,170)
#81B398
(129,179,152)
#719D86
(113,157,134)
#618774
(97,135,116)
#517162
(81,113,98)
#415B50
(65,91,80)
#31453E
(49,69,62)
#212F2C
(33,47,44)
#11191A
(17,25,26)
#000000
(0,0,0)

Tints of #B1F5CE

#B1F5CE
(177,245,206)
#B8F5D2
(184,245,210)
#BFF5D6
(191,245,214)
#C6F5DA
(198,245,218)
#CDF5DE
(205,245,222)
#D4F5E2
(212,245,226)
#DBF5E6
(219,245,230)
#E2F5EA
(226,245,234)
#E9F5EE
(233,245,238)
#F0F5F2
(240,245,242)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1F5CE color. Also use rgb(177,245,206) instead hex code.

Text Font Color

.myTextColor { color: #B1F5CE; }

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

This text font color is #B1F5CE.


Background Color

.myBgColor { background-color: #B1F5CE; }

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

This div background color is #B1F5CE.


Border color

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

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

This div border color is #B1F5CE.


Opacity

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

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

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

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

This text has shadow with #B1F5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F5CE on black background.


Color preview on white background

This text has color #B1F5CE on white background.



Black color preview on #B1F5CE background

This text has black color on #B1F5CE background.


White color preview on #B1F5CE background

This text has white color on #B1F5CE background.