COLOR #B6E1EF

HEX: #B6E1EF
RGB: (182,225,239)

Color info

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

RGB color model

#B6E1EF color RGB value is (182,225,239).

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

RGB channels and saturation

R 182 of 255 = 71%
G 225 of 255 = 88%
B 239 of 255 = 94%

182
225
239

R + G + B ~ 84%. #B6E1EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 225 + 239 = 646 (100%)
R 182 of 646 ~ 28.17%
G 225 of 646 ~ 34.83%
B 239 of 646 ~ 37%

%28.17
%34.83
%37

CMYK color model

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

  • cyan value is 23.85%
  • magenta value is 5.86%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(24,6,0,6)
C24M6Y0K6 
(24%,6%,0%,6%)
(0.24/0.06/0.00/0.06)	

CMYK percentages

%23.85
%5.86
%0
%6.27

Codes

Color #B6E1EF in popluar color models

B6E1EF
RGB182225239
HSL195°64.04%82.55%
HSB/HSV195°23.85%93.73%
CMYK23.85%5.86%0.00%
6.27%

Color #B6E1EF in popluar number systems.

HEXB6E1EF
Decimal182225239
Binary101101101110000111101111
Octal266341357

Shades and tints

Shades of #B6E1EF

#B6E1EF
(182,225,239)
#A6CDDA
(166,205,218)
#96B9C5
(150,185,197)
#86A5B0
(134,165,176)
#76919B
(118,145,155)
#667D86
(102,125,134)
#566971
(86,105,113)
#46555C
(70,85,92)
#364147
(54,65,71)
#262D32
(38,45,50)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #B6E1EF

#B6E1EF
(182,225,239)
#BCE3F0
(188,227,240)
#C2E5F1
(194,229,241)
#C8E7F2
(200,231,242)
#CEE9F3
(206,233,243)
#D4EBF4
(212,235,244)
#DAEDF5
(218,237,245)
#E0EFF6
(224,239,246)
#E6F1F7
(230,241,247)
#ECF3F8
(236,243,248)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E1EF; }

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

This text font color is #B6E1EF.


Background Color

.myBgColor { background-color: #B6E1EF; }

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

This div background color is #B6E1EF.


Border color

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

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

This div border color is #B6E1EF.


Opacity

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

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

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

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

This text has shadow with #B6E1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E1EF on black background.


Color preview on white background

This text has color #B6E1EF on white background.



Black color preview on #B6E1EF background

This text has black color on #B6E1EF background.


White color preview on #B6E1EF background

This text has white color on #B6E1EF background.