COLOR #B4F7BF

HEX: #B4F7BF
RGB: (180,247,191)

Color info

#B4F7BF contains mainly green and blue colors. Web safe color of #B4F7BF is #CCFFCC (or #CFC).

RGB color model

#B4F7BF color RGB value is (180,247,191).

  • red value is 180;
  • green value is 247;
  • blue value is 191.
RGB:
(180,247,191)
(71%,97%,75%)

RGB channels and saturation

R 180 of 255 = 71%
G 247 of 255 = 97%
B 191 of 255 = 75%

180
247
191

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

Portions of RGB colors in percentages

R + G + B =
180 + 247 + 191 = 618 (100%)
R 180 of 618 ~ 29.13%
G 247 of 618 ~ 39.97%
B 191 of 618 ~ 30.91%

%29.13
%39.97
%30.91

CMYK color model

#B4F7BF color CMYK value is (27,0,23,3).

  • cyan value is 27.13%
  • magenta value is 0.00%
  • yellow value is 22.67%
  • key color value is 3.14%
CMYK:
(27,0,23,3)
C27M0Y23K3 
(27%,0%,23%,3%)
(0.27/0.00/0.23/0.03)	

CMYK percentages

%27.13
%0
%22.67
%3.14

Codes

Color #B4F7BF in popluar color models

B4F7BF
RGB180247191
HSL130°80.72%83.73%
HSB/HSV130°27.13%96.86%
CMYK27.13%0.00%22.67%
3.14%

Color #B4F7BF in popluar number systems.

HEXB4F7BF
Decimal180247191
Binary101101001111011110111111
Octal264367277

Shades and tints

Shades of #B4F7BF

#B4F7BF
(180,247,191)
#A4E1AE
(164,225,174)
#94CB9D
(148,203,157)
#84B58C
(132,181,140)
#749F7B
(116,159,123)
#64896A
(100,137,106)
#547359
(84,115,89)
#445D48
(68,93,72)
#344737
(52,71,55)
#243126
(36,49,38)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #B4F7BF

#B4F7BF
(180,247,191)
#BAF7C4
(186,247,196)
#C0F7C9
(192,247,201)
#C6F7CE
(198,247,206)
#CCF7D3
(204,247,211)
#D2F7D8
(210,247,216)
#D8F7DD
(216,247,221)
#DEF7E2
(222,247,226)
#E4F7E7
(228,247,231)
#EAF7EC
(234,247,236)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4F7BF; }

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

This text font color is #B4F7BF.


Background Color

.myBgColor { background-color: #B4F7BF; }

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

This div background color is #B4F7BF.


Border color

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

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

This div border color is #B4F7BF.


Opacity

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

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

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

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

This text has shadow with #B4F7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F7BF on black background.


Color preview on white background

This text has color #B4F7BF on white background.



Black color preview on #B4F7BF background

This text has black color on #B4F7BF background.


White color preview on #B4F7BF background

This text has white color on #B4F7BF background.