COLOR #B1F4A7

HEX: #B1F4A7
RGB: (177,244,167)

Color info

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

RGB color model

#B1F4A7 color RGB value is (177,244,167).

  • red value is 177;
  • green value is 244;
  • blue value is 167.
RGB:
(177,244,167)
(69%,96%,65%)

RGB channels and saturation

R 177 of 255 = 69%
G 244 of 255 = 96%
B 167 of 255 = 65%

177
244
167

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

Portions of RGB colors in percentages

R + G + B =
177 + 244 + 167 = 588 (100%)
R 177 of 588 ~ 30.1%
G 244 of 588 ~ 41.5%
B 167 of 588 ~ 28.4%

%30.1
%41.5
%28.4

CMYK color model

#B1F4A7 color CMYK value is (27,0,32,4).

  • cyan value is 27.46%
  • magenta value is 0.00%
  • yellow value is 31.56%
  • key color value is 4.31%
CMYK:
(27,0,32,4)
C27M0Y32K4 
(27%,0%,32%,4%)
(0.27/0.00/0.32/0.04)	

CMYK percentages

%27.46
%0
%31.56
%4.31

Codes

Color #B1F4A7 in popluar color models

B1F4A7
RGB177244167
HSL112°77.78%80.59%
HSB/HSV112°31.56%95.69%
CMYK27.46%0.00%31.56%
4.31%

Color #B1F4A7 in popluar number systems.

HEXB1F4A7
Decimal177244167
Binary101100011111010010100111
Octal261364247

Shades and tints

Shades of #B1F4A7

#B1F4A7
(177,244,167)
#A1DE98
(161,222,152)
#91C889
(145,200,137)
#81B27A
(129,178,122)
#719C6B
(113,156,107)
#61865C
(97,134,92)
#51704D
(81,112,77)
#415A3E
(65,90,62)
#31442F
(49,68,47)
#212E20
(33,46,32)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #B1F4A7

#B1F4A7
(177,244,167)
#B8F5AF
(184,245,175)
#BFF6B7
(191,246,183)
#C6F7BF
(198,247,191)
#CDF8C7
(205,248,199)
#D4F9CF
(212,249,207)
#DBFAD7
(219,250,215)
#E2FBDF
(226,251,223)
#E9FCE7
(233,252,231)
#F0FDEF
(240,253,239)
#F7FEF7
(247,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1F4A7 color. Also use rgb(177,244,167) instead hex code.

Text Font Color

.myTextColor { color: #B1F4A7; }

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

This text font color is #B1F4A7.


Background Color

.myBgColor { background-color: #B1F4A7; }

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

This div background color is #B1F4A7.


Border color

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

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

This div border color is #B1F4A7.


Opacity

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

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

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

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

This text has shadow with #B1F4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F4A7 on black background.


Color preview on white background

This text has color #B1F4A7 on white background.



Black color preview on #B1F4A7 background

This text has black color on #B1F4A7 background.


White color preview on #B1F4A7 background

This text has white color on #B1F4A7 background.