COLOR #B4F5BF

HEX: #B4F5BF
RGB: (180,245,191)

Color info

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

RGB color model

#B4F5BF color RGB value is (180,245,191).

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

RGB channels and saturation

R 180 of 255 = 71%
G 245 of 255 = 96%
B 191 of 255 = 75%

180
245
191

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

Portions of RGB colors in percentages

R + G + B =
180 + 245 + 191 = 616 (100%)
R 180 of 616 ~ 29.22%
G 245 of 616 ~ 39.77%
B 191 of 616 ~ 31.01%

%29.22
%39.77
%31.01

CMYK color model

#B4F5BF color CMYK value is (27,0,22,4).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 22.04%
  • key color value is 3.92%
CMYK:
(27,0,22,4)
C27M0Y22K4 
(27%,0%,22%,4%)
(0.27/0.00/0.22/0.04)	

CMYK percentages

%26.53
%0
%22.04
%3.92

Codes

Color #B4F5BF in popluar color models

B4F5BF
RGB180245191
HSL130°76.47%83.33%
HSB/HSV130°26.53%96.08%
CMYK26.53%0.00%22.04%
3.92%

Color #B4F5BF in popluar number systems.

HEXB4F5BF
Decimal180245191
Binary101101001111010110111111
Octal264365277

Shades and tints

Shades of #B4F5BF

#B4F5BF
(180,245,191)
#A4DFAE
(164,223,174)
#94C99D
(148,201,157)
#84B38C
(132,179,140)
#749D7B
(116,157,123)
#64876A
(100,135,106)
#547159
(84,113,89)
#445B48
(68,91,72)
#344537
(52,69,55)
#242F26
(36,47,38)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #B4F5BF

#B4F5BF
(180,245,191)
#BAF5C4
(186,245,196)
#C0F5C9
(192,245,201)
#C6F5CE
(198,245,206)
#CCF5D3
(204,245,211)
#D2F5D8
(210,245,216)
#D8F5DD
(216,245,221)
#DEF5E2
(222,245,226)
#E4F5E7
(228,245,231)
#EAF5EC
(234,245,236)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4F5BF; }

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

This text font color is #B4F5BF.


Background Color

.myBgColor { background-color: #B4F5BF; }

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

This div background color is #B4F5BF.


Border color

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

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

This div border color is #B4F5BF.


Opacity

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

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

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

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

This text has shadow with #B4F5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F5BF on black background.


Color preview on white background

This text has color #B4F5BF on white background.



Black color preview on #B4F5BF background

This text has black color on #B4F5BF background.


White color preview on #B4F5BF background

This text has white color on #B4F5BF background.