COLOR #B1E9BE

HEX: #B1E9BE RGB: (177,233,190)

Color info

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

RGB color model

#B1E9BE color RGB value is (177,233,190).

RGB: (177,233,190) (69%, 91%, 75%)

RGB channels and saturation

R 177 of 255 = 69%
G 233 of 255 = 91%
B 190 of 255 = 75%

177
233
190

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

Portions of RGB colors in percentages

R + G + B = 177 + 233 + 190 = 600 (100%)
R 177 of 600 ~ 29.5%
G 233 of 600 ~ 38.83%
B 190 of 600 ~ 31.67'%

%29.5
%38.83
%31.67

CMYK color model

#B1E9BE color CMYK value is (24,0,18,9).

  • cyan value is 24.03%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 8.63%

CMYK: (24,0,18,9)
C24M0Y18K9 (24%, 0%, 18%, 9%)
(0.24 / 0.00 / 0.18 / 0.09)

CMYK percentages

%24.03
%0
%18.45
%8.63

Codes

Color #B1E9BE in popluar color models

B1 E9 BE
RGB 177 233 190
HSL 134° 56.00% 80.39%
HSB/HSV 134° 24.03% 91.37%
CMYK 24.03% 0.00% 18.45%
8.63%

Color #B1E9BE in popluar number systems.

HEX B1 E9 BE
Decimal 177 233 190
Binary 10110001 11101001 10111110
Octal 261 351 276

Shades and tints

Shades of #B1E9BE

#B1E9BE
(177,233,190)
#A1D4AD
(161,212,173)
#91BF9C
(145,191,156)
#81AA8B
(129,170,139)
#71957A
(113,149,122)
#618069
(97,128,105)
#516B58
(81,107,88)
#415647
(65,86,71)
#314136
(49,65,54)
#212C25
(33,44,37)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #B1E9BE

#B1E9BE
(177,233,190)
#B8EBC3
(184,235,195)
#BFEDC8
(191,237,200)
#C6EFCD
(198,239,205)
#CDF1D2
(205,241,210)
#D4F3D7
(212,243,215)
#DBF5DC
(219,245,220)
#E2F7E1
(226,247,225)
#E9F9E6
(233,249,230)
#F0FBEB
(240,251,235)
#F7FDF0
(247,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1E9BE; }

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

This text font color is #B1E9BE.

Background Color

.myBgColor { background-color: #B1E9BE; }

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

This div background color is #B1E9BE.

Border color

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

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

This div border color is #B1E9BE.

Opacity

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

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

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

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

This text has shadow with #B1E9BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1E9BE.

Preview

Color preview on black background

This text has color #B1E9BE on black background.


Color preview on white background

This text has color #B1E9BE on white background.


Black color preview on #B1E9BE background

This text has black color on #B1E9BE background.


White color preview on #B1E9BE background

This text has white color on #B1E9BE background.


Related colors

Complementary color

Complementary color for #hex is #4E1641.


I love getcolorcode.com

Triadic colors

1 #BEB1E9 and #E9BEB1 with #B1E9BE are triadic colors.

2 #BEE9B1 and #E9B1BE with #B1E9BE are triadic colors.