COLOR #B1F5B8

HEX: #B1F5B8
RGB: (177,245,184)

Color info

#B1F5B8 contains mainly green color. Web safe color of #B1F5B8 is #99FFCC (or #9FC).

RGB color model

#B1F5B8 color RGB value is (177,245,184).

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

RGB channels and saturation

R 177 of 255 = 69%
G 245 of 255 = 96%
B 184 of 255 = 72%

177
245
184

R + G + B ~ 79%. #B1F5B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 245 + 184 = 606 (100%)
R 177 of 606 ~ 29.21%
G 245 of 606 ~ 40.43%
B 184 of 606 ~ 30.36%

%29.21
%40.43
%30.36

CMYK color model

#B1F5B8 color CMYK value is (28,0,25,4).

  • cyan value is 27.76%
  • magenta value is 0.00%
  • yellow value is 24.90%
  • key color value is 3.92%
CMYK:
(28,0,25,4)
C28M0Y25K4 
(28%,0%,25%,4%)
(0.28/0.00/0.25/0.04)	

CMYK percentages

%27.76
%0
%24.9
%3.92

Codes

Color #B1F5B8 in popluar color models

B1F5B8
RGB177245184
HSL126°77.27%82.75%
HSB/HSV126°27.76%96.08%
CMYK27.76%0.00%24.90%
3.92%

Color #B1F5B8 in popluar number systems.

HEXB1F5B8
Decimal177245184
Binary101100011111010110111000
Octal261365270

Shades and tints

Shades of #B1F5B8

#B1F5B8
(177,245,184)
#A1DFA8
(161,223,168)
#91C998
(145,201,152)
#81B388
(129,179,136)
#719D78
(113,157,120)
#618768
(97,135,104)
#517158
(81,113,88)
#415B48
(65,91,72)
#314538
(49,69,56)
#212F28
(33,47,40)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #B1F5B8

#B1F5B8
(177,245,184)
#B8F5BE
(184,245,190)
#BFF5C4
(191,245,196)
#C6F5CA
(198,245,202)
#CDF5D0
(205,245,208)
#D4F5D6
(212,245,214)
#DBF5DC
(219,245,220)
#E2F5E2
(226,245,226)
#E9F5E8
(233,245,232)
#F0F5EE
(240,245,238)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1F5B8; }

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

This text font color is #B1F5B8.


Background Color

.myBgColor { background-color: #B1F5B8; }

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

This div background color is #B1F5B8.


Border color

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

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

This div border color is #B1F5B8.


Opacity

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

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

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

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

This text has shadow with #B1F5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F5B8 on black background.


Color preview on white background

This text has color #B1F5B8 on white background.



Black color preview on #B1F5B8 background

This text has black color on #B1F5B8 background.


White color preview on #B1F5B8 background

This text has white color on #B1F5B8 background.