COLOR #B6E6F8

HEX: #B6E6F8
RGB: (182,230,248)

Color info

#B6E6F8 contains mainly green and blue colors. Web safe color of #B6E6F8 is #CCCCFF (or #CCF).

RGB color model

#B6E6F8 color RGB value is (182,230,248).

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

RGB channels and saturation

R 182 of 255 = 71%
G 230 of 255 = 90%
B 248 of 255 = 97%

182
230
248

R + G + B ~ 86%. #B6E6F8 is light color.

Portions of RGB colors in percentages

R + G + B =
182 + 230 + 248 = 660 (100%)
R 182 of 660 ~ 27.58%
G 230 of 660 ~ 34.85%
B 248 of 660 ~ 37.58%

%27.58
%34.85
%37.58

CMYK color model

#B6E6F8 color CMYK value is (27,7,0,3).

  • cyan value is 26.61%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(27,7,0,3)
C27M7Y0K3 
(27%,7%,0%,3%)
(0.27/0.07/0.00/0.03)	

CMYK percentages

%26.61
%7.26
%0
%2.75

Codes

Color #B6E6F8 in popluar color models

B6E6F8
RGB182230248
HSL196°82.50%84.31%
HSB/HSV196°26.61%97.25%
CMYK26.61%7.26%0.00%
2.75%

Color #B6E6F8 in popluar number systems.

HEXB6E6F8
Decimal182230248
Binary101101101110011011111000
Octal266346370

Shades and tints

Shades of #B6E6F8

#B6E6F8
(182,230,248)
#A6D2E2
(166,210,226)
#96BECC
(150,190,204)
#86AAB6
(134,170,182)
#7696A0
(118,150,160)
#66828A
(102,130,138)
#566E74
(86,110,116)
#465A5E
(70,90,94)
#364648
(54,70,72)
#263232
(38,50,50)
#161E1C
(22,30,28)
#000000
(0,0,0)

Tints of #B6E6F8

#B6E6F8
(182,230,248)
#BCE8F8
(188,232,248)
#C2EAF8
(194,234,248)
#C8ECF8
(200,236,248)
#CEEEF8
(206,238,248)
#D4F0F8
(212,240,248)
#DAF2F8
(218,242,248)
#E0F4F8
(224,244,248)
#E6F6F8
(230,246,248)
#ECF8F8
(236,248,248)
#F2FAF8
(242,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E6F8; }

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

This text font color is #B6E6F8.


Background Color

.myBgColor { background-color: #B6E6F8; }

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

This div background color is #B6E6F8.


Border color

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

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

This div border color is #B6E6F8.


Opacity

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

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

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

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

This text has shadow with #B6E6F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E6F8 on black background.


Color preview on white background

This text has color #B6E6F8 on white background.



Black color preview on #B6E6F8 background

This text has black color on #B6E6F8 background.


White color preview on #B6E6F8 background

This text has white color on #B6E6F8 background.