COLOR #B1EB9A

HEX: #B1EB9A
RGB: (177,235,154)

Color info

#B1EB9A contains mainly red and green colors. Web safe color of #B1EB9A is #99FF99 (or #9F9).

RGB color model

#B1EB9A color RGB value is (177,235,154).

  • red value is 177;
  • green value is 235;
  • blue value is 154.
RGB:
(177,235,154)
(69%,92%,60%)

RGB channels and saturation

R 177 of 255 = 69%
G 235 of 255 = 92%
B 154 of 255 = 60%

177
235
154

R + G + B ~ 74%. #B1EB9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 235 + 154 = 566 (100%)
R 177 of 566 ~ 31.27%
G 235 of 566 ~ 41.52%
B 154 of 566 ~ 27.21%

%31.27
%41.52
%27.21

CMYK color model

#B1EB9A color CMYK value is (25,0,34,8).

  • cyan value is 24.68%
  • magenta value is 0.00%
  • yellow value is 34.47%
  • key color value is 7.84%
CMYK:
(25,0,34,8)
C25M0Y34K8 
(25%,0%,34%,8%)
(0.25/0.00/0.34/0.08)	

CMYK percentages

%24.68
%0
%34.47
%7.84

Codes

Color #B1EB9A in popluar color models

B1EB9A
RGB177235154
HSL103°66.94%76.27%
HSB/HSV103°34.47%92.16%
CMYK24.68%0.00%34.47%
7.84%

Color #B1EB9A in popluar number systems.

HEXB1EB9A
Decimal177235154
Binary101100011110101110011010
Octal261353232

Shades and tints

Shades of #B1EB9A

#B1EB9A
(177,235,154)
#A1D68C
(161,214,140)
#91C17E
(145,193,126)
#81AC70
(129,172,112)
#719762
(113,151,98)
#618254
(97,130,84)
#516D46
(81,109,70)
#415838
(65,88,56)
#31432A
(49,67,42)
#212E1C
(33,46,28)
#11190E
(17,25,14)
#000000
(0,0,0)

Tints of #B1EB9A

#B1EB9A
(177,235,154)
#B8ECA3
(184,236,163)
#BFEDAC
(191,237,172)
#C6EEB5
(198,238,181)
#CDEFBE
(205,239,190)
#D4F0C7
(212,240,199)
#DBF1D0
(219,241,208)
#E2F2D9
(226,242,217)
#E9F3E2
(233,243,226)
#F0F4EB
(240,244,235)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1EB9A color. Also use rgb(177,235,154) instead hex code.

Text Font Color

.myTextColor { color: #B1EB9A; }

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

This text font color is #B1EB9A.


Background Color

.myBgColor { background-color: #B1EB9A; }

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

This div background color is #B1EB9A.


Border color

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

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

This div border color is #B1EB9A.


Opacity

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

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

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

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

This text has shadow with #B1EB9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1EB9A on black background.


Color preview on white background

This text has color #B1EB9A on white background.



Black color preview on #B1EB9A background

This text has black color on #B1EB9A background.


White color preview on #B1EB9A background

This text has white color on #B1EB9A background.