COLOR #B1E19D

HEX: #B1E19D RGB: (177,225,157)

Color info

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

RGB color model

#B1E19D color RGB value is (177,225,157).

RGB: (177,225,157) (69%, 88%, 62%)

RGB channels and saturation

R 177 of 255 = 69%
G 225 of 255 = 88%
B 157 of 255 = 62%

177
225
157

R + G + B ~ 73%. #B1E19D is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 225 + 157 = 559 (100%)
R 177 of 559 ~ 31.66%
G 225 of 559 ~ 40.25%
B 157 of 559 ~ 28.09'%

%31.66
%40.25
%28.09

CMYK color model

#B1E19D color CMYK value is (21,0,30,12).

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

CMYK: (21,0,30,12)
C21M0Y30K12 (21%, 0%, 30%, 12%)
(0.21 / 0.00 / 0.30 / 0.12)

CMYK percentages

%21.33
%0
%30.22
%11.76

Codes

Color #B1E19D in popluar color models

B1 E1 9D
RGB 177 225 157
HSL 102° 53.13% 74.90%
HSB/HSV 102° 30.22% 88.24%
CMYK 21.33% 0.00% 30.22%
11.76%

Color #B1E19D in popluar number systems.

HEX B1 E1 9D
Decimal 177 225 157
Binary 10110001 11100001 10011101
Octal 261 341 235

Shades and tints

Shades of #B1E19D

#B1E19D
(177,225,157)
#A1CD8F
(161,205,143)
#91B981
(145,185,129)
#81A573
(129,165,115)
#719165
(113,145,101)
#617D57
(97,125,87)
#516949
(81,105,73)
#41553B
(65,85,59)
#31412D
(49,65,45)
#212D1F
(33,45,31)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #B1E19D

#B1E19D
(177,225,157)
#B8E3A5
(184,227,165)
#BFE5AD
(191,229,173)
#C6E7B5
(198,231,181)
#CDE9BD
(205,233,189)
#D4EBC5
(212,235,197)
#DBEDCD
(219,237,205)
#E2EFD5
(226,239,213)
#E9F1DD
(233,241,221)
#F0F3E5
(240,243,229)
#F7F5ED
(247,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1E19D; }

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

This text font color is #B1E19D.

Background Color

.myBgColor { background-color: #B1E19D; }

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

This div background color is #B1E19D.

Border color

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

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

This div border color is #B1E19D.

Opacity

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

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

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

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

This text has shadow with #B1E19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1E19D.

Preview

Color preview on black background

This text has color #B1E19D on black background.


Color preview on white background

This text has color #B1E19D on white background.


Black color preview on #B1E19D background

This text has black color on #B1E19D background.


White color preview on #B1E19D background

This text has white color on #B1E19D background.


Related colors

Complementary color

Complementary color for #hex is #4E1E62.


I love getcolorcode.com

Triadic colors

1 #9DB1E1 and #E19DB1 with #B1E19D are triadic colors.

2 #9DE1B1 and #E1B19D with #B1E19D are triadic colors.