COLOR #B3F898

HEX: #B3F898
RGB: (179,248,152)

Color info

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

RGB color model

#B3F898 color RGB value is (179,248,152).

  • red value is 179;
  • green value is 248;
  • blue value is 152.
RGB:
(179,248,152)
(70%,97%,60%)

RGB channels and saturation

R 179 of 255 = 70%
G 248 of 255 = 97%
B 152 of 255 = 60%

179
248
152

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

Portions of RGB colors in percentages

R + G + B =
179 + 248 + 152 = 579 (100%)
R 179 of 579 ~ 30.92%
G 248 of 579 ~ 42.83%
B 152 of 579 ~ 26.25%

%30.92
%42.83
%26.25

CMYK color model

#B3F898 color CMYK value is (28,0,39,3).

  • cyan value is 27.82%
  • magenta value is 0.00%
  • yellow value is 38.71%
  • key color value is 2.75%
CMYK:
(28,0,39,3)
C28M0Y39K3 
(28%,0%,39%,3%)
(0.28/0.00/0.39/0.03)	

CMYK percentages

%27.82
%0
%38.71
%2.75

Codes

Color #B3F898 in popluar color models

B3F898
RGB179248152
HSL103°87.27%78.43%
HSB/HSV103°38.71%97.25%
CMYK27.82%0.00%38.71%
2.75%

Color #B3F898 in popluar number systems.

HEXB3F898
Decimal179248152
Binary101100111111100010011000
Octal263370230

Shades and tints

Shades of #B3F898

#B3F898
(179,248,152)
#A3E28B
(163,226,139)
#93CC7E
(147,204,126)
#83B671
(131,182,113)
#73A064
(115,160,100)
#638A57
(99,138,87)
#53744A
(83,116,74)
#435E3D
(67,94,61)
#334830
(51,72,48)
#233223
(35,50,35)
#131C16
(19,28,22)
#000000
(0,0,0)

Tints of #B3F898

#B3F898
(179,248,152)
#B9F8A1
(185,248,161)
#BFF8AA
(191,248,170)
#C5F8B3
(197,248,179)
#CBF8BC
(203,248,188)
#D1F8C5
(209,248,197)
#D7F8CE
(215,248,206)
#DDF8D7
(221,248,215)
#E3F8E0
(227,248,224)
#E9F8E9
(233,248,233)
#EFF8F2
(239,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3F898 color. Also use rgb(179,248,152) instead hex code.

Text Font Color

.myTextColor { color: #B3F898; }

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

This text font color is #B3F898.


Background Color

.myBgColor { background-color: #B3F898; }

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

This div background color is #B3F898.


Border color

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

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

This div border color is #B3F898.


Opacity

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

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

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

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

This text has shadow with #B3F898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3F898 on black background.


Color preview on white background

This text has color #B3F898 on white background.



Black color preview on #B3F898 background

This text has black color on #B3F898 background.


White color preview on #B3F898 background

This text has white color on #B3F898 background.