COLOR #B1FD87

HEX: #B1FD87
RGB: (177,253,135)

Color info

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

RGB color model

#B1FD87 color RGB value is (177,253,135).

  • red value is 177;
  • green value is 253;
  • blue value is 135.
RGB:
(177,253,135)
(69%,99%,53%)

RGB channels and saturation

R 177 of 255 = 69%
G 253 of 255 = 99%
B 135 of 255 = 53%

177
253
135

R + G + B ~ 74%. #B1FD87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 253 + 135 = 565 (100%)
R 177 of 565 ~ 31.33%
G 253 of 565 ~ 44.78%
B 135 of 565 ~ 23.89%

%31.33
%44.78
%23.89

CMYK color model

#B1FD87 color CMYK value is (30,0,47,1).

  • cyan value is 30.04%
  • magenta value is 0.00%
  • yellow value is 46.64%
  • key color value is 0.78%
CMYK:
(30,0,47,1)
C30M0Y47K1 
(30%,0%,47%,1%)
(0.30/0.00/0.47/0.01)	

CMYK percentages

%30.04
%0
%46.64
%0.78

Codes

Color #B1FD87 in popluar color models

B1FD87
RGB177253135
HSL99°96.72%76.08%
HSB/HSV99°46.64%99.22%
CMYK30.04%0.00%46.64%
0.78%

Color #B1FD87 in popluar number systems.

HEXB1FD87
Decimal177253135
Binary101100011111110110000111
Octal261375207

Shades and tints

Shades of #B1FD87

#B1FD87
(177,253,135)
#A1E67B
(161,230,123)
#91CF6F
(145,207,111)
#81B863
(129,184,99)
#71A157
(113,161,87)
#618A4B
(97,138,75)
#51733F
(81,115,63)
#415C33
(65,92,51)
#314527
(49,69,39)
#212E1B
(33,46,27)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #B1FD87

#B1FD87
(177,253,135)
#B8FD91
(184,253,145)
#BFFD9B
(191,253,155)
#C6FDA5
(198,253,165)
#CDFDAF
(205,253,175)
#D4FDB9
(212,253,185)
#DBFDC3
(219,253,195)
#E2FDCD
(226,253,205)
#E9FDD7
(233,253,215)
#F0FDE1
(240,253,225)
#F7FDEB
(247,253,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1FD87; }

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

This text font color is #B1FD87.


Background Color

.myBgColor { background-color: #B1FD87; }

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

This div background color is #B1FD87.


Border color

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

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

This div border color is #B1FD87.


Opacity

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

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

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

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

This text has shadow with #B1FD87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1FD87 on black background.


Color preview on white background

This text has color #B1FD87 on white background.



Black color preview on #B1FD87 background

This text has black color on #B1FD87 background.


White color preview on #B1FD87 background

This text has white color on #B1FD87 background.