COLOR #B1F797

HEX: #B1F797
RGB: (177,247,151)

Color info

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

RGB color model

#B1F797 color RGB value is (177,247,151).

  • red value is 177;
  • green value is 247;
  • blue value is 151.
RGB:
(177,247,151)
(69%,97%,59%)

RGB channels and saturation

R 177 of 255 = 69%
G 247 of 255 = 97%
B 151 of 255 = 59%

177
247
151

R + G + B ~ 75%. #B1F797 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 247 + 151 = 575 (100%)
R 177 of 575 ~ 30.78%
G 247 of 575 ~ 42.96%
B 151 of 575 ~ 26.26%

%30.78
%42.96
%26.26

CMYK color model

#B1F797 color CMYK value is (28,0,39,3).

  • cyan value is 28.34%
  • magenta value is 0.00%
  • yellow value is 38.87%
  • key color value is 3.14%
CMYK:
(28,0,39,3)
C28M0Y39K3 
(28%,0%,39%,3%)
(0.28/0.00/0.39/0.03)	

CMYK percentages

%28.34
%0
%38.87
%3.14

Codes

Color #B1F797 in popluar color models

B1F797
RGB177247151
HSL104°85.71%78.04%
HSB/HSV104°38.87%96.86%
CMYK28.34%0.00%38.87%
3.14%

Color #B1F797 in popluar number systems.

HEXB1F797
Decimal177247151
Binary101100011111011110010111
Octal261367227

Shades and tints

Shades of #B1F797

#B1F797
(177,247,151)
#A1E18A
(161,225,138)
#91CB7D
(145,203,125)
#81B570
(129,181,112)
#719F63
(113,159,99)
#618956
(97,137,86)
#517349
(81,115,73)
#415D3C
(65,93,60)
#31472F
(49,71,47)
#213122
(33,49,34)
#111B15
(17,27,21)
#000000
(0,0,0)

Tints of #B1F797

#B1F797
(177,247,151)
#B8F7A0
(184,247,160)
#BFF7A9
(191,247,169)
#C6F7B2
(198,247,178)
#CDF7BB
(205,247,187)
#D4F7C4
(212,247,196)
#DBF7CD
(219,247,205)
#E2F7D6
(226,247,214)
#E9F7DF
(233,247,223)
#F0F7E8
(240,247,232)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1F797; }

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

This text font color is #B1F797.


Background Color

.myBgColor { background-color: #B1F797; }

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

This div background color is #B1F797.


Border color

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

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

This div border color is #B1F797.


Opacity

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

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

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

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

This text has shadow with #B1F797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F797 on black background.


Color preview on white background

This text has color #B1F797 on white background.



Black color preview on #B1F797 background

This text has black color on #B1F797 background.


White color preview on #B1F797 background

This text has white color on #B1F797 background.