COLOR #B4FEB4

HEX: #B4FEB4
RGB: (180,254,180)

Color info

#B4FEB4 contains mainly green color. Web safe color of #B4FEB4 is #CCFFCC (or #CFC).

RGB color model

#B4FEB4 color RGB value is (180,254,180).

  • red value is 180;
  • green value is 254;
  • blue value is 180.
RGB:
(180,254,180)
(71%,100%,71%)

RGB channels and saturation

R 180 of 255 = 71%
G 254 of 255 = 100%
B 180 of 255 = 71%

180
254
180

R + G + B ~ 81%. #B4FEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 254 + 180 = 614 (100%)
R 180 of 614 ~ 29.32%
G 254 of 614 ~ 41.37%
B 180 of 614 ~ 29.32%

%29.32
%41.37
%29.32

CMYK color model

#B4FEB4 color CMYK value is (29,0,29,0).

  • cyan value is 29.13%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 0.39%
CMYK:
(29,0,29,0)
C29M0Y29K0 
(29%,0%,29%,0%)
(0.29/0.00/0.29/0.00)	

CMYK percentages

%29.13
%0
%29.13
%0.39

Codes

Color #B4FEB4 in popluar color models

B4FEB4
RGB180254180
HSL120°97.37%85.10%
HSB/HSV120°29.13%99.61%
CMYK29.13%0.00%29.13%
0.39%

Color #B4FEB4 in popluar number systems.

HEXB4FEB4
Decimal180254180
Binary101101001111111010110100
Octal264376264

Shades and tints

Shades of #B4FEB4

#B4FEB4
(180,254,180)
#A4E7A4
(164,231,164)
#94D094
(148,208,148)
#84B984
(132,185,132)
#74A274
(116,162,116)
#648B64
(100,139,100)
#547454
(84,116,84)
#445D44
(68,93,68)
#344634
(52,70,52)
#242F24
(36,47,36)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #B4FEB4

#B4FEB4
(180,254,180)
#BAFEBA
(186,254,186)
#C0FEC0
(192,254,192)
#C6FEC6
(198,254,198)
#CCFECC
(204,254,204)
#D2FED2
(210,254,210)
#D8FED8
(216,254,216)
#DEFEDE
(222,254,222)
#E4FEE4
(228,254,228)
#EAFEEA
(234,254,234)
#F0FEF0
(240,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4FEB4; }

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

This text font color is #B4FEB4.


Background Color

.myBgColor { background-color: #B4FEB4; }

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

This div background color is #B4FEB4.


Border color

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

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

This div border color is #B4FEB4.


Opacity

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

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

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

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

This text has shadow with #B4FEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4FEB4 on black background.


Color preview on white background

This text has color #B4FEB4 on white background.



Black color preview on #B4FEB4 background

This text has black color on #B4FEB4 background.


White color preview on #B4FEB4 background

This text has white color on #B4FEB4 background.