COLOR #B0E09B

HEX: #B0E09B RGB: (176,224,155)

Color info

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

RGB color model

#B0E09B color RGB value is (176,224,155).

RGB: (176,224,155) (69%, 88%, 61%)

RGB channels and saturation

R 176 of 255 = 69%
G 224 of 255 = 88%
B 155 of 255 = 61%

176
224
155

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

Portions of RGB colors in percentages

R + G + B = 176 + 224 + 155 = 555 (100%)
R 176 of 555 ~ 31.71%
G 224 of 555 ~ 40.36%
B 155 of 555 ~ 27.93'%

%31.71
%40.36
%27.93

CMYK color model

#B0E09B color CMYK value is (21,0,31,12).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 30.80%
  • key color value is 12.16%
CMYK: (21,0,31,12) C21M0Y31K12 (21%,0%,31%,12%) (0.21/0.00/0.31/0.12) 

CMYK percentages

%21.43
%0
%30.8
%12.16

Codes

Color #B0E09B in popluar color models

B0 E0 9B
RGB 176 224 155
HSL 102° 52.67% 74.31%
HSB/HSV 102° 30.80% 87.84%
CMYK 21.43% 0.00% 30.80%
12.16%

Color #B0E09B in popluar number systems.

HEX B0 E0 9B
Decimal 176 224 155
Binary 10110000 11100000 10011011
Octal 260 340 233

Shades and tints

Shades of #B0E09B

#B0E09B
(176,224,155)
#A0CC8D
(160,204,141)
#90B87F
(144,184,127)
#80A471
(128,164,113)
#709063
(112,144,99)
#607C55
(96,124,85)
#506847
(80,104,71)
#405439
(64,84,57)
#30402B
(48,64,43)
#202C1D
(32,44,29)
#10180F
(16,24,15)
#000000
(0,0,0)

Tints of #B0E09B

#B0E09B
(176,224,155)
#B7E2A4
(183,226,164)
#BEE4AD
(190,228,173)
#C5E6B6
(197,230,182)
#CCE8BF
(204,232,191)
#D3EAC8
(211,234,200)
#DAECD1
(218,236,209)
#E1EEDA
(225,238,218)
#E8F0E3
(232,240,227)
#EFF2EC
(239,242,236)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E09B; }

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

This text font color is #B0E09B.

Background Color

.myBgColor { background-color: #B0E09B; }

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

This div background color is #B0E09B.

Border color

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

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

This div border color is #B0E09B.

Opacity

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

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

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

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

This text has shadow with #B0E09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E09B.

Preview

Color preview on black background

This text has color #B0E09B on black background.


Color preview on white background

This text has color #B0E09B on white background.


Black color preview on #B0E09B background

This text has black color on #B0E09B background.


White color preview on #B0E09B background

This text has white color on #B0E09B background.


Related colors

Complementary color

Complementary color for #hex is #4F1F64.


I love getcolorcode.com

Triadic colors

1 #9BB0E0 and #E09BB0 with #B0E09B are triadic colors.

2 #9BE0B0 and #E0B09B with #B0E09B are triadic colors.