COLOR #B6EE8F

HEX: #B6EE8F
RGB: (182,238,143)

Color info

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

RGB color model

#B6EE8F color RGB value is (182,238,143).

  • red value is 182;
  • green value is 238;
  • blue value is 143.
RGB:
(182,238,143)
(71%,93%,56%)

RGB channels and saturation

R 182 of 255 = 71%
G 238 of 255 = 93%
B 143 of 255 = 56%

182
238
143

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

Portions of RGB colors in percentages

R + G + B =
182 + 238 + 143 = 563 (100%)
R 182 of 563 ~ 32.33%
G 238 of 563 ~ 42.27%
B 143 of 563 ~ 25.4%

%32.33
%42.27
%25.4

CMYK color model

#B6EE8F color CMYK value is (24,0,40,7).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 39.92%
  • key color value is 6.67%
CMYK:
(24,0,40,7)
C24M0Y40K7 
(24%,0%,40%,7%)
(0.24/0.00/0.40/0.07)	

CMYK percentages

%23.53
%0
%39.92
%6.67

Codes

Color #B6EE8F in popluar color models

B6EE8F
RGB182238143
HSL95°73.64%74.71%
HSB/HSV95°39.92%93.33%
CMYK23.53%0.00%39.92%
6.67%

Color #B6EE8F in popluar number systems.

HEXB6EE8F
Decimal182238143
Binary101101101110111010001111
Octal266356217

Shades and tints

Shades of #B6EE8F

#B6EE8F
(182,238,143)
#A6D982
(166,217,130)
#96C475
(150,196,117)
#86AF68
(134,175,104)
#769A5B
(118,154,91)
#66854E
(102,133,78)
#567041
(86,112,65)
#465B34
(70,91,52)
#364627
(54,70,39)
#26311A
(38,49,26)
#161C0D
(22,28,13)
#000000
(0,0,0)

Tints of #B6EE8F

#B6EE8F
(182,238,143)
#BCEF99
(188,239,153)
#C2F0A3
(194,240,163)
#C8F1AD
(200,241,173)
#CEF2B7
(206,242,183)
#D4F3C1
(212,243,193)
#DAF4CB
(218,244,203)
#E0F5D5
(224,245,213)
#E6F6DF
(230,246,223)
#ECF7E9
(236,247,233)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6EE8F color. Also use rgb(182,238,143) instead hex code.

Text Font Color

.myTextColor { color: #B6EE8F; }

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

This text font color is #B6EE8F.


Background Color

.myBgColor { background-color: #B6EE8F; }

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

This div background color is #B6EE8F.


Border color

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

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

This div border color is #B6EE8F.


Opacity

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

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

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

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

This text has shadow with #B6EE8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6EE8F on black background.


Color preview on white background

This text has color #B6EE8F on white background.



Black color preview on #B6EE8F background

This text has black color on #B6EE8F background.


White color preview on #B6EE8F background

This text has white color on #B6EE8F background.