COLOR #B0F6B1

HEX: #B0F6B1
RGB: (176,246,177)

Color info

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

RGB color model

#B0F6B1 color RGB value is (176,246,177).

  • red value is 176;
  • green value is 246;
  • blue value is 177.
RGB:
(176,246,177)
(69%,96%,69%)

RGB channels and saturation

R 176 of 255 = 69%
G 246 of 255 = 96%
B 177 of 255 = 69%

176
246
177

R + G + B ~ 78%. #B0F6B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 246 + 177 = 599 (100%)
R 176 of 599 ~ 29.38%
G 246 of 599 ~ 41.07%
B 177 of 599 ~ 29.55%

%29.38
%41.07
%29.55

CMYK color model

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

  • cyan value is 28.46%
  • magenta value is 0.00%
  • yellow value is 28.05%
  • key color value is 3.53%
CMYK:
(28,0,28,4)
C28M0Y28K4 
(28%,0%,28%,4%)
(0.28/0.00/0.28/0.04)	

CMYK percentages

%28.46
%0
%28.05
%3.53

Codes

Color #B0F6B1 in popluar color models

B0F6B1
RGB176246177
HSL121°79.55%82.75%
HSB/HSV121°28.46%96.47%
CMYK28.46%0.00%28.05%
3.53%

Color #B0F6B1 in popluar number systems.

HEXB0F6B1
Decimal176246177
Binary101100001111011010110001
Octal260366261

Shades and tints

Shades of #B0F6B1

#B0F6B1
(176,246,177)
#A0E0A1
(160,224,161)
#90CA91
(144,202,145)
#80B481
(128,180,129)
#709E71
(112,158,113)
#608861
(96,136,97)
#507251
(80,114,81)
#405C41
(64,92,65)
#304631
(48,70,49)
#203021
(32,48,33)
#101A11
(16,26,17)
#000000
(0,0,0)

Tints of #B0F6B1

#B0F6B1
(176,246,177)
#B7F6B8
(183,246,184)
#BEF6BF
(190,246,191)
#C5F6C6
(197,246,198)
#CCF6CD
(204,246,205)
#D3F6D4
(211,246,212)
#DAF6DB
(218,246,219)
#E1F6E2
(225,246,226)
#E8F6E9
(232,246,233)
#EFF6F0
(239,246,240)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F6B1; }

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

This text font color is #B0F6B1.


Background Color

.myBgColor { background-color: #B0F6B1; }

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

This div background color is #B0F6B1.


Border color

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

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

This div border color is #B0F6B1.


Opacity

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

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

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

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

This text has shadow with #B0F6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F6B1 on black background.


Color preview on white background

This text has color #B0F6B1 on white background.



Black color preview on #B0F6B1 background

This text has black color on #B0F6B1 background.


White color preview on #B0F6B1 background

This text has white color on #B0F6B1 background.