COLOR #B4F2F8

HEX: #B4F2F8
RGB: (180,242,248)

Color info

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

RGB color model

#B4F2F8 color RGB value is (180,242,248).

  • red value is 180;
  • green value is 242;
  • blue value is 248.
RGB:
(180,242,248)
(71%,95%,97%)

RGB channels and saturation

R 180 of 255 = 71%
G 242 of 255 = 95%
B 248 of 255 = 97%

180
242
248

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

Portions of RGB colors in percentages

R + G + B =
180 + 242 + 248 = 670 (100%)
R 180 of 670 ~ 26.87%
G 242 of 670 ~ 36.12%
B 248 of 670 ~ 37.01%

%26.87
%36.12
%37.01

CMYK color model

#B4F2F8 color CMYK value is (27,2,0,3).

  • cyan value is 27.42%
  • magenta value is 2.42%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(27,2,0,3)
C27M2Y0K3 
(27%,2%,0%,3%)
(0.27/0.02/0.00/0.03)	

CMYK percentages

%27.42
%2.42
%0
%2.75

Codes

Color #B4F2F8 in popluar color models

B4F2F8
RGB180242248
HSL185°82.93%83.92%
HSB/HSV185°27.42%97.25%
CMYK27.42%2.42%0.00%
2.75%

Color #B4F2F8 in popluar number systems.

HEXB4F2F8
Decimal180242248
Binary101101001111001011111000
Octal264362370

Shades and tints

Shades of #B4F2F8

#B4F2F8
(180,242,248)
#A4DCE2
(164,220,226)
#94C6CC
(148,198,204)
#84B0B6
(132,176,182)
#749AA0
(116,154,160)
#64848A
(100,132,138)
#546E74
(84,110,116)
#44585E
(68,88,94)
#344248
(52,66,72)
#242C32
(36,44,50)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #B4F2F8

#B4F2F8
(180,242,248)
#BAF3F8
(186,243,248)
#C0F4F8
(192,244,248)
#C6F5F8
(198,245,248)
#CCF6F8
(204,246,248)
#D2F7F8
(210,247,248)
#D8F8F8
(216,248,248)
#DEF9F8
(222,249,248)
#E4FAF8
(228,250,248)
#EAFBF8
(234,251,248)
#F0FCF8
(240,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4F2F8; }

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

This text font color is #B4F2F8.


Background Color

.myBgColor { background-color: #B4F2F8; }

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

This div background color is #B4F2F8.


Border color

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

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

This div border color is #B4F2F8.


Opacity

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

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

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

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

This text has shadow with #B4F2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F2F8 on black background.


Color preview on white background

This text has color #B4F2F8 on white background.



Black color preview on #B4F2F8 background

This text has black color on #B4F2F8 background.


White color preview on #B4F2F8 background

This text has white color on #B4F2F8 background.