COLOR #B1E38F

HEX: #B1E38F
RGB: (177,227,143)

Color info

#B1E38F contains mainly red and green colors. Web safe color of #B1E38F is #99CC99 (or #9C9).

RGB color model

#B1E38F color RGB value is (177,227,143).

  • red value is 177;
  • green value is 227;
  • blue value is 143.
RGB:
(177,227,143)
(69%,89%,56%)

RGB channels and saturation

R 177 of 255 = 69%
G 227 of 255 = 89%
B 143 of 255 = 56%

177
227
143

R + G + B ~ 71%. #B1E38F is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 227 + 143 = 547 (100%)
R 177 of 547 ~ 32.36%
G 227 of 547 ~ 41.5%
B 143 of 547 ~ 26.14%

%32.36
%41.5
%26.14

CMYK color model

#B1E38F color CMYK value is (22,0,37,11).

  • cyan value is 22.03%
  • magenta value is 0.00%
  • yellow value is 37.00%
  • key color value is 10.98%
CMYK:
(22,0,37,11)
C22M0Y37K11 
(22%,0%,37%,11%)
(0.22/0.00/0.37/0.11)	

CMYK percentages

%22.03
%0
%37
%10.98

Codes

Color #B1E38F in popluar color models

B1E38F
RGB177227143
HSL96°60.00%72.55%
HSB/HSV96°37.00%89.02%
CMYK22.03%0.00%37.00%
10.98%

Color #B1E38F in popluar number systems.

HEXB1E38F
Decimal177227143
Binary101100011110001110001111
Octal261343217

Shades and tints

Shades of #B1E38F

#B1E38F
(177,227,143)
#A1CF82
(161,207,130)
#91BB75
(145,187,117)
#81A768
(129,167,104)
#71935B
(113,147,91)
#617F4E
(97,127,78)
#516B41
(81,107,65)
#415734
(65,87,52)
#314327
(49,67,39)
#212F1A
(33,47,26)
#111B0D
(17,27,13)
#000000
(0,0,0)

Tints of #B1E38F

#B1E38F
(177,227,143)
#B8E599
(184,229,153)
#BFE7A3
(191,231,163)
#C6E9AD
(198,233,173)
#CDEBB7
(205,235,183)
#D4EDC1
(212,237,193)
#DBEFCB
(219,239,203)
#E2F1D5
(226,241,213)
#E9F3DF
(233,243,223)
#F0F5E9
(240,245,233)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E38F color. Also use rgb(177,227,143) instead hex code.

Text Font Color

.myTextColor { color: #B1E38F; }

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

This text font color is #B1E38F.


Background Color

.myBgColor { background-color: #B1E38F; }

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

This div background color is #B1E38F.


Border color

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

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

This div border color is #B1E38F.


Opacity

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

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

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

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

This text has shadow with #B1E38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E38F on black background.


Color preview on white background

This text has color #B1E38F on white background.



Black color preview on #B1E38F background

This text has black color on #B1E38F background.


White color preview on #B1E38F background

This text has white color on #B1E38F background.