COLOR #B1E1BE

HEX: #B1E1BE RGB: (177,225,190)

Color info

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

RGB color model

#B1E1BE color RGB value is (177,225,190).

RGB: (177,225,190) (69%, 88%, 75%)

RGB channels and saturation

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

177
225
190

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

Portions of RGB colors in percentages

R + G + B = 177 + 225 + 190 = 592 (100%)
R 177 of 592 ~ 29.9%
G 225 of 592 ~ 38.01%
B 190 of 592 ~ 32.09'%

%29.9
%38.01
%32.09

CMYK color model

#B1E1BE color CMYK value is (21,0,16,12).

  • cyan value is 21.33%
  • magenta value is 0.00%
  • yellow value is 15.56%
  • key color value is 11.76%

CMYK: (21,0,16,12)
C21M0Y16K12 (21%, 0%, 16%, 12%)
(0.21 / 0.00 / 0.16 / 0.12)

CMYK percentages

%21.33
%0
%15.56
%11.76

Codes

Color #B1E1BE in popluar color models

B1 E1 BE
RGB 177 225 190
HSL 136° 44.44% 78.82%
HSB/HSV 136° 21.33% 88.24%
CMYK 21.33% 0.00% 15.56%
11.76%

Color #B1E1BE in popluar number systems.

HEX B1 E1 BE
Decimal 177 225 190
Binary 10110001 11100001 10111110
Octal 261 341 276

Shades and tints

Shades of #B1E1BE

#B1E1BE
(177,225,190)
#A1CDAD
(161,205,173)
#91B99C
(145,185,156)
#81A58B
(129,165,139)
#71917A
(113,145,122)
#617D69
(97,125,105)
#516958
(81,105,88)
#415547
(65,85,71)
#314136
(49,65,54)
#212D25
(33,45,37)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #B1E1BE

#B1E1BE
(177,225,190)
#B8E3C3
(184,227,195)
#BFE5C8
(191,229,200)
#C6E7CD
(198,231,205)
#CDE9D2
(205,233,210)
#D4EBD7
(212,235,215)
#DBEDDC
(219,237,220)
#E2EFE1
(226,239,225)
#E9F1E6
(233,241,230)
#F0F3EB
(240,243,235)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1E1BE; }

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

This text font color is #B1E1BE.

Background Color

.myBgColor { background-color: #B1E1BE; }

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

This div background color is #B1E1BE.

Border color

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

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

This div border color is #B1E1BE.

Opacity

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

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

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

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

This text has shadow with #B1E1BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1E1BE.

Preview

Color preview on black background

This text has color #B1E1BE on black background.


Color preview on white background

This text has color #B1E1BE on white background.


Black color preview on #B1E1BE background

This text has black color on #B1E1BE background.


White color preview on #B1E1BE background

This text has white color on #B1E1BE background.


Related colors

Complementary color

Complementary color for #hex is #4E1E41.


I love getcolorcode.com

Triadic colors

1 #BEB1E1 and #E1BEB1 with #B1E1BE are triadic colors.

2 #BEE1B1 and #E1B1BE with #B1E1BE are triadic colors.