COLOR #B1E98C

HEX: #B1E98C RGB: (177,233,140)

Color info

#B1E98C contains mainly red and green colors. Web safe color of #B1E98C is #99FF99 (or #9F9).

RGB color model

#B1E98C color RGB value is (177,233,140).

RGB: (177,233,140) (69%, 91%, 55%)

RGB channels and saturation

R 177 of 255 = 69%
G 233 of 255 = 91%
B 140 of 255 = 55%

177
233
140

R + G + B ~ 72%. #B1E98C is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 233 + 140 = 550 (100%)
R 177 of 550 ~ 32.18%
G 233 of 550 ~ 42.36%
B 140 of 550 ~ 25.45'%

%32.18
%42.36
%25.45

CMYK color model

#B1E98C color CMYK value is (24,0,40,9).

  • cyan value is 24.03%
  • magenta value is 0.00%
  • yellow value is 39.91%
  • key color value is 8.63%
CMYK: (24,0,40,9) C24M0Y40K9 (24%,0%,40%,9%) (0.24/0.00/0.40/0.09) 

CMYK percentages

%24.03
%0
%39.91
%8.63

Codes

Color #B1E98C in popluar color models

B1 E9 8C
RGB 177 233 140
HSL 96° 67.88% 73.14%
HSB/HSV 96° 39.91% 91.37%
CMYK 24.03% 0.00% 39.91%
8.63%

Color #B1E98C in popluar number systems.

HEX B1 E9 8C
Decimal 177 233 140
Binary 10110001 11101001 10001100
Octal 261 351 214

Shades and tints

Shades of #B1E98C

#B1E98C
(177,233,140)
#A1D480
(161,212,128)
#91BF74
(145,191,116)
#81AA68
(129,170,104)
#71955C
(113,149,92)
#618050
(97,128,80)
#516B44
(81,107,68)
#415638
(65,86,56)
#31412C
(49,65,44)
#212C20
(33,44,32)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #B1E98C

#B1E98C
(177,233,140)
#B8EB96
(184,235,150)
#BFEDA0
(191,237,160)
#C6EFAA
(198,239,170)
#CDF1B4
(205,241,180)
#D4F3BE
(212,243,190)
#DBF5C8
(219,245,200)
#E2F7D2
(226,247,210)
#E9F9DC
(233,249,220)
#F0FBE6
(240,251,230)
#F7FDF0
(247,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1E98C; }

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

This text font color is #B1E98C.

Background Color

.myBgColor { background-color: #B1E98C; }

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

This div background color is #B1E98C.

Border color

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

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

This div border color is #B1E98C.

Opacity

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

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

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

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

This text has shadow with #B1E98C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1E98C.

Preview

Color preview on black background

This text has color #B1E98C on black background.


Color preview on white background

This text has color #B1E98C on white background.


Black color preview on #B1E98C background

This text has black color on #B1E98C background.


White color preview on #B1E98C background

This text has white color on #B1E98C background.


Related colors

Complementary color

Complementary color for #hex is #4E1673.


I love getcolorcode.com

Triadic colors

1 #8CB1E9 and #E98CB1 with #B1E98C are triadic colors.

2 #8CE9B1 and #E9B18C with #B1E98C are triadic colors.