COLOR #B1E092

HEX: #B1E092
RGB: (177,224,146)

Color info

#B1E092 contains mainly red and green colors. Web safe color of #B1E092 is #99CC99 (or #9C9).

RGB color model

#B1E092 color RGB value is (177,224,146).

  • red value is 177;
  • green value is 224;
  • blue value is 146.
RGB:
(177,224,146)
(69%,88%,57%)

RGB channels and saturation

R 177 of 255 = 69%
G 224 of 255 = 88%
B 146 of 255 = 57%

177
224
146

R + G + B ~ 71%. #B1E092 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 224 + 146 = 547 (100%)
R 177 of 547 ~ 32.36%
G 224 of 547 ~ 40.95%
B 146 of 547 ~ 26.69%

%32.36
%40.95
%26.69

CMYK color model

#B1E092 color CMYK value is (21,0,35,12).

  • cyan value is 20.98%
  • magenta value is 0.00%
  • yellow value is 34.82%
  • key color value is 12.16%
CMYK:
(21,0,35,12)
C21M0Y35K12 
(21%,0%,35%,12%)
(0.21/0.00/0.35/0.12)	

CMYK percentages

%20.98
%0
%34.82
%12.16

Codes

Color #B1E092 in popluar color models

B1E092
RGB177224146
HSL96°55.71%72.55%
HSB/HSV96°34.82%87.84%
CMYK20.98%0.00%34.82%
12.16%

Color #B1E092 in popluar number systems.

HEXB1E092
Decimal177224146
Binary101100011110000010010010
Octal261340222

Shades and tints

Shades of #B1E092

#B1E092
(177,224,146)
#A1CC85
(161,204,133)
#91B878
(145,184,120)
#81A46B
(129,164,107)
#71905E
(113,144,94)
#617C51
(97,124,81)
#516844
(81,104,68)
#415437
(65,84,55)
#31402A
(49,64,42)
#212C1D
(33,44,29)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #B1E092

#B1E092
(177,224,146)
#B8E29B
(184,226,155)
#BFE4A4
(191,228,164)
#C6E6AD
(198,230,173)
#CDE8B6
(205,232,182)
#D4EABF
(212,234,191)
#DBECC8
(219,236,200)
#E2EED1
(226,238,209)
#E9F0DA
(233,240,218)
#F0F2E3
(240,242,227)
#F7F4EC
(247,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E092 color. Also use rgb(177,224,146) instead hex code.

Text Font Color

.myTextColor { color: #B1E092; }

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

This text font color is #B1E092.


Background Color

.myBgColor { background-color: #B1E092; }

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

This div background color is #B1E092.


Border color

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

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

This div border color is #B1E092.


Opacity

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

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

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

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

This text has shadow with #B1E092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E092 on black background.


Color preview on white background

This text has color #B1E092 on white background.



Black color preview on #B1E092 background

This text has black color on #B1E092 background.


White color preview on #B1E092 background

This text has white color on #B1E092 background.