COLOR #B3EB8A

HEX: #B3EB8A
RGB: (179,235,138)

Color info

#B3EB8A contains mainly red and green colors. Web safe color of #B3EB8A is #99FF99 (or #9F9).

RGB color model

#B3EB8A color RGB value is (179,235,138).

  • red value is 179;
  • green value is 235;
  • blue value is 138.
RGB:
(179,235,138)
(70%,92%,54%)

RGB channels and saturation

R 179 of 255 = 70%
G 235 of 255 = 92%
B 138 of 255 = 54%

179
235
138

R + G + B ~ 72%. #B3EB8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 235 + 138 = 552 (100%)
R 179 of 552 ~ 32.43%
G 235 of 552 ~ 42.57%
B 138 of 552 ~ 25%

%32.43
%42.57
%25

CMYK color model

#B3EB8A color CMYK value is (24,0,41,8).

  • cyan value is 23.83%
  • magenta value is 0.00%
  • yellow value is 41.28%
  • key color value is 7.84%
CMYK:
(24,0,41,8)
C24M0Y41K8 
(24%,0%,41%,8%)
(0.24/0.00/0.41/0.08)	

CMYK percentages

%23.83
%0
%41.28
%7.84

Codes

Color #B3EB8A in popluar color models

B3EB8A
RGB179235138
HSL95°70.80%73.14%
HSB/HSV95°41.28%92.16%
CMYK23.83%0.00%41.28%
7.84%

Color #B3EB8A in popluar number systems.

HEXB3EB8A
Decimal179235138
Binary101100111110101110001010
Octal263353212

Shades and tints

Shades of #B3EB8A

#B3EB8A
(179,235,138)
#A3D67E
(163,214,126)
#93C172
(147,193,114)
#83AC66
(131,172,102)
#73975A
(115,151,90)
#63824E
(99,130,78)
#536D42
(83,109,66)
#435836
(67,88,54)
#33432A
(51,67,42)
#232E1E
(35,46,30)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #B3EB8A

#B3EB8A
(179,235,138)
#B9EC94
(185,236,148)
#BFED9E
(191,237,158)
#C5EEA8
(197,238,168)
#CBEFB2
(203,239,178)
#D1F0BC
(209,240,188)
#D7F1C6
(215,241,198)
#DDF2D0
(221,242,208)
#E3F3DA
(227,243,218)
#E9F4E4
(233,244,228)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3EB8A color. Also use rgb(179,235,138) instead hex code.

Text Font Color

.myTextColor { color: #B3EB8A; }

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

This text font color is #B3EB8A.


Background Color

.myBgColor { background-color: #B3EB8A; }

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

This div background color is #B3EB8A.


Border color

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

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

This div border color is #B3EB8A.


Opacity

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

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

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

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

This text has shadow with #B3EB8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3EB8A on black background.


Color preview on white background

This text has color #B3EB8A on white background.



Black color preview on #B3EB8A background

This text has black color on #B3EB8A background.


White color preview on #B3EB8A background

This text has white color on #B3EB8A background.