COLOR #B1FBA5

HEX: #B1FBA5
RGB: (177,251,165)

Color info

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

RGB color model

#B1FBA5 color RGB value is (177,251,165).

  • red value is 177;
  • green value is 251;
  • blue value is 165.
RGB:
(177,251,165)
(69%,98%,65%)

RGB channels and saturation

R 177 of 255 = 69%
G 251 of 255 = 98%
B 165 of 255 = 65%

177
251
165

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

Portions of RGB colors in percentages

R + G + B =
177 + 251 + 165 = 593 (100%)
R 177 of 593 ~ 29.85%
G 251 of 593 ~ 42.33%
B 165 of 593 ~ 27.82%

%29.85
%42.33
%27.82

CMYK color model

#B1FBA5 color CMYK value is (29,0,34,2).

  • cyan value is 29.48%
  • magenta value is 0.00%
  • yellow value is 34.26%
  • key color value is 1.57%
CMYK:
(29,0,34,2)
C29M0Y34K2 
(29%,0%,34%,2%)
(0.29/0.00/0.34/0.02)	

CMYK percentages

%29.48
%0
%34.26
%1.57

Codes

Color #B1FBA5 in popluar color models

B1FBA5
RGB177251165
HSL112°91.49%81.57%
HSB/HSV112°34.26%98.43%
CMYK29.48%0.00%34.26%
1.57%

Color #B1FBA5 in popluar number systems.

HEXB1FBA5
Decimal177251165
Binary101100011111101110100101
Octal261373245

Shades and tints

Shades of #B1FBA5

#B1FBA5
(177,251,165)
#A1E596
(161,229,150)
#91CF87
(145,207,135)
#81B978
(129,185,120)
#71A369
(113,163,105)
#618D5A
(97,141,90)
#51774B
(81,119,75)
#41613C
(65,97,60)
#314B2D
(49,75,45)
#21351E
(33,53,30)
#111F0F
(17,31,15)
#000000
(0,0,0)

Tints of #B1FBA5

#B1FBA5
(177,251,165)
#B8FBAD
(184,251,173)
#BFFBB5
(191,251,181)
#C6FBBD
(198,251,189)
#CDFBC5
(205,251,197)
#D4FBCD
(212,251,205)
#DBFBD5
(219,251,213)
#E2FBDD
(226,251,221)
#E9FBE5
(233,251,229)
#F0FBED
(240,251,237)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1FBA5; }

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

This text font color is #B1FBA5.


Background Color

.myBgColor { background-color: #B1FBA5; }

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

This div background color is #B1FBA5.


Border color

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

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

This div border color is #B1FBA5.


Opacity

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

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

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

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

This text has shadow with #B1FBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1FBA5 on black background.


Color preview on white background

This text has color #B1FBA5 on white background.



Black color preview on #B1FBA5 background

This text has black color on #B1FBA5 background.


White color preview on #B1FBA5 background

This text has white color on #B1FBA5 background.