COLOR #B3ED96

HEX: #B3ED96
RGB: (179,237,150)

Color info

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

RGB color model

#B3ED96 color RGB value is (179,237,150).

  • red value is 179;
  • green value is 237;
  • blue value is 150.
RGB:
(179,237,150)
(70%,93%,59%)

RGB channels and saturation

R 179 of 255 = 70%
G 237 of 255 = 93%
B 150 of 255 = 59%

179
237
150

R + G + B ~ 74%. #B3ED96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 237 + 150 = 566 (100%)
R 179 of 566 ~ 31.63%
G 237 of 566 ~ 41.87%
B 150 of 566 ~ 26.5%

%31.63
%41.87
%26.5

CMYK color model

#B3ED96 color CMYK value is (24,0,37,7).

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 36.71%
  • key color value is 7.06%
CMYK:
(24,0,37,7)
C24M0Y37K7 
(24%,0%,37%,7%)
(0.24/0.00/0.37/0.07)	

CMYK percentages

%24.47
%0
%36.71
%7.06

Codes

Color #B3ED96 in popluar color models

B3ED96
RGB179237150
HSL100°70.73%75.88%
HSB/HSV100°36.71%92.94%
CMYK24.47%0.00%36.71%
7.06%

Color #B3ED96 in popluar number systems.

HEXB3ED96
Decimal179237150
Binary101100111110110110010110
Octal263355226

Shades and tints

Shades of #B3ED96

#B3ED96
(179,237,150)
#A3D889
(163,216,137)
#93C37C
(147,195,124)
#83AE6F
(131,174,111)
#739962
(115,153,98)
#638455
(99,132,85)
#536F48
(83,111,72)
#435A3B
(67,90,59)
#33452E
(51,69,46)
#233021
(35,48,33)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #B3ED96

#B3ED96
(179,237,150)
#B9EE9F
(185,238,159)
#BFEFA8
(191,239,168)
#C5F0B1
(197,240,177)
#CBF1BA
(203,241,186)
#D1F2C3
(209,242,195)
#D7F3CC
(215,243,204)
#DDF4D5
(221,244,213)
#E3F5DE
(227,245,222)
#E9F6E7
(233,246,231)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3ED96 color. Also use rgb(179,237,150) instead hex code.

Text Font Color

.myTextColor { color: #B3ED96; }

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

This text font color is #B3ED96.


Background Color

.myBgColor { background-color: #B3ED96; }

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

This div background color is #B3ED96.


Border color

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

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

This div border color is #B3ED96.


Opacity

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

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

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

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

This text has shadow with #B3ED96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3ED96 on black background.


Color preview on white background

This text has color #B3ED96 on white background.



Black color preview on #B3ED96 background

This text has black color on #B3ED96 background.


White color preview on #B3ED96 background

This text has white color on #B3ED96 background.