COLOR #B6F2B0

HEX: #B6F2B0
RGB: (182,242,176)

Color info

#B6F2B0 contains mainly green color. Web safe color of #B6F2B0 is #CCFF99 (or #CF9).

RGB color model

#B6F2B0 color RGB value is (182,242,176).

  • red value is 182;
  • green value is 242;
  • blue value is 176.
RGB:
(182,242,176)
(71%,95%,69%)

RGB channels and saturation

R 182 of 255 = 71%
G 242 of 255 = 95%
B 176 of 255 = 69%

182
242
176

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

Portions of RGB colors in percentages

R + G + B =
182 + 242 + 176 = 600 (100%)
R 182 of 600 ~ 30.33%
G 242 of 600 ~ 40.33%
B 176 of 600 ~ 29.33%

%30.33
%40.33
%29.33

CMYK color model

#B6F2B0 color CMYK value is (25,0,27,5).

  • cyan value is 24.79%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 5.10%
CMYK:
(25,0,27,5)
C25M0Y27K5 
(25%,0%,27%,5%)
(0.25/0.00/0.27/0.05)	

CMYK percentages

%24.79
%0
%27.27
%5.1

Codes

Color #B6F2B0 in popluar color models

B6F2B0
RGB182242176
HSL115°71.74%81.96%
HSB/HSV115°27.27%94.90%
CMYK24.79%0.00%27.27%
5.10%

Color #B6F2B0 in popluar number systems.

HEXB6F2B0
Decimal182242176
Binary101101101111001010110000
Octal266362260

Shades and tints

Shades of #B6F2B0

#B6F2B0
(182,242,176)
#A6DCA0
(166,220,160)
#96C690
(150,198,144)
#86B080
(134,176,128)
#769A70
(118,154,112)
#668460
(102,132,96)
#566E50
(86,110,80)
#465840
(70,88,64)
#364230
(54,66,48)
#262C20
(38,44,32)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #B6F2B0

#B6F2B0
(182,242,176)
#BCF3B7
(188,243,183)
#C2F4BE
(194,244,190)
#C8F5C5
(200,245,197)
#CEF6CC
(206,246,204)
#D4F7D3
(212,247,211)
#DAF8DA
(218,248,218)
#E0F9E1
(224,249,225)
#E6FAE8
(230,250,232)
#ECFBEF
(236,251,239)
#F2FCF6
(242,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6F2B0; }

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

This text font color is #B6F2B0.


Background Color

.myBgColor { background-color: #B6F2B0; }

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

This div background color is #B6F2B0.


Border color

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

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

This div border color is #B6F2B0.


Opacity

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

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

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

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

This text has shadow with #B6F2B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F2B0 on black background.


Color preview on white background

This text has color #B6F2B0 on white background.



Black color preview on #B6F2B0 background

This text has black color on #B6F2B0 background.


White color preview on #B6F2B0 background

This text has white color on #B6F2B0 background.