COLOR #B6FB9F

HEX: #B6FB9F
RGB: (182,251,159)

Color info

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

RGB color model

#B6FB9F color RGB value is (182,251,159).

  • red value is 182;
  • green value is 251;
  • blue value is 159.
RGB:
(182,251,159)
(71%,98%,62%)

RGB channels and saturation

R 182 of 255 = 71%
G 251 of 255 = 98%
B 159 of 255 = 62%

182
251
159

R + G + B ~ 77%. #B6FB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 251 + 159 = 592 (100%)
R 182 of 592 ~ 30.74%
G 251 of 592 ~ 42.4%
B 159 of 592 ~ 26.86%

%30.74
%42.4
%26.86

CMYK color model

#B6FB9F color CMYK value is (27,0,37,2).

  • cyan value is 27.49%
  • magenta value is 0.00%
  • yellow value is 36.65%
  • key color value is 1.57%
CMYK:
(27,0,37,2)
C27M0Y37K2 
(27%,0%,37%,2%)
(0.27/0.00/0.37/0.02)	

CMYK percentages

%27.49
%0
%36.65
%1.57

Codes

Color #B6FB9F in popluar color models

B6FB9F
RGB182251159
HSL105°92.00%80.39%
HSB/HSV105°36.65%98.43%
CMYK27.49%0.00%36.65%
1.57%

Color #B6FB9F in popluar number systems.

HEXB6FB9F
Decimal182251159
Binary101101101111101110011111
Octal266373237

Shades and tints

Shades of #B6FB9F

#B6FB9F
(182,251,159)
#A6E591
(166,229,145)
#96CF83
(150,207,131)
#86B975
(134,185,117)
#76A367
(118,163,103)
#668D59
(102,141,89)
#56774B
(86,119,75)
#46613D
(70,97,61)
#364B2F
(54,75,47)
#263521
(38,53,33)
#161F13
(22,31,19)
#000000
(0,0,0)

Tints of #B6FB9F

#B6FB9F
(182,251,159)
#BCFBA7
(188,251,167)
#C2FBAF
(194,251,175)
#C8FBB7
(200,251,183)
#CEFBBF
(206,251,191)
#D4FBC7
(212,251,199)
#DAFBCF
(218,251,207)
#E0FBD7
(224,251,215)
#E6FBDF
(230,251,223)
#ECFBE7
(236,251,231)
#F2FBEF
(242,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6FB9F; }

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

This text font color is #B6FB9F.


Background Color

.myBgColor { background-color: #B6FB9F; }

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

This div background color is #B6FB9F.


Border color

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

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

This div border color is #B6FB9F.


Opacity

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

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

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

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

This text has shadow with #B6FB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6FB9F on black background.


Color preview on white background

This text has color #B6FB9F on white background.



Black color preview on #B6FB9F background

This text has black color on #B6FB9F background.


White color preview on #B6FB9F background

This text has white color on #B6FB9F background.