COLOR #B4F1FB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

180
241
251

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

Portions of RGB colors in percentages

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

%26.79
%35.86
%37.35

CMYK color model

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

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

CMYK percentages

%28.29
%3.98
%0
%1.57

Codes

Color #B4F1FB in popluar color models

B4F1FB
RGB180241251
HSL188°89.87%84.51%
HSB/HSV188°28.29%98.43%
CMYK28.29%3.98%0.00%
1.57%

Color #B4F1FB in popluar number systems.

HEXB4F1FB
Decimal180241251
Binary101101001111000111111011
Octal264361373

Shades and tints

Shades of #B4F1FB

#B4F1FB
(180,241,251)
#A4DCE5
(164,220,229)
#94C7CF
(148,199,207)
#84B2B9
(132,178,185)
#749DA3
(116,157,163)
#64888D
(100,136,141)
#547377
(84,115,119)
#445E61
(68,94,97)
#34494B
(52,73,75)
#243435
(36,52,53)
#141F1F
(20,31,31)
#000000
(0,0,0)

Tints of #B4F1FB

#B4F1FB
(180,241,251)
#BAF2FB
(186,242,251)
#C0F3FB
(192,243,251)
#C6F4FB
(198,244,251)
#CCF5FB
(204,245,251)
#D2F6FB
(210,246,251)
#D8F7FB
(216,247,251)
#DEF8FB
(222,248,251)
#E4F9FB
(228,249,251)
#EAFAFB
(234,250,251)
#F0FBFB
(240,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4F1FB; }

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

This text font color is #B4F1FB.


Background Color

.myBgColor { background-color: #B4F1FB; }

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

This div background color is #B4F1FB.


Border color

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

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

This div border color is #B4F1FB.


Opacity

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

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

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

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

This text has shadow with #B4F1FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F1FB on black background.


Color preview on white background

This text has color #B4F1FB on white background.



Black color preview on #B4F1FB background

This text has black color on #B4F1FB background.


White color preview on #B4F1FB background

This text has white color on #B4F1FB background.