COLOR #B1F3A4

HEX: #B1F3A4
RGB: (177,243,164)

Color info

#B1F3A4 contains mainly green color. Web safe color of #B1F3A4 is #99FF99 (or #9F9).

RGB color model

#B1F3A4 color RGB value is (177,243,164).

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

RGB channels and saturation

R 177 of 255 = 69%
G 243 of 255 = 95%
B 164 of 255 = 64%

177
243
164

R + G + B ~ 76%. #B1F3A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 243 + 164 = 584 (100%)
R 177 of 584 ~ 30.31%
G 243 of 584 ~ 41.61%
B 164 of 584 ~ 28.08%

%30.31
%41.61
%28.08

CMYK color model

#B1F3A4 color CMYK value is (27,0,33,5).

  • cyan value is 27.16%
  • magenta value is 0.00%
  • yellow value is 32.51%
  • key color value is 4.71%
CMYK:
(27,0,33,5)
C27M0Y33K5 
(27%,0%,33%,5%)
(0.27/0.00/0.33/0.05)	

CMYK percentages

%27.16
%0
%32.51
%4.71

Codes

Color #B1F3A4 in popluar color models

B1F3A4
RGB177243164
HSL110°76.70%79.80%
HSB/HSV110°32.51%95.29%
CMYK27.16%0.00%32.51%
4.71%

Color #B1F3A4 in popluar number systems.

HEXB1F3A4
Decimal177243164
Binary101100011111001110100100
Octal261363244

Shades and tints

Shades of #B1F3A4

#B1F3A4
(177,243,164)
#A1DD96
(161,221,150)
#91C788
(145,199,136)
#81B17A
(129,177,122)
#719B6C
(113,155,108)
#61855E
(97,133,94)
#516F50
(81,111,80)
#415942
(65,89,66)
#314334
(49,67,52)
#212D26
(33,45,38)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #B1F3A4

#B1F3A4
(177,243,164)
#B8F4AC
(184,244,172)
#BFF5B4
(191,245,180)
#C6F6BC
(198,246,188)
#CDF7C4
(205,247,196)
#D4F8CC
(212,248,204)
#DBF9D4
(219,249,212)
#E2FADC
(226,250,220)
#E9FBE4
(233,251,228)
#F0FCEC
(240,252,236)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1F3A4; }

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

This text font color is #B1F3A4.


Background Color

.myBgColor { background-color: #B1F3A4; }

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

This div background color is #B1F3A4.


Border color

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

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

This div border color is #B1F3A4.


Opacity

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

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

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

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

This text has shadow with #B1F3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F3A4 on black background.


Color preview on white background

This text has color #B1F3A4 on white background.



Black color preview on #B1F3A4 background

This text has black color on #B1F3A4 background.


White color preview on #B1F3A4 background

This text has white color on #B1F3A4 background.