COLOR #B0E68D

HEX: #B0E68D
RGB: (176,230,141)

Color info

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

RGB color model

#B0E68D color RGB value is (176,230,141).

  • red value is 176;
  • green value is 230;
  • blue value is 141.
RGB:
(176,230,141)
(69%,90%,55%)

RGB channels and saturation

R 176 of 255 = 69%
G 230 of 255 = 90%
B 141 of 255 = 55%

176
230
141

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

Portions of RGB colors in percentages

R + G + B =
176 + 230 + 141 = 547 (100%)
R 176 of 547 ~ 32.18%
G 230 of 547 ~ 42.05%
B 141 of 547 ~ 25.78%

%32.18
%42.05
%25.78

CMYK color model

#B0E68D color CMYK value is (23,0,39,10).

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 38.70%
  • key color value is 9.80%
CMYK:
(23,0,39,10)
C23M0Y39K10 
(23%,0%,39%,10%)
(0.23/0.00/0.39/0.10)	

CMYK percentages

%23.48
%0
%38.7
%9.8

Codes

Color #B0E68D in popluar color models

B0E68D
RGB176230141
HSL96°64.03%72.75%
HSB/HSV96°38.70%90.20%
CMYK23.48%0.00%38.70%
9.80%

Color #B0E68D in popluar number systems.

HEXB0E68D
Decimal176230141
Binary101100001110011010001101
Octal260346215

Shades and tints

Shades of #B0E68D

#B0E68D
(176,230,141)
#A0D281
(160,210,129)
#90BE75
(144,190,117)
#80AA69
(128,170,105)
#70965D
(112,150,93)
#608251
(96,130,81)
#506E45
(80,110,69)
#405A39
(64,90,57)
#30462D
(48,70,45)
#203221
(32,50,33)
#101E15
(16,30,21)
#000000
(0,0,0)

Tints of #B0E68D

#B0E68D
(176,230,141)
#B7E897
(183,232,151)
#BEEAA1
(190,234,161)
#C5ECAB
(197,236,171)
#CCEEB5
(204,238,181)
#D3F0BF
(211,240,191)
#DAF2C9
(218,242,201)
#E1F4D3
(225,244,211)
#E8F6DD
(232,246,221)
#EFF8E7
(239,248,231)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E68D color. Also use rgb(176,230,141) instead hex code.

Text Font Color

.myTextColor { color: #B0E68D; }

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

This text font color is #B0E68D.


Background Color

.myBgColor { background-color: #B0E68D; }

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

This div background color is #B0E68D.


Border color

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

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

This div border color is #B0E68D.


Opacity

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

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

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

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

This text has shadow with #B0E68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E68D on black background.


Color preview on white background

This text has color #B0E68D on white background.



Black color preview on #B0E68D background

This text has black color on #B0E68D background.


White color preview on #B0E68D background

This text has white color on #B0E68D background.