COLOR #B1E66F

HEX: #B1E66F
RGB: (177,230,111)

Color info

#B1E66F contains mainly red and green colors. Web safe color of #B1E66F is #99CC66 (or #9C6).

RGB color model

#B1E66F color RGB value is (177,230,111).

  • red value is 177;
  • green value is 230;
  • blue value is 111.
RGB:
(177,230,111)
(69%,90%,44%)

RGB channels and saturation

R 177 of 255 = 69%
G 230 of 255 = 90%
B 111 of 255 = 44%

177
230
111

R + G + B ~ 68%. #B1E66F is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 230 + 111 = 518 (100%)
R 177 of 518 ~ 34.17%
G 230 of 518 ~ 44.4%
B 111 of 518 ~ 21.43%

%34.17
%44.4
%21.43

CMYK color model

#B1E66F color CMYK value is (23,0,52,10).

  • cyan value is 23.04%
  • magenta value is 0.00%
  • yellow value is 51.74%
  • key color value is 9.80%
CMYK:
(23,0,52,10)
C23M0Y52K10 
(23%,0%,52%,10%)
(0.23/0.00/0.52/0.10)	

CMYK percentages

%23.04
%0
%51.74
%9.8

Codes

Color #B1E66F in popluar color models

B1E66F
RGB177230111
HSL87°70.41%66.86%
HSB/HSV87°51.74%90.20%
CMYK23.04%0.00%51.74%
9.80%

Color #B1E66F in popluar number systems.

HEXB1E66F
Decimal177230111
Binary10110001111001101101111
Octal261346157

Shades and tints

Shades of #B1E66F

#B1E66F
(177,230,111)
#A1D265
(161,210,101)
#91BE5B
(145,190,91)
#81AA51
(129,170,81)
#719647
(113,150,71)
#61823D
(97,130,61)
#516E33
(81,110,51)
#415A29
(65,90,41)
#31461F
(49,70,31)
#213215
(33,50,21)
#111E0B
(17,30,11)
#000000
(0,0,0)

Tints of #B1E66F

#B1E66F
(177,230,111)
#B8E87C
(184,232,124)
#BFEA89
(191,234,137)
#C6EC96
(198,236,150)
#CDEEA3
(205,238,163)
#D4F0B0
(212,240,176)
#DBF2BD
(219,242,189)
#E2F4CA
(226,244,202)
#E9F6D7
(233,246,215)
#F0F8E4
(240,248,228)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E66F color. Also use rgb(177,230,111) instead hex code.

Text Font Color

.myTextColor { color: #B1E66F; }

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

This text font color is #B1E66F.


Background Color

.myBgColor { background-color: #B1E66F; }

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

This div background color is #B1E66F.


Border color

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

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

This div border color is #B1E66F.


Opacity

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

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

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

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

This text has shadow with #B1E66F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E66F on black background.


Color preview on white background

This text has color #B1E66F on white background.



Black color preview on #B1E66F background

This text has black color on #B1E66F background.


White color preview on #B1E66F background

This text has white color on #B1E66F background.