COLOR #B3F5A0

HEX: #B3F5A0
RGB: (179,245,160)

Color info

#B3F5A0 contains mainly green color. Web safe color of #B3F5A0 is #99FF99 (or #9F9).

RGB color model

#B3F5A0 color RGB value is (179,245,160).

  • red value is 179;
  • green value is 245;
  • blue value is 160.
RGB:
(179,245,160)
(70%,96%,63%)

RGB channels and saturation

R 179 of 255 = 70%
G 245 of 255 = 96%
B 160 of 255 = 63%

179
245
160

R + G + B ~ 76%. #B3F5A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 245 + 160 = 584 (100%)
R 179 of 584 ~ 30.65%
G 245 of 584 ~ 41.95%
B 160 of 584 ~ 27.4%

%30.65
%41.95
%27.4

CMYK color model

#B3F5A0 color CMYK value is (27,0,35,4).

  • cyan value is 26.94%
  • magenta value is 0.00%
  • yellow value is 34.69%
  • key color value is 3.92%
CMYK:
(27,0,35,4)
C27M0Y35K4 
(27%,0%,35%,4%)
(0.27/0.00/0.35/0.04)	

CMYK percentages

%26.94
%0
%34.69
%3.92

Codes

Color #B3F5A0 in popluar color models

B3F5A0
RGB179245160
HSL107°80.95%79.41%
HSB/HSV107°34.69%96.08%
CMYK26.94%0.00%34.69%
3.92%

Color #B3F5A0 in popluar number systems.

HEXB3F5A0
Decimal179245160
Binary101100111111010110100000
Octal263365240

Shades and tints

Shades of #B3F5A0

#B3F5A0
(179,245,160)
#A3DF92
(163,223,146)
#93C984
(147,201,132)
#83B376
(131,179,118)
#739D68
(115,157,104)
#63875A
(99,135,90)
#53714C
(83,113,76)
#435B3E
(67,91,62)
#334530
(51,69,48)
#232F22
(35,47,34)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #B3F5A0

#B3F5A0
(179,245,160)
#B9F5A8
(185,245,168)
#BFF5B0
(191,245,176)
#C5F5B8
(197,245,184)
#CBF5C0
(203,245,192)
#D1F5C8
(209,245,200)
#D7F5D0
(215,245,208)
#DDF5D8
(221,245,216)
#E3F5E0
(227,245,224)
#E9F5E8
(233,245,232)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3F5A0 color. Also use rgb(179,245,160) instead hex code.

Text Font Color

.myTextColor { color: #B3F5A0; }

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

This text font color is #B3F5A0.


Background Color

.myBgColor { background-color: #B3F5A0; }

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

This div background color is #B3F5A0.


Border color

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

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

This div border color is #B3F5A0.


Opacity

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

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

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

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

This text has shadow with #B3F5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3F5A0 on black background.


Color preview on white background

This text has color #B3F5A0 on white background.



Black color preview on #B3F5A0 background

This text has black color on #B3F5A0 background.


White color preview on #B3F5A0 background

This text has white color on #B3F5A0 background.