COLOR #B3FD93

HEX: #B3FD93
RGB: (179,253,147)

Color info

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

RGB color model

#B3FD93 color RGB value is (179,253,147).

  • red value is 179;
  • green value is 253;
  • blue value is 147.
RGB:
(179,253,147)
(70%,99%,58%)

RGB channels and saturation

R 179 of 255 = 70%
G 253 of 255 = 99%
B 147 of 255 = 58%

179
253
147

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

Portions of RGB colors in percentages

R + G + B =
179 + 253 + 147 = 579 (100%)
R 179 of 579 ~ 30.92%
G 253 of 579 ~ 43.7%
B 147 of 579 ~ 25.39%

%30.92
%43.7
%25.39

CMYK color model

#B3FD93 color CMYK value is (29,0,42,1).

  • cyan value is 29.25%
  • magenta value is 0.00%
  • yellow value is 41.90%
  • key color value is 0.78%
CMYK:
(29,0,42,1)
C29M0Y42K1 
(29%,0%,42%,1%)
(0.29/0.00/0.42/0.01)	

CMYK percentages

%29.25
%0
%41.9
%0.78

Codes

Color #B3FD93 in popluar color models

B3FD93
RGB179253147
HSL102°96.36%78.43%
HSB/HSV102°41.90%99.22%
CMYK29.25%0.00%41.90%
0.78%

Color #B3FD93 in popluar number systems.

HEXB3FD93
Decimal179253147
Binary101100111111110110010011
Octal263375223

Shades and tints

Shades of #B3FD93

#B3FD93
(179,253,147)
#A3E686
(163,230,134)
#93CF79
(147,207,121)
#83B86C
(131,184,108)
#73A15F
(115,161,95)
#638A52
(99,138,82)
#537345
(83,115,69)
#435C38
(67,92,56)
#33452B
(51,69,43)
#232E1E
(35,46,30)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #B3FD93

#B3FD93
(179,253,147)
#B9FD9C
(185,253,156)
#BFFDA5
(191,253,165)
#C5FDAE
(197,253,174)
#CBFDB7
(203,253,183)
#D1FDC0
(209,253,192)
#D7FDC9
(215,253,201)
#DDFDD2
(221,253,210)
#E3FDDB
(227,253,219)
#E9FDE4
(233,253,228)
#EFFDED
(239,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3FD93 color. Also use rgb(179,253,147) instead hex code.

Text Font Color

.myTextColor { color: #B3FD93; }

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

This text font color is #B3FD93.


Background Color

.myBgColor { background-color: #B3FD93; }

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

This div background color is #B3FD93.


Border color

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

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

This div border color is #B3FD93.


Opacity

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

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

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

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

This text has shadow with #B3FD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3FD93 on black background.


Color preview on white background

This text has color #B3FD93 on white background.



Black color preview on #B3FD93 background

This text has black color on #B3FD93 background.


White color preview on #B3FD93 background

This text has white color on #B3FD93 background.