COLOR #B6EB8C

HEX: #B6EB8C
RGB: (182,235,140)

Color info

#B6EB8C contains mainly red and green colors. Web safe color of #B6EB8C is #CCFF99 (or #CF9).

RGB color model

#B6EB8C color RGB value is (182,235,140).

  • red value is 182;
  • green value is 235;
  • blue value is 140.
RGB:
(182,235,140)
(71%,92%,55%)

RGB channels and saturation

R 182 of 255 = 71%
G 235 of 255 = 92%
B 140 of 255 = 55%

182
235
140

R + G + B ~ 73%. #B6EB8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 235 + 140 = 557 (100%)
R 182 of 557 ~ 32.68%
G 235 of 557 ~ 42.19%
B 140 of 557 ~ 25.13%

%32.68
%42.19
%25.13

CMYK color model

#B6EB8C color CMYK value is (23,0,40,8).

  • cyan value is 22.55%
  • magenta value is 0.00%
  • yellow value is 40.43%
  • key color value is 7.84%
CMYK:
(23,0,40,8)
C23M0Y40K8 
(23%,0%,40%,8%)
(0.23/0.00/0.40/0.08)	

CMYK percentages

%22.55
%0
%40.43
%7.84

Codes

Color #B6EB8C in popluar color models

B6EB8C
RGB182235140
HSL93°70.37%73.53%
HSB/HSV93°40.43%92.16%
CMYK22.55%0.00%40.43%
7.84%

Color #B6EB8C in popluar number systems.

HEXB6EB8C
Decimal182235140
Binary101101101110101110001100
Octal266353214

Shades and tints

Shades of #B6EB8C

#B6EB8C
(182,235,140)
#A6D680
(166,214,128)
#96C174
(150,193,116)
#86AC68
(134,172,104)
#76975C
(118,151,92)
#668250
(102,130,80)
#566D44
(86,109,68)
#465838
(70,88,56)
#36432C
(54,67,44)
#262E20
(38,46,32)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #B6EB8C

#B6EB8C
(182,235,140)
#BCEC96
(188,236,150)
#C2EDA0
(194,237,160)
#C8EEAA
(200,238,170)
#CEEFB4
(206,239,180)
#D4F0BE
(212,240,190)
#DAF1C8
(218,241,200)
#E0F2D2
(224,242,210)
#E6F3DC
(230,243,220)
#ECF4E6
(236,244,230)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6EB8C color. Also use rgb(182,235,140) instead hex code.

Text Font Color

.myTextColor { color: #B6EB8C; }

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

This text font color is #B6EB8C.


Background Color

.myBgColor { background-color: #B6EB8C; }

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

This div background color is #B6EB8C.


Border color

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

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

This div border color is #B6EB8C.


Opacity

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

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

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

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

This text has shadow with #B6EB8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6EB8C on black background.


Color preview on white background

This text has color #B6EB8C on white background.



Black color preview on #B6EB8C background

This text has black color on #B6EB8C background.


White color preview on #B6EB8C background

This text has white color on #B6EB8C background.