COLOR #B0E08B

HEX: #B0E08B RGB: (176,224,139)

Color info

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

RGB color model

#B0E08B color RGB value is (176,224,139).

RGB: (176,224,139) (69%, 88%, 55%)

RGB channels and saturation

R 176 of 255 = 69%
G 224 of 255 = 88%
B 139 of 255 = 55%

176
224
139

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

Portions of RGB colors in percentages

R + G + B = 176 + 224 + 139 = 539 (100%)
R 176 of 539 ~ 32.65%
G 224 of 539 ~ 41.56%
B 139 of 539 ~ 25.79'%

%32.65
%41.56
%25.79

CMYK color model

#B0E08B color CMYK value is (21,0,38,12).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 37.95%
  • key color value is 12.16%

CMYK: (21,0,38,12)
C21M0Y38K12 (21%, 0%, 38%, 12%)
(0.21 / 0.00 / 0.38 / 0.12)

CMYK percentages

%21.43
%0
%37.95
%12.16

Codes

Color #B0E08B in popluar color models

B0 E0 8B
RGB 176 224 139
HSL 94° 57.82% 71.18%
HSB/HSV 94° 37.95% 87.84%
CMYK 21.43% 0.00% 37.95%
12.16%

Color #B0E08B in popluar number systems.

HEX B0 E0 8B
Decimal 176 224 139
Binary 10110000 11100000 10001011
Octal 260 340 213

Shades and tints

Shades of #B0E08B

#B0E08B
(176,224,139)
#A0CC7F
(160,204,127)
#90B873
(144,184,115)
#80A467
(128,164,103)
#70905B
(112,144,91)
#607C4F
(96,124,79)
#506843
(80,104,67)
#405437
(64,84,55)
#30402B
(48,64,43)
#202C1F
(32,44,31)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #B0E08B

#B0E08B
(176,224,139)
#B7E295
(183,226,149)
#BEE49F
(190,228,159)
#C5E6A9
(197,230,169)
#CCE8B3
(204,232,179)
#D3EABD
(211,234,189)
#DAECC7
(218,236,199)
#E1EED1
(225,238,209)
#E8F0DB
(232,240,219)
#EFF2E5
(239,242,229)
#F6F4EF
(246,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E08B color. Also use rgb(176,224,139) instead hex code.

Text Font Color

.myTextColor { color: #B0E08B; }

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

This text font color is #B0E08B.

Background Color

.myBgColor { background-color: #B0E08B; }

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

This div background color is #B0E08B.

Border color

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

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

This div border color is #B0E08B.

Opacity

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

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

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

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

This text has shadow with #B0E08B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E08B.

Preview

Color preview on black background

This text has color #B0E08B on black background.


Color preview on white background

This text has color #B0E08B on white background.


Black color preview on #B0E08B background

This text has black color on #B0E08B background.


White color preview on #B0E08B background

This text has white color on #B0E08B background.


Related colors

Complementary color

Complementary color for #hex is #4F1F74.


I love getcolorcode.com

Triadic colors

1 #8BB0E0 and #E08BB0 with #B0E08B are triadic colors.

2 #8BE0B0 and #E0B08B with #B0E08B are triadic colors.