COLOR #B0E98C

HEX: #B0E98C
RGB: (176,233,140)

Color info

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

RGB color model

#B0E98C color RGB value is (176,233,140).

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

RGB channels and saturation

R 176 of 255 = 69%
G 233 of 255 = 91%
B 140 of 255 = 55%

176
233
140

R + G + B ~ 72%. #B0E98C is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 233 + 140 = 549 (100%)
R 176 of 549 ~ 32.06%
G 233 of 549 ~ 42.44%
B 140 of 549 ~ 25.5%

%32.06
%42.44
%25.5

CMYK color model

#B0E98C color CMYK value is (24,0,40,9).

  • cyan value is 24.46%
  • magenta value is 0.00%
  • yellow value is 39.91%
  • key color value is 8.63%
CMYK:
(24,0,40,9)
C24M0Y40K9 
(24%,0%,40%,9%)
(0.24/0.00/0.40/0.09)	

CMYK percentages

%24.46
%0
%39.91
%8.63

Codes

Color #B0E98C in popluar color models

B0E98C
RGB176233140
HSL97°67.88%73.14%
HSB/HSV97°39.91%91.37%
CMYK24.46%0.00%39.91%
8.63%

Color #B0E98C in popluar number systems.

HEXB0E98C
Decimal176233140
Binary101100001110100110001100
Octal260351214

Shades and tints

Shades of #B0E98C

#B0E98C
(176,233,140)
#A0D480
(160,212,128)
#90BF74
(144,191,116)
#80AA68
(128,170,104)
#70955C
(112,149,92)
#608050
(96,128,80)
#506B44
(80,107,68)
#405638
(64,86,56)
#30412C
(48,65,44)
#202C20
(32,44,32)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #B0E98C

#B0E98C
(176,233,140)
#B7EB96
(183,235,150)
#BEEDA0
(190,237,160)
#C5EFAA
(197,239,170)
#CCF1B4
(204,241,180)
#D3F3BE
(211,243,190)
#DAF5C8
(218,245,200)
#E1F7D2
(225,247,210)
#E8F9DC
(232,249,220)
#EFFBE6
(239,251,230)
#F6FDF0
(246,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E98C; }

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

This text font color is #B0E98C.


Background Color

.myBgColor { background-color: #B0E98C; }

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

This div background color is #B0E98C.


Border color

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

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

This div border color is #B0E98C.


Opacity

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

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

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

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

This text has shadow with #B0E98C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E98C on black background.


Color preview on white background

This text has color #B0E98C on white background.



Black color preview on #B0E98C background

This text has black color on #B0E98C background.


White color preview on #B0E98C background

This text has white color on #B0E98C background.