COLOR #B1E2B2

HEX: #B1E2B2
RGB: (177,226,178)

Color info

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

RGB color model

#B1E2B2 color RGB value is (177,226,178).

  • red value is 177;
  • green value is 226;
  • blue value is 178.
RGB: (177,226,178) (69%,89%,70%)

RGB channels and saturation

R 177 of 255 = 69%
G 226 of 255 = 89%
B 178 of 255 = 70%

177
226
178

R + G + B ~ 76%. #B1E2B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 226 + 178 = 581 (100%)
R 177 of 581 ~ 30.46%
G 226 of 581 ~ 38.9%
B 178 of 581 ~ 30.64%

%30.46
%38.9
%30.64

CMYK color model

#B1E2B2 color CMYK value is (22,0,21,11).

  • cyan value is 21.68%
  • magenta value is 0.00%
  • yellow value is 21.24%
  • key color value is 11.37%
CMYK: (22,0,21,11) C22M0Y21K11 (22%,0%,21%,11%) (0.22/0.00/0.21/0.11)

CMYK percentages

%21.68
%0
%21.24
%11.37

Codes

Color #B1E2B2 in popluar color models

B1E2B2
RGB177226178
HSL121°45.79%79.02%
HSB/HSV121°21.68%88.63%
CMYK21.68%0.00%21.24%
11.37%

Color #B1E2B2 in popluar number systems.

HEXB1E2B2
Decimal177226178
Binary101100011110001010110010
Octal261342262

Shades and tints

Shades of #B1E2B2

#B1E2B2
(177,226,178)
#A1CEA2
(161,206,162)
#91BA92
(145,186,146)
#81A682
(129,166,130)
#719272
(113,146,114)
#617E62
(97,126,98)
#516A52
(81,106,82)
#415642
(65,86,66)
#314232
(49,66,50)
#212E22
(33,46,34)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #B1E2B2

#B1E2B2
(177,226,178)
#B8E4B9
(184,228,185)
#BFE6C0
(191,230,192)
#C6E8C7
(198,232,199)
#CDEACE
(205,234,206)
#D4ECD5
(212,236,213)
#DBEEDC
(219,238,220)
#E2F0E3
(226,240,227)
#E9F2EA
(233,242,234)
#F0F4F1
(240,244,241)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E2B2 color. Also use rgb(177,226,178) instead hex code.

Text Font Color

.myTextColor { color: #B1E2B2; }

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

This text font color is #B1E2B2.


Background Color

.myBgColor { background-color: #B1E2B2; }

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

This div background color is #B1E2B2.


Border color

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

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

This div border color is #B1E2B2.


Opacity

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

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

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

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

This text has shadow with #B1E2B2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B1E2B2 on black background.


Color preview on white background

This text has color #B1E2B2 on white background.



Black color preview on #B1E2B2 background

This text has black color on #B1E2B2 background.


White color preview on #B1E2B2 background

This text has white color on #B1E2B2 background.