COLOR #B1EB95

HEX: #B1EB95
RGB: (177,235,149)

Color info

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

RGB color model

#B1EB95 color RGB value is (177,235,149).

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

RGB channels and saturation

R 177 of 255 = 69%
G 235 of 255 = 92%
B 149 of 255 = 58%

177
235
149

R + G + B ~ 73%. #B1EB95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 235 + 149 = 561 (100%)
R 177 of 561 ~ 31.55%
G 235 of 561 ~ 41.89%
B 149 of 561 ~ 26.56%

%31.55
%41.89
%26.56

CMYK color model

#B1EB95 color CMYK value is (25,0,37,8).

  • cyan value is 24.68%
  • magenta value is 0.00%
  • yellow value is 36.60%
  • key color value is 7.84%
CMYK:
(25,0,37,8)
C25M0Y37K8 
(25%,0%,37%,8%)
(0.25/0.00/0.37/0.08)	

CMYK percentages

%24.68
%0
%36.6
%7.84

Codes

Color #B1EB95 in popluar color models

B1EB95
RGB177235149
HSL100°68.25%75.29%
HSB/HSV100°36.60%92.16%
CMYK24.68%0.00%36.60%
7.84%

Color #B1EB95 in popluar number systems.

HEXB1EB95
Decimal177235149
Binary101100011110101110010101
Octal261353225

Shades and tints

Shades of #B1EB95

#B1EB95
(177,235,149)
#A1D688
(161,214,136)
#91C17B
(145,193,123)
#81AC6E
(129,172,110)
#719761
(113,151,97)
#618254
(97,130,84)
#516D47
(81,109,71)
#41583A
(65,88,58)
#31432D
(49,67,45)
#212E20
(33,46,32)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #B1EB95

#B1EB95
(177,235,149)
#B8EC9E
(184,236,158)
#BFEDA7
(191,237,167)
#C6EEB0
(198,238,176)
#CDEFB9
(205,239,185)
#D4F0C2
(212,240,194)
#DBF1CB
(219,241,203)
#E2F2D4
(226,242,212)
#E9F3DD
(233,243,221)
#F0F4E6
(240,244,230)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1EB95; }

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

This text font color is #B1EB95.


Background Color

.myBgColor { background-color: #B1EB95; }

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

This div background color is #B1EB95.


Border color

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

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

This div border color is #B1EB95.


Opacity

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

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

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

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

This text has shadow with #B1EB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1EB95 on black background.


Color preview on white background

This text has color #B1EB95 on white background.



Black color preview on #B1EB95 background

This text has black color on #B1EB95 background.


White color preview on #B1EB95 background

This text has white color on #B1EB95 background.