COLOR #B1FFB1

HEX: #B1FFB1
RGB: (177,255,177)

Color info

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

RGB color model

#B1FFB1 color RGB value is (177,255,177).

  • red value is 177;
  • green value is 255;
  • blue value is 177.
RGB:
(177,255,177)
(69%,100%,69%)

RGB channels and saturation

R 177 of 255 = 69%
G 255 of 255 = 100%
B 177 of 255 = 69%

177
255
177

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

Portions of RGB colors in percentages

R + G + B =
177 + 255 + 177 = 609 (100%)
R 177 of 609 ~ 29.06%
G 255 of 609 ~ 41.87%
B 177 of 609 ~ 29.06%

%29.06
%41.87
%29.06

CMYK color model

#B1FFB1 color CMYK value is (31,0,31,0).

  • cyan value is 30.59%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 0.00%
CMYK:
(31,0,31,0)
C31M0Y31K0 
(31%,0%,31%,0%)
(0.31/0.00/0.31/0.00)	

CMYK percentages

%30.59
%0
%30.59
%0

Codes

Color #B1FFB1 in popluar color models

B1FFB1
RGB177255177
HSL120°100.00%84.71%
HSB/HSV120°30.59%100.00%
CMYK30.59%0.00%30.59%
0.00%

Color #B1FFB1 in popluar number systems.

HEXB1FFB1
Decimal177255177
Binary101100011111111110110001
Octal261377261

Shades and tints

Shades of #B1FFB1

#B1FFB1
(177,255,177)
#A1E8A1
(161,232,161)
#91D191
(145,209,145)
#81BA81
(129,186,129)
#71A371
(113,163,113)
#618C61
(97,140,97)
#517551
(81,117,81)
#415E41
(65,94,65)
#314731
(49,71,49)
#213021
(33,48,33)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #B1FFB1

#B1FFB1
(177,255,177)
#B8FFB8
(184,255,184)
#BFFFBF
(191,255,191)
#C6FFC6
(198,255,198)
#CDFFCD
(205,255,205)
#D4FFD4
(212,255,212)
#DBFFDB
(219,255,219)
#E2FFE2
(226,255,226)
#E9FFE9
(233,255,233)
#F0FFF0
(240,255,240)
#F7FFF7
(247,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1FFB1; }

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

This text font color is #B1FFB1.


Background Color

.myBgColor { background-color: #B1FFB1; }

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

This div background color is #B1FFB1.


Border color

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

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

This div border color is #B1FFB1.


Opacity

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

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

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

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

This text has shadow with #B1FFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1FFB1 on black background.


Color preview on white background

This text has color #B1FFB1 on white background.



Black color preview on #B1FFB1 background

This text has black color on #B1FFB1 background.


White color preview on #B1FFB1 background

This text has white color on #B1FFB1 background.