COLOR #B6F8F6

HEX: #B6F8F6 RGB: (182,248,246)

Color info

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

RGB color model

#B6F8F6 color RGB value is (182,248,246).

RGB: (182,248,246) (71%, 97%, 96%)

RGB channels and saturation

R 182 of 255 = 71%
G 248 of 255 = 97%
B 246 of 255 = 96%

182
248
246

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

Portions of RGB colors in percentages

R + G + B = 182 + 248 + 246 = 676 (100%)
R 182 of 676 ~ 26.92%
G 248 of 676 ~ 36.69%
B 246 of 676 ~ 36.39'%

%26.92
%36.69
%36.39

CMYK color model

#B6F8F6 color CMYK value is (27,0,1,3).

  • cyan value is 26.61%
  • magenta value is 0.00%
  • yellow value is 0.81%
  • key color value is 2.75%

CMYK: (27,0,1,3)
C27M0Y1K3 (27%, 0%, 1%, 3%)
(0.27 / 0.00 / 0.01 / 0.03)

CMYK percentages

%26.61
%0
%0.81
%2.75

Codes

Color #B6F8F6 in popluar color models

B6 F8 F6
RGB 182 248 246
HSL 178° 82.50% 84.31%
HSB/HSV 178° 26.61% 97.25%
CMYK 26.61% 0.00% 0.81%
2.75%

Color #B6F8F6 in popluar number systems.

HEX B6 F8 F6
Decimal 182 248 246
Binary 10110110 11111000 11110110
Octal 266 370 366

Shades and tints

Shades of #B6F8F6

#B6F8F6
(182,248,246)
#A6E2E0
(166,226,224)
#96CCCA
(150,204,202)
#86B6B4
(134,182,180)
#76A09E
(118,160,158)
#668A88
(102,138,136)
#567472
(86,116,114)
#465E5C
(70,94,92)
#364846
(54,72,70)
#263230
(38,50,48)
#161C1A
(22,28,26)
#000000
(0,0,0)

Tints of #B6F8F6

#B6F8F6
(182,248,246)
#BCF8F6
(188,248,246)
#C2F8F6
(194,248,246)
#C8F8F6
(200,248,246)
#CEF8F6
(206,248,246)
#D4F8F6
(212,248,246)
#DAF8F6
(218,248,246)
#E0F8F6
(224,248,246)
#E6F8F6
(230,248,246)
#ECF8F6
(236,248,246)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6F8F6; }

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

This text font color is #B6F8F6.

Background Color

.myBgColor { background-color: #B6F8F6; }

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

This div background color is #B6F8F6.

Border color

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

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

This div border color is #B6F8F6.

Opacity

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

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

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

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

This text has shadow with #B6F8F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6F8F6.

Preview

Color preview on black background

This text has color #B6F8F6 on black background.


Color preview on white background

This text has color #B6F8F6 on white background.


Black color preview on #B6F8F6 background

This text has black color on #B6F8F6 background.


White color preview on #B6F8F6 background

This text has white color on #B6F8F6 background.


Related colors

Complementary color

Complementary color for #hex is #490709.


I love getcolorcode.com

Triadic colors

1 #F6B6F8 and #F8F6B6 with #B6F8F6 are triadic colors.

2 #F6F8B6 and #F8B6F6 with #B6F8F6 are triadic colors.