COLOR #B1FFA1

HEX: #B1FFA1
RGB: (177,255,161)

Color info

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

RGB color model

#B1FFA1 color RGB value is (177,255,161).

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

RGB channels and saturation

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

177
255
161

R + G + B ~ 77%. #B1FFA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 255 + 161 = 593 (100%)
R 177 of 593 ~ 29.85%
G 255 of 593 ~ 43%
B 161 of 593 ~ 27.15%

%29.85
%43
%27.15

CMYK color model

#B1FFA1 color CMYK value is (31,0,37,0).

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

CMYK percentages

%30.59
%0
%36.86
%0

Codes

Color #B1FFA1 in popluar color models

B1FFA1
RGB177255161
HSL110°100.00%81.57%
HSB/HSV110°36.86%100.00%
CMYK30.59%0.00%36.86%
0.00%

Color #B1FFA1 in popluar number systems.

HEXB1FFA1
Decimal177255161
Binary101100011111111110100001
Octal261377241

Shades and tints

Shades of #B1FFA1

#B1FFA1
(177,255,161)
#A1E893
(161,232,147)
#91D185
(145,209,133)
#81BA77
(129,186,119)
#71A369
(113,163,105)
#618C5B
(97,140,91)
#51754D
(81,117,77)
#415E3F
(65,94,63)
#314731
(49,71,49)
#213023
(33,48,35)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #B1FFA1

#B1FFA1
(177,255,161)
#B8FFA9
(184,255,169)
#BFFFB1
(191,255,177)
#C6FFB9
(198,255,185)
#CDFFC1
(205,255,193)
#D4FFC9
(212,255,201)
#DBFFD1
(219,255,209)
#E2FFD9
(226,255,217)
#E9FFE1
(233,255,225)
#F0FFE9
(240,255,233)
#F7FFF1
(247,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1FFA1; }

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

This text font color is #B1FFA1.


Background Color

.myBgColor { background-color: #B1FFA1; }

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

This div background color is #B1FFA1.


Border color

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

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

This div border color is #B1FFA1.


Opacity

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

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

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

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

This text has shadow with #B1FFA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1FFA1 on black background.


Color preview on white background

This text has color #B1FFA1 on white background.



Black color preview on #B1FFA1 background

This text has black color on #B1FFA1 background.


White color preview on #B1FFA1 background

This text has white color on #B1FFA1 background.