COLOR #B1E1BF

HEX: #B1E1BF
RGB: (177,225,191)

Color info

#B1E1BF contains red, green and blue colors in about the same proportion. Web safe color of #B1E1BF is #99CCCC (or #9CC).

RGB color model

#B1E1BF color RGB value is (177,225,191).

  • red value is 177;
  • green value is 225;
  • blue value is 191.
RGB:
(177,225,191)
(69%,88%,75%)

RGB channels and saturation

R 177 of 255 = 69%
G 225 of 255 = 88%
B 191 of 255 = 75%

177
225
191

R + G + B ~ 77%. #B1E1BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 225 + 191 = 593 (100%)
R 177 of 593 ~ 29.85%
G 225 of 593 ~ 37.94%
B 191 of 593 ~ 32.21%

%29.85
%37.94
%32.21

CMYK color model

#B1E1BF color CMYK value is (21,0,15,12).

  • cyan value is 21.33%
  • magenta value is 0.00%
  • yellow value is 15.11%
  • key color value is 11.76%
CMYK:
(21,0,15,12)
C21M0Y15K12 
(21%,0%,15%,12%)
(0.21/0.00/0.15/0.12)	

CMYK percentages

%21.33
%0
%15.11
%11.76

Codes

Color #B1E1BF in popluar color models

B1E1BF
RGB177225191
HSL138°44.44%78.82%
HSB/HSV138°21.33%88.24%
CMYK21.33%0.00%15.11%
11.76%

Color #B1E1BF in popluar number systems.

HEXB1E1BF
Decimal177225191
Binary101100011110000110111111
Octal261341277

Shades and tints

Shades of #B1E1BF

#B1E1BF
(177,225,191)
#A1CDAE
(161,205,174)
#91B99D
(145,185,157)
#81A58C
(129,165,140)
#71917B
(113,145,123)
#617D6A
(97,125,106)
#516959
(81,105,89)
#415548
(65,85,72)
#314137
(49,65,55)
#212D26
(33,45,38)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #B1E1BF

#B1E1BF
(177,225,191)
#B8E3C4
(184,227,196)
#BFE5C9
(191,229,201)
#C6E7CE
(198,231,206)
#CDE9D3
(205,233,211)
#D4EBD8
(212,235,216)
#DBEDDD
(219,237,221)
#E2EFE2
(226,239,226)
#E9F1E7
(233,241,231)
#F0F3EC
(240,243,236)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E1BF color. Also use rgb(177,225,191) instead hex code.

Text Font Color

.myTextColor { color: #B1E1BF; }

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

This text font color is #B1E1BF.


Background Color

.myBgColor { background-color: #B1E1BF; }

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

This div background color is #B1E1BF.


Border color

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

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

This div border color is #B1E1BF.


Opacity

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

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

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

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

This text has shadow with #B1E1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E1BF on black background.


Color preview on white background

This text has color #B1E1BF on white background.



Black color preview on #B1E1BF background

This text has black color on #B1E1BF background.


White color preview on #B1E1BF background

This text has white color on #B1E1BF background.