COLOR #B1E0B3

HEX: #B1E0B3 RGB: (177,224,179)

Color info

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

RGB color model

#B1E0B3 color RGB value is (177,224,179).

RGB: (177,224,179) (69%, 88%, 70%)

RGB channels and saturation

R 177 of 255 = 69%
G 224 of 255 = 88%
B 179 of 255 = 70%

177
224
179

R + G + B ~ 76%. #B1E0B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 224 + 179 = 580 (100%)
R 177 of 580 ~ 30.52%
G 224 of 580 ~ 38.62%
B 179 of 580 ~ 30.86'%

%30.52
%38.62
%30.86

CMYK color model

#B1E0B3 color CMYK value is (21,0,20,12).

  • cyan value is 20.98%
  • magenta value is 0.00%
  • yellow value is 20.09%
  • key color value is 12.16%

CMYK: (21,0,20,12)
C21M0Y20K12 (21%, 0%, 20%, 12%)
(0.21 / 0.00 / 0.20 / 0.12)

CMYK percentages

%20.98
%0
%20.09
%12.16

Codes

Color #B1E0B3 in popluar color models

B1 E0 B3
RGB 177 224 179
HSL 123° 43.12% 78.63%
HSB/HSV 123° 20.98% 87.84%
CMYK 20.98% 0.00% 20.09%
12.16%

Color #B1E0B3 in popluar number systems.

HEX B1 E0 B3
Decimal 177 224 179
Binary 10110001 11100000 10110011
Octal 261 340 263

Shades and tints

Shades of #B1E0B3

#B1E0B3
(177,224,179)
#A1CCA3
(161,204,163)
#91B893
(145,184,147)
#81A483
(129,164,131)
#719073
(113,144,115)
#617C63
(97,124,99)
#516853
(81,104,83)
#415443
(65,84,67)
#314033
(49,64,51)
#212C23
(33,44,35)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #B1E0B3

#B1E0B3
(177,224,179)
#B8E2B9
(184,226,185)
#BFE4BF
(191,228,191)
#C6E6C5
(198,230,197)
#CDE8CB
(205,232,203)
#D4EAD1
(212,234,209)
#DBECD7
(219,236,215)
#E2EEDD
(226,238,221)
#E9F0E3
(233,240,227)
#F0F2E9
(240,242,233)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E0B3 color. Also use rgb(177,224,179) instead hex code.

Text Font Color

.myTextColor { color: #B1E0B3; }

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

This text font color is #B1E0B3.

Background Color

.myBgColor { background-color: #B1E0B3; }

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

This div background color is #B1E0B3.

Border color

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

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

This div border color is #B1E0B3.

Opacity

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

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

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

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

This text has shadow with #B1E0B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1E0B3.

Preview

Color preview on black background

This text has color #B1E0B3 on black background.


Color preview on white background

This text has color #B1E0B3 on white background.


Black color preview on #B1E0B3 background

This text has black color on #B1E0B3 background.


White color preview on #B1E0B3 background

This text has white color on #B1E0B3 background.


Related colors

Complementary color

Complementary color for #hex is #4E1F4C.


I love getcolorcode.com

Triadic colors

1 #B3B1E0 and #E0B3B1 with #B1E0B3 are triadic colors.

2 #B3E0B1 and #E0B1B3 with #B1E0B3 are triadic colors.