COLOR #B0E99C

HEX: #B0E99C
RGB: (176,233,156)

Color info

#B0E99C contains mainly red and green colors. Web safe color of #B0E99C is #99FF99 (or #9F9).

RGB color model

#B0E99C color RGB value is (176,233,156).

  • red value is 176;
  • green value is 233;
  • blue value is 156.
RGB:
(176,233,156)
(69%,91%,61%)

RGB channels and saturation

R 176 of 255 = 69%
G 233 of 255 = 91%
B 156 of 255 = 61%

176
233
156

R + G + B ~ 74%. #B0E99C is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 233 + 156 = 565 (100%)
R 176 of 565 ~ 31.15%
G 233 of 565 ~ 41.24%
B 156 of 565 ~ 27.61%

%31.15
%41.24
%27.61

CMYK color model

#B0E99C color CMYK value is (24,0,33,9).

  • cyan value is 24.46%
  • magenta value is 0.00%
  • yellow value is 33.05%
  • key color value is 8.63%
CMYK:
(24,0,33,9)
C24M0Y33K9 
(24%,0%,33%,9%)
(0.24/0.00/0.33/0.09)	

CMYK percentages

%24.46
%0
%33.05
%8.63

Codes

Color #B0E99C in popluar color models

B0E99C
RGB176233156
HSL104°63.64%76.27%
HSB/HSV104°33.05%91.37%
CMYK24.46%0.00%33.05%
8.63%

Color #B0E99C in popluar number systems.

HEXB0E99C
Decimal176233156
Binary101100001110100110011100
Octal260351234

Shades and tints

Shades of #B0E99C

#B0E99C
(176,233,156)
#A0D48E
(160,212,142)
#90BF80
(144,191,128)
#80AA72
(128,170,114)
#709564
(112,149,100)
#608056
(96,128,86)
#506B48
(80,107,72)
#40563A
(64,86,58)
#30412C
(48,65,44)
#202C1E
(32,44,30)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #B0E99C

#B0E99C
(176,233,156)
#B7EBA5
(183,235,165)
#BEEDAE
(190,237,174)
#C5EFB7
(197,239,183)
#CCF1C0
(204,241,192)
#D3F3C9
(211,243,201)
#DAF5D2
(218,245,210)
#E1F7DB
(225,247,219)
#E8F9E4
(232,249,228)
#EFFBED
(239,251,237)
#F6FDF6
(246,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E99C color. Also use rgb(176,233,156) instead hex code.

Text Font Color

.myTextColor { color: #B0E99C; }

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

This text font color is #B0E99C.


Background Color

.myBgColor { background-color: #B0E99C; }

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

This div background color is #B0E99C.


Border color

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

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

This div border color is #B0E99C.


Opacity

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

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

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

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

This text has shadow with #B0E99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E99C on black background.


Color preview on white background

This text has color #B0E99C on white background.



Black color preview on #B0E99C background

This text has black color on #B0E99C background.


White color preview on #B0E99C background

This text has white color on #B0E99C background.