COLOR #B1E0BB

HEX: #B1E0BB
RGB: (177,224,187)

Color info

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

RGB color model

#B1E0BB color RGB value is (177,224,187).

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

RGB channels and saturation

R 177 of 255 = 69%
G 224 of 255 = 88%
B 187 of 255 = 73%

177
224
187

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

Portions of RGB colors in percentages

R + G + B =
177 + 224 + 187 = 588 (100%)
R 177 of 588 ~ 30.1%
G 224 of 588 ~ 38.1%
B 187 of 588 ~ 31.8%

%30.1
%38.1
%31.8

CMYK color model

#B1E0BB color CMYK value is (21,0,17,12).

  • cyan value is 20.98%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • key color value is 12.16%
CMYK:
(21,0,17,12)
C21M0Y17K12 
(21%,0%,17%,12%)
(0.21/0.00/0.17/0.12)	

CMYK percentages

%20.98
%0
%16.52
%12.16

Codes

Color #B1E0BB in popluar color models

B1E0BB
RGB177224187
HSL133°43.12%78.63%
HSB/HSV133°20.98%87.84%
CMYK20.98%0.00%16.52%
12.16%

Color #B1E0BB in popluar number systems.

HEXB1E0BB
Decimal177224187
Binary101100011110000010111011
Octal261340273

Shades and tints

Shades of #B1E0BB

#B1E0BB
(177,224,187)
#A1CCAA
(161,204,170)
#91B899
(145,184,153)
#81A488
(129,164,136)
#719077
(113,144,119)
#617C66
(97,124,102)
#516855
(81,104,85)
#415444
(65,84,68)
#314033
(49,64,51)
#212C22
(33,44,34)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #B1E0BB

#B1E0BB
(177,224,187)
#B8E2C1
(184,226,193)
#BFE4C7
(191,228,199)
#C6E6CD
(198,230,205)
#CDE8D3
(205,232,211)
#D4EAD9
(212,234,217)
#DBECDF
(219,236,223)
#E2EEE5
(226,238,229)
#E9F0EB
(233,240,235)
#F0F2F1
(240,242,241)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1E0BB; }

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

This text font color is #B1E0BB.


Background Color

.myBgColor { background-color: #B1E0BB; }

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

This div background color is #B1E0BB.


Border color

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

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

This div border color is #B1E0BB.


Opacity

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

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

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

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

This text has shadow with #B1E0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E0BB on black background.


Color preview on white background

This text has color #B1E0BB on white background.



Black color preview on #B1E0BB background

This text has black color on #B1E0BB background.


White color preview on #B1E0BB background

This text has white color on #B1E0BB background.