COLOR #B6FEB1

HEX: #B6FEB1
RGB: (182,254,177)

Color info

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

RGB color model

#B6FEB1 color RGB value is (182,254,177).

  • red value is 182;
  • green value is 254;
  • blue value is 177.
RGB:
(182,254,177)
(71%,100%,69%)

RGB channels and saturation

R 182 of 255 = 71%
G 254 of 255 = 100%
B 177 of 255 = 69%

182
254
177

R + G + B ~ 80%. #B6FEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 254 + 177 = 613 (100%)
R 182 of 613 ~ 29.69%
G 254 of 613 ~ 41.44%
B 177 of 613 ~ 28.87%

%29.69
%41.44
%28.87

CMYK color model

#B6FEB1 color CMYK value is (28,0,30,0).

  • cyan value is 28.35%
  • magenta value is 0.00%
  • yellow value is 30.31%
  • key color value is 0.39%
CMYK:
(28,0,30,0)
C28M0Y30K0 
(28%,0%,30%,0%)
(0.28/0.00/0.30/0.00)	

CMYK percentages

%28.35
%0
%30.31
%0.39

Codes

Color #B6FEB1 in popluar color models

B6FEB1
RGB182254177
HSL116°97.47%84.51%
HSB/HSV116°30.31%99.61%
CMYK28.35%0.00%30.31%
0.39%

Color #B6FEB1 in popluar number systems.

HEXB6FEB1
Decimal182254177
Binary101101101111111010110001
Octal266376261

Shades and tints

Shades of #B6FEB1

#B6FEB1
(182,254,177)
#A6E7A1
(166,231,161)
#96D091
(150,208,145)
#86B981
(134,185,129)
#76A271
(118,162,113)
#668B61
(102,139,97)
#567451
(86,116,81)
#465D41
(70,93,65)
#364631
(54,70,49)
#262F21
(38,47,33)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #B6FEB1

#B6FEB1
(182,254,177)
#BCFEB8
(188,254,184)
#C2FEBF
(194,254,191)
#C8FEC6
(200,254,198)
#CEFECD
(206,254,205)
#D4FED4
(212,254,212)
#DAFEDB
(218,254,219)
#E0FEE2
(224,254,226)
#E6FEE9
(230,254,233)
#ECFEF0
(236,254,240)
#F2FEF7
(242,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6FEB1 color. Also use rgb(182,254,177) instead hex code.

Text Font Color

.myTextColor { color: #B6FEB1; }

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

This text font color is #B6FEB1.


Background Color

.myBgColor { background-color: #B6FEB1; }

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

This div background color is #B6FEB1.


Border color

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

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

This div border color is #B6FEB1.


Opacity

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

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

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

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

This text has shadow with #B6FEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6FEB1 on black background.


Color preview on white background

This text has color #B6FEB1 on white background.



Black color preview on #B6FEB1 background

This text has black color on #B6FEB1 background.


White color preview on #B6FEB1 background

This text has white color on #B6FEB1 background.