COLOR #B0E067

HEX: #B0E067
RGB: (176,224,103)

Color info

#B0E067 contains mainly red and green colors. Web safe color of #B0E067 is #99CC66 (or #9C6).

RGB color model

#B0E067 color RGB value is (176,224,103).

  • red value is 176;
  • green value is 224;
  • blue value is 103.
RGB:
(176,224,103)
(69%,88%,40%)

RGB channels and saturation

R 176 of 255 = 69%
G 224 of 255 = 88%
B 103 of 255 = 40%

176
224
103

R + G + B ~ 66%. #B0E067 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 224 + 103 = 503 (100%)
R 176 of 503 ~ 34.99%
G 224 of 503 ~ 44.53%
B 103 of 503 ~ 20.48%

%34.99
%44.53
%20.48

CMYK color model

#B0E067 color CMYK value is (21,0,54,12).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 54.02%
  • key color value is 12.16%
CMYK:
(21,0,54,12)
C21M0Y54K12 
(21%,0%,54%,12%)
(0.21/0.00/0.54/0.12)	

CMYK percentages

%21.43
%0
%54.02
%12.16

Codes

Color #B0E067 in popluar color models

B0E067
RGB176224103
HSL84°66.12%64.12%
HSB/HSV84°54.02%87.84%
CMYK21.43%0.00%54.02%
12.16%

Color #B0E067 in popluar number systems.

HEXB0E067
Decimal176224103
Binary10110000111000001100111
Octal260340147

Shades and tints

Shades of #B0E067

#B0E067
(176,224,103)
#A0CC5E
(160,204,94)
#90B855
(144,184,85)
#80A44C
(128,164,76)
#709043
(112,144,67)
#607C3A
(96,124,58)
#506831
(80,104,49)
#405428
(64,84,40)
#30401F
(48,64,31)
#202C16
(32,44,22)
#10180D
(16,24,13)
#000000
(0,0,0)

Tints of #B0E067

#B0E067
(176,224,103)
#B7E274
(183,226,116)
#BEE481
(190,228,129)
#C5E68E
(197,230,142)
#CCE89B
(204,232,155)
#D3EAA8
(211,234,168)
#DAECB5
(218,236,181)
#E1EEC2
(225,238,194)
#E8F0CF
(232,240,207)
#EFF2DC
(239,242,220)
#F6F4E9
(246,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E067; }

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

This text font color is #B0E067.


Background Color

.myBgColor { background-color: #B0E067; }

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

This div background color is #B0E067.


Border color

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

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

This div border color is #B0E067.


Opacity

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

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

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

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

This text has shadow with #B0E067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E067 on black background.


Color preview on white background

This text has color #B0E067 on white background.



Black color preview on #B0E067 background

This text has black color on #B0E067 background.


White color preview on #B0E067 background

This text has white color on #B0E067 background.