COLOR #B6F8FA

HEX: #B6F8FA
RGB: (182,248,250)

Color info

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

RGB color model

#B6F8FA color RGB value is (182,248,250).

  • red value is 182;
  • green value is 248;
  • blue value is 250.
RGB:
(182,248,250)
(71%,97%,98%)

RGB channels and saturation

R 182 of 255 = 71%
G 248 of 255 = 97%
B 250 of 255 = 98%

182
248
250

R + G + B ~ 89%. #B6F8FA is light color.

Portions of RGB colors in percentages

R + G + B =
182 + 248 + 250 = 680 (100%)
R 182 of 680 ~ 26.76%
G 248 of 680 ~ 36.47%
B 250 of 680 ~ 36.76%

%26.76
%36.47
%36.76

CMYK color model

#B6F8FA color CMYK value is (27,1,0,2).

  • cyan value is 27.20%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(27,1,0,2)
C27M1Y0K2 
(27%,1%,0%,2%)
(0.27/0.01/0.00/0.02)	

CMYK percentages

%27.2
%0.8
%0
%1.96

Codes

Color #B6F8FA in popluar color models

B6F8FA
RGB182248250
HSL182°87.18%84.71%
HSB/HSV182°27.20%98.04%
CMYK27.20%0.80%0.00%
1.96%

Color #B6F8FA in popluar number systems.

HEXB6F8FA
Decimal182248250
Binary101101101111100011111010
Octal266370372

Shades and tints

Shades of #B6F8FA

#B6F8FA
(182,248,250)
#A6E2E4
(166,226,228)
#96CCCE
(150,204,206)
#86B6B8
(134,182,184)
#76A0A2
(118,160,162)
#668A8C
(102,138,140)
#567476
(86,116,118)
#465E60
(70,94,96)
#36484A
(54,72,74)
#263234
(38,50,52)
#161C1E
(22,28,30)
#000000
(0,0,0)

Tints of #B6F8FA

#B6F8FA
(182,248,250)
#BCF8FA
(188,248,250)
#C2F8FA
(194,248,250)
#C8F8FA
(200,248,250)
#CEF8FA
(206,248,250)
#D4F8FA
(212,248,250)
#DAF8FA
(218,248,250)
#E0F8FA
(224,248,250)
#E6F8FA
(230,248,250)
#ECF8FA
(236,248,250)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F8FA color. Also use rgb(182,248,250) instead hex code.

Text Font Color

.myTextColor { color: #B6F8FA; }

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

This text font color is #B6F8FA.


Background Color

.myBgColor { background-color: #B6F8FA; }

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

This div background color is #B6F8FA.


Border color

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

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

This div border color is #B6F8FA.


Opacity

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

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

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

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

This text has shadow with #B6F8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F8FA on black background.


Color preview on white background

This text has color #B6F8FA on white background.



Black color preview on #B6F8FA background

This text has black color on #B6F8FA background.


White color preview on #B6F8FA background

This text has white color on #B6F8FA background.