COLOR #B4FBF1

HEX: #B4FBF1
RGB: (180,251,241)

Color info

#B4FBF1 contains mainly green and blue colors. Web safe color of #B4FBF1 is #CCFFFF (or #CFF).

RGB color model

#B4FBF1 color RGB value is (180,251,241).

  • red value is 180;
  • green value is 251;
  • blue value is 241.
RGB:
(180,251,241)
(71%,98%,95%)

RGB channels and saturation

R 180 of 255 = 71%
G 251 of 255 = 98%
B 241 of 255 = 95%

180
251
241

R + G + B ~ 88%. #B4FBF1 is light color.

Portions of RGB colors in percentages

R + G + B =
180 + 251 + 241 = 672 (100%)
R 180 of 672 ~ 26.79%
G 251 of 672 ~ 37.35%
B 241 of 672 ~ 35.86%

%26.79
%37.35
%35.86

CMYK color model

#B4FBF1 color CMYK value is (28,0,4,2).

  • cyan value is 28.29%
  • magenta value is 0.00%
  • yellow value is 3.98%
  • key color value is 1.57%
CMYK:
(28,0,4,2)
C28M0Y4K2 
(28%,0%,4%,2%)
(0.28/0.00/0.04/0.02)	

CMYK percentages

%28.29
%0
%3.98
%1.57

Codes

Color #B4FBF1 in popluar color models

B4FBF1
RGB180251241
HSL172°89.87%84.51%
HSB/HSV172°28.29%98.43%
CMYK28.29%0.00%3.98%
1.57%

Color #B4FBF1 in popluar number systems.

HEXB4FBF1
Decimal180251241
Binary101101001111101111110001
Octal264373361

Shades and tints

Shades of #B4FBF1

#B4FBF1
(180,251,241)
#A4E5DC
(164,229,220)
#94CFC7
(148,207,199)
#84B9B2
(132,185,178)
#74A39D
(116,163,157)
#648D88
(100,141,136)
#547773
(84,119,115)
#44615E
(68,97,94)
#344B49
(52,75,73)
#243534
(36,53,52)
#141F1F
(20,31,31)
#000000
(0,0,0)

Tints of #B4FBF1

#B4FBF1
(180,251,241)
#BAFBF2
(186,251,242)
#C0FBF3
(192,251,243)
#C6FBF4
(198,251,244)
#CCFBF5
(204,251,245)
#D2FBF6
(210,251,246)
#D8FBF7
(216,251,247)
#DEFBF8
(222,251,248)
#E4FBF9
(228,251,249)
#EAFBFA
(234,251,250)
#F0FBFB
(240,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4FBF1; }

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

This text font color is #B4FBF1.


Background Color

.myBgColor { background-color: #B4FBF1; }

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

This div background color is #B4FBF1.


Border color

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

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

This div border color is #B4FBF1.


Opacity

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

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

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

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

This text has shadow with #B4FBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4FBF1 on black background.


Color preview on white background

This text has color #B4FBF1 on white background.



Black color preview on #B4FBF1 background

This text has black color on #B4FBF1 background.


White color preview on #B4FBF1 background

This text has white color on #B4FBF1 background.