COLOR #B1EFB5

HEX: #B1EFB5
RGB: (177,239,181)

Color info

#B1EFB5 contains mainly green and blue colors. Web safe color of #B1EFB5 is #99FFCC (or #9FC).

RGB color model

#B1EFB5 color RGB value is (177,239,181).

  • red value is 177;
  • green value is 239;
  • blue value is 181.
RGB:
(177,239,181)
(69%,94%,71%)

RGB channels and saturation

R 177 of 255 = 69%
G 239 of 255 = 94%
B 181 of 255 = 71%

177
239
181

R + G + B ~ 78%. #B1EFB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 239 + 181 = 597 (100%)
R 177 of 597 ~ 29.65%
G 239 of 597 ~ 40.03%
B 181 of 597 ~ 30.32%

%29.65
%40.03
%30.32

CMYK color model

#B1EFB5 color CMYK value is (26,0,24,6).

  • cyan value is 25.94%
  • magenta value is 0.00%
  • yellow value is 24.27%
  • key color value is 6.27%
CMYK:
(26,0,24,6)
C26M0Y24K6 
(26%,0%,24%,6%)
(0.26/0.00/0.24/0.06)	

CMYK percentages

%25.94
%0
%24.27
%6.27

Codes

Color #B1EFB5 in popluar color models

B1EFB5
RGB177239181
HSL124°65.96%81.57%
HSB/HSV124°25.94%93.73%
CMYK25.94%0.00%24.27%
6.27%

Color #B1EFB5 in popluar number systems.

HEXB1EFB5
Decimal177239181
Binary101100011110111110110101
Octal261357265

Shades and tints

Shades of #B1EFB5

#B1EFB5
(177,239,181)
#A1DAA5
(161,218,165)
#91C595
(145,197,149)
#81B085
(129,176,133)
#719B75
(113,155,117)
#618665
(97,134,101)
#517155
(81,113,85)
#415C45
(65,92,69)
#314735
(49,71,53)
#213225
(33,50,37)
#111D15
(17,29,21)
#000000
(0,0,0)

Tints of #B1EFB5

#B1EFB5
(177,239,181)
#B8F0BB
(184,240,187)
#BFF1C1
(191,241,193)
#C6F2C7
(198,242,199)
#CDF3CD
(205,243,205)
#D4F4D3
(212,244,211)
#DBF5D9
(219,245,217)
#E2F6DF
(226,246,223)
#E9F7E5
(233,247,229)
#F0F8EB
(240,248,235)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1EFB5 color. Also use rgb(177,239,181) instead hex code.

Text Font Color

.myTextColor { color: #B1EFB5; }

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

This text font color is #B1EFB5.


Background Color

.myBgColor { background-color: #B1EFB5; }

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

This div background color is #B1EFB5.


Border color

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

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

This div border color is #B1EFB5.


Opacity

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

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

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

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

This text has shadow with #B1EFB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1EFB5 on black background.


Color preview on white background

This text has color #B1EFB5 on white background.



Black color preview on #B1EFB5 background

This text has black color on #B1EFB5 background.


White color preview on #B1EFB5 background

This text has white color on #B1EFB5 background.