COLOR #B2F3F8

HEX: #B2F3F8
RGB: (178,243,248)

Color info

#B2F3F8 contains mainly green and blue colors. Web safe color of #B2F3F8 is #99FFFF (or #9FF).

RGB color model

#B2F3F8 color RGB value is (178,243,248).

  • red value is 178;
  • green value is 243;
  • blue value is 248.
RGB:
(178,243,248)
(70%,95%,97%)

RGB channels and saturation

R 178 of 255 = 70%
G 243 of 255 = 95%
B 248 of 255 = 97%

178
243
248

R + G + B ~ 87%. #B2F3F8 is light color.

Portions of RGB colors in percentages

R + G + B =
178 + 243 + 248 = 669 (100%)
R 178 of 669 ~ 26.61%
G 243 of 669 ~ 36.32%
B 248 of 669 ~ 37.07%

%26.61
%36.32
%37.07

CMYK color model

#B2F3F8 color CMYK value is (28,2,0,3).

  • cyan value is 28.23%
  • magenta value is 2.02%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(28,2,0,3)
C28M2Y0K3 
(28%,2%,0%,3%)
(0.28/0.02/0.00/0.03)	

CMYK percentages

%28.23
%2.02
%0
%2.75

Codes

Color #B2F3F8 in popluar color models

B2F3F8
RGB178243248
HSL184°83.33%83.53%
HSB/HSV184°28.23%97.25%
CMYK28.23%2.02%0.00%
2.75%

Color #B2F3F8 in popluar number systems.

HEXB2F3F8
Decimal178243248
Binary101100101111001111111000
Octal262363370

Shades and tints

Shades of #B2F3F8

#B2F3F8
(178,243,248)
#A2DDE2
(162,221,226)
#92C7CC
(146,199,204)
#82B1B6
(130,177,182)
#729BA0
(114,155,160)
#62858A
(98,133,138)
#526F74
(82,111,116)
#42595E
(66,89,94)
#324348
(50,67,72)
#222D32
(34,45,50)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #B2F3F8

#B2F3F8
(178,243,248)
#B9F4F8
(185,244,248)
#C0F5F8
(192,245,248)
#C7F6F8
(199,246,248)
#CEF7F8
(206,247,248)
#D5F8F8
(213,248,248)
#DCF9F8
(220,249,248)
#E3FAF8
(227,250,248)
#EAFBF8
(234,251,248)
#F1FCF8
(241,252,248)
#F8FDF8
(248,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F3F8 color. Also use rgb(178,243,248) instead hex code.

Text Font Color

.myTextColor { color: #B2F3F8; }

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

This text font color is #B2F3F8.


Background Color

.myBgColor { background-color: #B2F3F8; }

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

This div background color is #B2F3F8.


Border color

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

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

This div border color is #B2F3F8.


Opacity

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

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

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

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

This text has shadow with #B2F3F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F3F8 on black background.


Color preview on white background

This text has color #B2F3F8 on white background.



Black color preview on #B2F3F8 background

This text has black color on #B2F3F8 background.


White color preview on #B2F3F8 background

This text has white color on #B2F3F8 background.