COLOR #B6E3EF

HEX: #B6E3EF
RGB: (182,227,239)

Color info

#B6E3EF contains red, green and blue colors in about the same proportion. Web safe color of #B6E3EF is #CCCCFF (or #CCF).

RGB color model

#B6E3EF color RGB value is (182,227,239).

  • red value is 182;
  • green value is 227;
  • blue value is 239.
RGB:
(182,227,239)
(71%,89%,94%)

RGB channels and saturation

R 182 of 255 = 71%
G 227 of 255 = 89%
B 239 of 255 = 94%

182
227
239

R + G + B ~ 85%. #B6E3EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 227 + 239 = 648 (100%)
R 182 of 648 ~ 28.09%
G 227 of 648 ~ 35.03%
B 239 of 648 ~ 36.88%

%28.09
%35.03
%36.88

CMYK color model

#B6E3EF color CMYK value is (24,5,0,6).

  • cyan value is 23.85%
  • magenta value is 5.02%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(24,5,0,6)
C24M5Y0K6 
(24%,5%,0%,6%)
(0.24/0.05/0.00/0.06)	

CMYK percentages

%23.85
%5.02
%0
%6.27

Codes

Color #B6E3EF in popluar color models

B6E3EF
RGB182227239
HSL193°64.04%82.55%
HSB/HSV193°23.85%93.73%
CMYK23.85%5.02%0.00%
6.27%

Color #B6E3EF in popluar number systems.

HEXB6E3EF
Decimal182227239
Binary101101101110001111101111
Octal266343357

Shades and tints

Shades of #B6E3EF

#B6E3EF
(182,227,239)
#A6CFDA
(166,207,218)
#96BBC5
(150,187,197)
#86A7B0
(134,167,176)
#76939B
(118,147,155)
#667F86
(102,127,134)
#566B71
(86,107,113)
#46575C
(70,87,92)
#364347
(54,67,71)
#262F32
(38,47,50)
#161B1D
(22,27,29)
#000000
(0,0,0)

Tints of #B6E3EF

#B6E3EF
(182,227,239)
#BCE5F0
(188,229,240)
#C2E7F1
(194,231,241)
#C8E9F2
(200,233,242)
#CEEBF3
(206,235,243)
#D4EDF4
(212,237,244)
#DAEFF5
(218,239,245)
#E0F1F6
(224,241,246)
#E6F3F7
(230,243,247)
#ECF5F8
(236,245,248)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E3EF color. Also use rgb(182,227,239) instead hex code.

Text Font Color

.myTextColor { color: #B6E3EF; }

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

This text font color is #B6E3EF.


Background Color

.myBgColor { background-color: #B6E3EF; }

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

This div background color is #B6E3EF.


Border color

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

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

This div border color is #B6E3EF.


Opacity

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

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

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

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

This text has shadow with #B6E3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E3EF on black background.


Color preview on white background

This text has color #B6E3EF on white background.



Black color preview on #B6E3EF background

This text has black color on #B6E3EF background.


White color preview on #B6E3EF background

This text has white color on #B6E3EF background.