COLOR #B6F86D

HEX: #B6F86D
RGB: (182,248,109)

Color info

#B6F86D contains mainly green color. Web safe color of #B6F86D is #CCFF66 (or #CF6).

RGB color model

#B6F86D color RGB value is (182,248,109).

  • red value is 182;
  • green value is 248;
  • blue value is 109.
RGB:
(182,248,109)
(71%,97%,43%)

RGB channels and saturation

R 182 of 255 = 71%
G 248 of 255 = 97%
B 109 of 255 = 43%

182
248
109

R + G + B ~ 70%. #B6F86D is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 248 + 109 = 539 (100%)
R 182 of 539 ~ 33.77%
G 248 of 539 ~ 46.01%
B 109 of 539 ~ 20.22%

%33.77
%46.01
%20.22

CMYK color model

#B6F86D color CMYK value is (27,0,56,3).

  • cyan value is 26.61%
  • magenta value is 0.00%
  • yellow value is 56.05%
  • key color value is 2.75%
CMYK:
(27,0,56,3)
C27M0Y56K3 
(27%,0%,56%,3%)
(0.27/0.00/0.56/0.03)	

CMYK percentages

%26.61
%0
%56.05
%2.75

Codes

Color #B6F86D in popluar color models

B6F86D
RGB182248109
HSL88°90.85%70.00%
HSB/HSV88°56.05%97.25%
CMYK26.61%0.00%56.05%
2.75%

Color #B6F86D in popluar number systems.

HEXB6F86D
Decimal182248109
Binary10110110111110001101101
Octal266370155

Shades and tints

Shades of #B6F86D

#B6F86D
(182,248,109)
#A6E264
(166,226,100)
#96CC5B
(150,204,91)
#86B652
(134,182,82)
#76A049
(118,160,73)
#668A40
(102,138,64)
#567437
(86,116,55)
#465E2E
(70,94,46)
#364825
(54,72,37)
#26321C
(38,50,28)
#161C13
(22,28,19)
#000000
(0,0,0)

Tints of #B6F86D

#B6F86D
(182,248,109)
#BCF87A
(188,248,122)
#C2F887
(194,248,135)
#C8F894
(200,248,148)
#CEF8A1
(206,248,161)
#D4F8AE
(212,248,174)
#DAF8BB
(218,248,187)
#E0F8C8
(224,248,200)
#E6F8D5
(230,248,213)
#ECF8E2
(236,248,226)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F86D color. Also use rgb(182,248,109) instead hex code.

Text Font Color

.myTextColor { color: #B6F86D; }

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

This text font color is #B6F86D.


Background Color

.myBgColor { background-color: #B6F86D; }

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

This div background color is #B6F86D.


Border color

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

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

This div border color is #B6F86D.


Opacity

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

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

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

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

This text has shadow with #B6F86D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F86D on black background.


Color preview on white background

This text has color #B6F86D on white background.



Black color preview on #B6F86D background

This text has black color on #B6F86D background.


White color preview on #B6F86D background

This text has white color on #B6F86D background.