COLOR #B3F694

HEX: #B3F694
RGB: (179,246,148)

Color info

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

RGB color model

#B3F694 color RGB value is (179,246,148).

  • red value is 179;
  • green value is 246;
  • blue value is 148.
RGB:
(179,246,148)
(70%,96%,58%)

RGB channels and saturation

R 179 of 255 = 70%
G 246 of 255 = 96%
B 148 of 255 = 58%

179
246
148

R + G + B ~ 75%. #B3F694 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 246 + 148 = 573 (100%)
R 179 of 573 ~ 31.24%
G 246 of 573 ~ 42.93%
B 148 of 573 ~ 25.83%

%31.24
%42.93
%25.83

CMYK color model

#B3F694 color CMYK value is (27,0,40,4).

  • cyan value is 27.24%
  • magenta value is 0.00%
  • yellow value is 39.84%
  • key color value is 3.53%
CMYK:
(27,0,40,4)
C27M0Y40K4 
(27%,0%,40%,4%)
(0.27/0.00/0.40/0.04)	

CMYK percentages

%27.24
%0
%39.84
%3.53

Codes

Color #B3F694 in popluar color models

B3F694
RGB179246148
HSL101°84.48%77.25%
HSB/HSV101°39.84%96.47%
CMYK27.24%0.00%39.84%
3.53%

Color #B3F694 in popluar number systems.

HEXB3F694
Decimal179246148
Binary101100111111011010010100
Octal263366224

Shades and tints

Shades of #B3F694

#B3F694
(179,246,148)
#A3E087
(163,224,135)
#93CA7A
(147,202,122)
#83B46D
(131,180,109)
#739E60
(115,158,96)
#638853
(99,136,83)
#537246
(83,114,70)
#435C39
(67,92,57)
#33462C
(51,70,44)
#23301F
(35,48,31)
#131A12
(19,26,18)
#000000
(0,0,0)

Tints of #B3F694

#B3F694
(179,246,148)
#B9F69D
(185,246,157)
#BFF6A6
(191,246,166)
#C5F6AF
(197,246,175)
#CBF6B8
(203,246,184)
#D1F6C1
(209,246,193)
#D7F6CA
(215,246,202)
#DDF6D3
(221,246,211)
#E3F6DC
(227,246,220)
#E9F6E5
(233,246,229)
#EFF6EE
(239,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3F694 color. Also use rgb(179,246,148) instead hex code.

Text Font Color

.myTextColor { color: #B3F694; }

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

This text font color is #B3F694.


Background Color

.myBgColor { background-color: #B3F694; }

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

This div background color is #B3F694.


Border color

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

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

This div border color is #B3F694.


Opacity

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

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

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

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

This text has shadow with #B3F694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3F694 on black background.


Color preview on white background

This text has color #B3F694 on white background.



Black color preview on #B3F694 background

This text has black color on #B3F694 background.


White color preview on #B3F694 background

This text has white color on #B3F694 background.