COLOR #B6E4F8

HEX: #B6E4F8
RGB: (182,228,248)

Color info

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

RGB color model

#B6E4F8 color RGB value is (182,228,248).

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

RGB channels and saturation

R 182 of 255 = 71%
G 228 of 255 = 89%
B 248 of 255 = 97%

182
228
248

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

Portions of RGB colors in percentages

R + G + B =
182 + 228 + 248 = 658 (100%)
R 182 of 658 ~ 27.66%
G 228 of 658 ~ 34.65%
B 248 of 658 ~ 37.69%

%27.66
%34.65
%37.69

CMYK color model

#B6E4F8 color CMYK value is (27,8,0,3).

  • cyan value is 26.61%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(27,8,0,3)
C27M8Y0K3 
(27%,8%,0%,3%)
(0.27/0.08/0.00/0.03)	

CMYK percentages

%26.61
%8.06
%0
%2.75

Codes

Color #B6E4F8 in popluar color models

B6E4F8
RGB182228248
HSL198°82.50%84.31%
HSB/HSV198°26.61%97.25%
CMYK26.61%8.06%0.00%
2.75%

Color #B6E4F8 in popluar number systems.

HEXB6E4F8
Decimal182228248
Binary101101101110010011111000
Octal266344370

Shades and tints

Shades of #B6E4F8

#B6E4F8
(182,228,248)
#A6D0E2
(166,208,226)
#96BCCC
(150,188,204)
#86A8B6
(134,168,182)
#7694A0
(118,148,160)
#66808A
(102,128,138)
#566C74
(86,108,116)
#46585E
(70,88,94)
#364448
(54,68,72)
#263032
(38,48,50)
#161C1C
(22,28,28)
#000000
(0,0,0)

Tints of #B6E4F8

#B6E4F8
(182,228,248)
#BCE6F8
(188,230,248)
#C2E8F8
(194,232,248)
#C8EAF8
(200,234,248)
#CEECF8
(206,236,248)
#D4EEF8
(212,238,248)
#DAF0F8
(218,240,248)
#E0F2F8
(224,242,248)
#E6F4F8
(230,244,248)
#ECF6F8
(236,246,248)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E4F8; }

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

This text font color is #B6E4F8.


Background Color

.myBgColor { background-color: #B6E4F8; }

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

This div background color is #B6E4F8.


Border color

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

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

This div border color is #B6E4F8.


Opacity

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

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

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

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

This text has shadow with #B6E4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E4F8 on black background.


Color preview on white background

This text has color #B6E4F8 on white background.



Black color preview on #B6E4F8 background

This text has black color on #B6E4F8 background.


White color preview on #B6E4F8 background

This text has white color on #B6E4F8 background.