COLOR #B1FCB0

HEX: #B1FCB0 RGB: (177,252,176)

Color info

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

RGB color model

#B1FCB0 color RGB value is (177,252,176).

RGB: (177,252,176) (69%, 99%, 69%)

RGB channels and saturation

R 177 of 255 = 69%
G 252 of 255 = 99%
B 176 of 255 = 69%

177
252
176

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

Portions of RGB colors in percentages

R + G + B = 177 + 252 + 176 = 605 (100%)
R 177 of 605 ~ 29.26%
G 252 of 605 ~ 41.65%
B 176 of 605 ~ 29.09'%

%29.26
%41.65
%29.09

CMYK color model

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

  • cyan value is 29.76%
  • magenta value is 0.00%
  • yellow value is 30.16%
  • key color value is 1.18%

CMYK: (30,0,30,1)
C30M0Y30K1 (30%, 0%, 30%, 1%)
(0.30 / 0.00 / 0.30 / 0.01)

CMYK percentages

%29.76
%0
%30.16
%1.18

Codes

Color #B1FCB0 in popluar color models

B1 FC B0
RGB 177 252 176
HSL 119° 92.68% 83.92%
HSB/HSV 119° 30.16% 98.82%
CMYK 29.76% 0.00% 30.16%
1.18%

Color #B1FCB0 in popluar number systems.

HEX B1 FC B0
Decimal 177 252 176
Binary 10110001 11111100 10110000
Octal 261 374 260

Shades and tints

Shades of #B1FCB0

#B1FCB0
(177,252,176)
#A1E6A0
(161,230,160)
#91D090
(145,208,144)
#81BA80
(129,186,128)
#71A470
(113,164,112)
#618E60
(97,142,96)
#517850
(81,120,80)
#416240
(65,98,64)
#314C30
(49,76,48)
#213620
(33,54,32)
#112010
(17,32,16)
#000000
(0,0,0)

Tints of #B1FCB0

#B1FCB0
(177,252,176)
#B8FCB7
(184,252,183)
#BFFCBE
(191,252,190)
#C6FCC5
(198,252,197)
#CDFCCC
(205,252,204)
#D4FCD3
(212,252,211)
#DBFCDA
(219,252,218)
#E2FCE1
(226,252,225)
#E9FCE8
(233,252,232)
#F0FCEF
(240,252,239)
#F7FCF6
(247,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1FCB0; }

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

This text font color is #B1FCB0.

Background Color

.myBgColor { background-color: #B1FCB0; }

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

This div background color is #B1FCB0.

Border color

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

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

This div border color is #B1FCB0.

Opacity

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

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

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

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

This text has shadow with #B1FCB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1FCB0.

Preview

Color preview on black background

This text has color #B1FCB0 on black background.


Color preview on white background

This text has color #B1FCB0 on white background.


Black color preview on #B1FCB0 background

This text has black color on #B1FCB0 background.


White color preview on #B1FCB0 background

This text has white color on #B1FCB0 background.


Related colors

Complementary color

Complementary color for #hex is #4E034F.


I love getcolorcode.com

Triadic colors

1 #B0B1FC and #FCB0B1 with #B1FCB0 are triadic colors.

2 #B0FCB1 and #FCB1B0 with #B1FCB0 are triadic colors.