COLOR #B3EC6F

HEX: #B3EC6F
RGB: (179,236,111)

Color info

#B3EC6F contains mainly red and green colors. Web safe color of #B3EC6F is #99FF66 (or #9F6).

RGB color model

#B3EC6F color RGB value is (179,236,111).

  • red value is 179;
  • green value is 236;
  • blue value is 111.
RGB:
(179,236,111)
(70%,93%,44%)

RGB channels and saturation

R 179 of 255 = 70%
G 236 of 255 = 93%
B 111 of 255 = 44%

179
236
111

R + G + B ~ 69%. #B3EC6F is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 236 + 111 = 526 (100%)
R 179 of 526 ~ 34.03%
G 236 of 526 ~ 44.87%
B 111 of 526 ~ 21.1%

%34.03
%44.87
%21.1

CMYK color model

#B3EC6F color CMYK value is (24,0,53,7).

  • cyan value is 24.15%
  • magenta value is 0.00%
  • yellow value is 52.97%
  • key color value is 7.45%
CMYK:
(24,0,53,7)
C24M0Y53K7 
(24%,0%,53%,7%)
(0.24/0.00/0.53/0.07)	

CMYK percentages

%24.15
%0
%52.97
%7.45

Codes

Color #B3EC6F in popluar color models

B3EC6F
RGB179236111
HSL87°76.69%68.04%
HSB/HSV87°52.97%92.55%
CMYK24.15%0.00%52.97%
7.45%

Color #B3EC6F in popluar number systems.

HEXB3EC6F
Decimal179236111
Binary10110011111011001101111
Octal263354157

Shades and tints

Shades of #B3EC6F

#B3EC6F
(179,236,111)
#A3D765
(163,215,101)
#93C25B
(147,194,91)
#83AD51
(131,173,81)
#739847
(115,152,71)
#63833D
(99,131,61)
#536E33
(83,110,51)
#435929
(67,89,41)
#33441F
(51,68,31)
#232F15
(35,47,21)
#131A0B
(19,26,11)
#000000
(0,0,0)

Tints of #B3EC6F

#B3EC6F
(179,236,111)
#B9ED7C
(185,237,124)
#BFEE89
(191,238,137)
#C5EF96
(197,239,150)
#CBF0A3
(203,240,163)
#D1F1B0
(209,241,176)
#D7F2BD
(215,242,189)
#DDF3CA
(221,243,202)
#E3F4D7
(227,244,215)
#E9F5E4
(233,245,228)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3EC6F color. Also use rgb(179,236,111) instead hex code.

Text Font Color

.myTextColor { color: #B3EC6F; }

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

This text font color is #B3EC6F.


Background Color

.myBgColor { background-color: #B3EC6F; }

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

This div background color is #B3EC6F.


Border color

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

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

This div border color is #B3EC6F.


Opacity

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

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

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

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

This text has shadow with #B3EC6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3EC6F on black background.


Color preview on white background

This text has color #B3EC6F on white background.



Black color preview on #B3EC6F background

This text has black color on #B3EC6F background.


White color preview on #B3EC6F background

This text has white color on #B3EC6F background.