COLOR #B6ECF1

HEX: #B6ECF1
RGB: (182,236,241)

Color info

#B6ECF1 contains red, green and blue colors in about the same proportion. Web safe color of #B6ECF1 is #CCFFFF (or #CFF).

RGB color model

#B6ECF1 color RGB value is (182,236,241).

  • red value is 182;
  • green value is 236;
  • blue value is 241.
RGB:
(182,236,241)
(71%,93%,95%)

RGB channels and saturation

R 182 of 255 = 71%
G 236 of 255 = 93%
B 241 of 255 = 95%

182
236
241

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

Portions of RGB colors in percentages

R + G + B =
182 + 236 + 241 = 659 (100%)
R 182 of 659 ~ 27.62%
G 236 of 659 ~ 35.81%
B 241 of 659 ~ 36.57%

%27.62
%35.81
%36.57

CMYK color model

#B6ECF1 color CMYK value is (24,2,0,5).

  • cyan value is 24.48%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(24,2,0,5)
C24M2Y0K5 
(24%,2%,0%,5%)
(0.24/0.02/0.00/0.05)	

CMYK percentages

%24.48
%2.07
%0
%5.49

Codes

Color #B6ECF1 in popluar color models

B6ECF1
RGB182236241
HSL185°67.82%82.94%
HSB/HSV185°24.48%94.51%
CMYK24.48%2.07%0.00%
5.49%

Color #B6ECF1 in popluar number systems.

HEXB6ECF1
Decimal182236241
Binary101101101110110011110001
Octal266354361

Shades and tints

Shades of #B6ECF1

#B6ECF1
(182,236,241)
#A6D7DC
(166,215,220)
#96C2C7
(150,194,199)
#86ADB2
(134,173,178)
#76989D
(118,152,157)
#668388
(102,131,136)
#566E73
(86,110,115)
#46595E
(70,89,94)
#364449
(54,68,73)
#262F34
(38,47,52)
#161A1F
(22,26,31)
#000000
(0,0,0)

Tints of #B6ECF1

#B6ECF1
(182,236,241)
#BCEDF2
(188,237,242)
#C2EEF3
(194,238,243)
#C8EFF4
(200,239,244)
#CEF0F5
(206,240,245)
#D4F1F6
(212,241,246)
#DAF2F7
(218,242,247)
#E0F3F8
(224,243,248)
#E6F4F9
(230,244,249)
#ECF5FA
(236,245,250)
#F2F6FB
(242,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6ECF1 color. Also use rgb(182,236,241) instead hex code.

Text Font Color

.myTextColor { color: #B6ECF1; }

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

This text font color is #B6ECF1.


Background Color

.myBgColor { background-color: #B6ECF1; }

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

This div background color is #B6ECF1.


Border color

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

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

This div border color is #B6ECF1.


Opacity

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

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

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

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

This text has shadow with #B6ECF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6ECF1 on black background.


Color preview on white background

This text has color #B6ECF1 on white background.



Black color preview on #B6ECF1 background

This text has black color on #B6ECF1 background.


White color preview on #B6ECF1 background

This text has white color on #B6ECF1 background.