COLOR #B0E869

HEX: #B0E869
RGB: (176,232,105)

Color info

#B0E869 contains mainly red and green colors. Web safe color of #B0E869 is #99FF66 (or #9F6).

RGB color model

#B0E869 color RGB value is (176,232,105).

  • red value is 176;
  • green value is 232;
  • blue value is 105.
RGB:
(176,232,105)
(69%,91%,41%)

RGB channels and saturation

R 176 of 255 = 69%
G 232 of 255 = 91%
B 105 of 255 = 41%

176
232
105

R + G + B ~ 67%. #B0E869 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 232 + 105 = 513 (100%)
R 176 of 513 ~ 34.31%
G 232 of 513 ~ 45.22%
B 105 of 513 ~ 20.47%

%34.31
%45.22
%20.47

CMYK color model

#B0E869 color CMYK value is (24,0,55,9).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 54.74%
  • key color value is 9.02%
CMYK:
(24,0,55,9)
C24M0Y55K9 
(24%,0%,55%,9%)
(0.24/0.00/0.55/0.09)	

CMYK percentages

%24.14
%0
%54.74
%9.02

Codes

Color #B0E869 in popluar color models

B0E869
RGB176232105
HSL86°73.41%66.08%
HSB/HSV86°54.74%90.98%
CMYK24.14%0.00%54.74%
9.02%

Color #B0E869 in popluar number systems.

HEXB0E869
Decimal176232105
Binary10110000111010001101001
Octal260350151

Shades and tints

Shades of #B0E869

#B0E869
(176,232,105)
#A0D360
(160,211,96)
#90BE57
(144,190,87)
#80A94E
(128,169,78)
#709445
(112,148,69)
#607F3C
(96,127,60)
#506A33
(80,106,51)
#40552A
(64,85,42)
#304021
(48,64,33)
#202B18
(32,43,24)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #B0E869

#B0E869
(176,232,105)
#B7EA76
(183,234,118)
#BEEC83
(190,236,131)
#C5EE90
(197,238,144)
#CCF09D
(204,240,157)
#D3F2AA
(211,242,170)
#DAF4B7
(218,244,183)
#E1F6C4
(225,246,196)
#E8F8D1
(232,248,209)
#EFFADE
(239,250,222)
#F6FCEB
(246,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E869 color. Also use rgb(176,232,105) instead hex code.

Text Font Color

.myTextColor { color: #B0E869; }

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

This text font color is #B0E869.


Background Color

.myBgColor { background-color: #B0E869; }

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

This div background color is #B0E869.


Border color

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

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

This div border color is #B0E869.


Opacity

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

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

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

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

This text has shadow with #B0E869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E869 on black background.


Color preview on white background

This text has color #B0E869 on white background.



Black color preview on #B0E869 background

This text has black color on #B0E869 background.


White color preview on #B0E869 background

This text has white color on #B0E869 background.