COLOR #B4FA8B

HEX: #B4FA8B
RGB: (180,250,139)

Color info

#B4FA8B contains mainly green color. Web safe color of #B4FA8B is #CCFF99 (or #CF9).

RGB color model

#B4FA8B color RGB value is (180,250,139).

  • red value is 180;
  • green value is 250;
  • blue value is 139.
RGB:
(180,250,139)
(71%,98%,55%)

RGB channels and saturation

R 180 of 255 = 71%
G 250 of 255 = 98%
B 139 of 255 = 55%

180
250
139

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

Portions of RGB colors in percentages

R + G + B =
180 + 250 + 139 = 569 (100%)
R 180 of 569 ~ 31.63%
G 250 of 569 ~ 43.94%
B 139 of 569 ~ 24.43%

%31.63
%43.94
%24.43

CMYK color model

#B4FA8B color CMYK value is (28,0,44,2).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 44.40%
  • key color value is 1.96%
CMYK:
(28,0,44,2)
C28M0Y44K2 
(28%,0%,44%,2%)
(0.28/0.00/0.44/0.02)	

CMYK percentages

%28
%0
%44.4
%1.96

Codes

Color #B4FA8B in popluar color models

B4FA8B
RGB180250139
HSL98°91.74%76.27%
HSB/HSV98°44.40%98.04%
CMYK28.00%0.00%44.40%
1.96%

Color #B4FA8B in popluar number systems.

HEXB4FA8B
Decimal180250139
Binary101101001111101010001011
Octal264372213

Shades and tints

Shades of #B4FA8B

#B4FA8B
(180,250,139)
#A4E47F
(164,228,127)
#94CE73
(148,206,115)
#84B867
(132,184,103)
#74A25B
(116,162,91)
#648C4F
(100,140,79)
#547643
(84,118,67)
#446037
(68,96,55)
#344A2B
(52,74,43)
#24341F
(36,52,31)
#141E13
(20,30,19)
#000000
(0,0,0)

Tints of #B4FA8B

#B4FA8B
(180,250,139)
#BAFA95
(186,250,149)
#C0FA9F
(192,250,159)
#C6FAA9
(198,250,169)
#CCFAB3
(204,250,179)
#D2FABD
(210,250,189)
#D8FAC7
(216,250,199)
#DEFAD1
(222,250,209)
#E4FADB
(228,250,219)
#EAFAE5
(234,250,229)
#F0FAEF
(240,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4FA8B color. Also use rgb(180,250,139) instead hex code.

Text Font Color

.myTextColor { color: #B4FA8B; }

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

This text font color is #B4FA8B.


Background Color

.myBgColor { background-color: #B4FA8B; }

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

This div background color is #B4FA8B.


Border color

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

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

This div border color is #B4FA8B.


Opacity

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

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

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

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

This text has shadow with #B4FA8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4FA8B on black background.


Color preview on white background

This text has color #B4FA8B on white background.



Black color preview on #B4FA8B background

This text has black color on #B4FA8B background.


White color preview on #B4FA8B background

This text has white color on #B4FA8B background.