COLOR #B0F46C

HEX: #B0F46C
RGB: (176,244,108)

Color info

#B0F46C contains mainly green color. Web safe color of #B0F46C is #99FF66 (or #9F6).

RGB color model

#B0F46C color RGB value is (176,244,108).

  • red value is 176;
  • green value is 244;
  • blue value is 108.
RGB:
(176,244,108)
(69%,96%,42%)

RGB channels and saturation

R 176 of 255 = 69%
G 244 of 255 = 96%
B 108 of 255 = 42%

176
244
108

R + G + B ~ 69%. #B0F46C is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 244 + 108 = 528 (100%)
R 176 of 528 ~ 33.33%
G 244 of 528 ~ 46.21%
B 108 of 528 ~ 20.45%

%33.33
%46.21
%20.45

CMYK color model

#B0F46C color CMYK value is (28,0,56,4).

  • cyan value is 27.87%
  • magenta value is 0.00%
  • yellow value is 55.74%
  • key color value is 4.31%
CMYK:
(28,0,56,4)
C28M0Y56K4 
(28%,0%,56%,4%)
(0.28/0.00/0.56/0.04)	

CMYK percentages

%27.87
%0
%55.74
%4.31

Codes

Color #B0F46C in popluar color models

B0F46C
RGB176244108
HSL90°86.08%69.02%
HSB/HSV90°55.74%95.69%
CMYK27.87%0.00%55.74%
4.31%

Color #B0F46C in popluar number systems.

HEXB0F46C
Decimal176244108
Binary10110000111101001101100
Octal260364154

Shades and tints

Shades of #B0F46C

#B0F46C
(176,244,108)
#A0DE63
(160,222,99)
#90C85A
(144,200,90)
#80B251
(128,178,81)
#709C48
(112,156,72)
#60863F
(96,134,63)
#507036
(80,112,54)
#405A2D
(64,90,45)
#304424
(48,68,36)
#202E1B
(32,46,27)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #B0F46C

#B0F46C
(176,244,108)
#B7F579
(183,245,121)
#BEF686
(190,246,134)
#C5F793
(197,247,147)
#CCF8A0
(204,248,160)
#D3F9AD
(211,249,173)
#DAFABA
(218,250,186)
#E1FBC7
(225,251,199)
#E8FCD4
(232,252,212)
#EFFDE1
(239,253,225)
#F6FEEE
(246,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F46C color. Also use rgb(176,244,108) instead hex code.

Text Font Color

.myTextColor { color: #B0F46C; }

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

This text font color is #B0F46C.


Background Color

.myBgColor { background-color: #B0F46C; }

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

This div background color is #B0F46C.


Border color

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

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

This div border color is #B0F46C.


Opacity

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

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

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

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

This text has shadow with #B0F46C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F46C on black background.


Color preview on white background

This text has color #B0F46C on white background.



Black color preview on #B0F46C background

This text has black color on #B0F46C background.


White color preview on #B0F46C background

This text has white color on #B0F46C background.