COLOR #B0FBB0

HEX: #B0FBB0
RGB: (176,251,176)

Color info

#B0FBB0 contains mainly green color. Web safe color of #B0FBB0 is #99FF99 (or #9F9).

RGB color model

#B0FBB0 color RGB value is (176,251,176).

  • red value is 176;
  • green value is 251;
  • blue value is 176.
RGB:
(176,251,176)
(69%,98%,69%)

RGB channels and saturation

R 176 of 255 = 69%
G 251 of 255 = 98%
B 176 of 255 = 69%

176
251
176

R + G + B ~ 79%. #B0FBB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 251 + 176 = 603 (100%)
R 176 of 603 ~ 29.19%
G 251 of 603 ~ 41.63%
B 176 of 603 ~ 29.19%

%29.19
%41.63
%29.19

CMYK color model

#B0FBB0 color CMYK value is (30,0,30,2).

  • cyan value is 29.88%
  • magenta value is 0.00%
  • yellow value is 29.88%
  • key color value is 1.57%
CMYK:
(30,0,30,2)
C30M0Y30K2 
(30%,0%,30%,2%)
(0.30/0.00/0.30/0.02)	

CMYK percentages

%29.88
%0
%29.88
%1.57

Codes

Color #B0FBB0 in popluar color models

B0FBB0
RGB176251176
HSL120°90.36%83.73%
HSB/HSV120°29.88%98.43%
CMYK29.88%0.00%29.88%
1.57%

Color #B0FBB0 in popluar number systems.

HEXB0FBB0
Decimal176251176
Binary101100001111101110110000
Octal260373260

Shades and tints

Shades of #B0FBB0

#B0FBB0
(176,251,176)
#A0E5A0
(160,229,160)
#90CF90
(144,207,144)
#80B980
(128,185,128)
#70A370
(112,163,112)
#608D60
(96,141,96)
#507750
(80,119,80)
#406140
(64,97,64)
#304B30
(48,75,48)
#203520
(32,53,32)
#101F10
(16,31,16)
#000000
(0,0,0)

Tints of #B0FBB0

#B0FBB0
(176,251,176)
#B7FBB7
(183,251,183)
#BEFBBE
(190,251,190)
#C5FBC5
(197,251,197)
#CCFBCC
(204,251,204)
#D3FBD3
(211,251,211)
#DAFBDA
(218,251,218)
#E1FBE1
(225,251,225)
#E8FBE8
(232,251,232)
#EFFBEF
(239,251,239)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0FBB0; }

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

This text font color is #B0FBB0.


Background Color

.myBgColor { background-color: #B0FBB0; }

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

This div background color is #B0FBB0.


Border color

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

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

This div border color is #B0FBB0.


Opacity

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

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

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

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

This text has shadow with #B0FBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0FBB0 on black background.


Color preview on white background

This text has color #B0FBB0 on white background.



Black color preview on #B0FBB0 background

This text has black color on #B0FBB0 background.


White color preview on #B0FBB0 background

This text has white color on #B0FBB0 background.