COLOR #B6ECE9

HEX: #B6ECE9
RGB: (182,236,233)

Color info

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

RGB color model

#B6ECE9 color RGB value is (182,236,233).

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

RGB channels and saturation

R 182 of 255 = 71%
G 236 of 255 = 93%
B 233 of 255 = 91%

182
236
233

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

Portions of RGB colors in percentages

R + G + B =
182 + 236 + 233 = 651 (100%)
R 182 of 651 ~ 27.96%
G 236 of 651 ~ 36.25%
B 233 of 651 ~ 35.79%

%27.96
%36.25
%35.79

CMYK color model

#B6ECE9 color CMYK value is (23,0,1,7).

  • cyan value is 22.88%
  • magenta value is 0.00%
  • yellow value is 1.27%
  • key color value is 7.45%
CMYK:
(23,0,1,7)
C23M0Y1K7 
(23%,0%,1%,7%)
(0.23/0.00/0.01/0.07)	

CMYK percentages

%22.88
%0
%1.27
%7.45

Codes

Color #B6ECE9 in popluar color models

B6ECE9
RGB182236233
HSL177°58.70%81.96%
HSB/HSV177°22.88%92.55%
CMYK22.88%0.00%1.27%
7.45%

Color #B6ECE9 in popluar number systems.

HEXB6ECE9
Decimal182236233
Binary101101101110110011101001
Octal266354351

Shades and tints

Shades of #B6ECE9

#B6ECE9
(182,236,233)
#A6D7D4
(166,215,212)
#96C2BF
(150,194,191)
#86ADAA
(134,173,170)
#769895
(118,152,149)
#668380
(102,131,128)
#566E6B
(86,110,107)
#465956
(70,89,86)
#364441
(54,68,65)
#262F2C
(38,47,44)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #B6ECE9

#B6ECE9
(182,236,233)
#BCEDEB
(188,237,235)
#C2EEED
(194,238,237)
#C8EFEF
(200,239,239)
#CEF0F1
(206,240,241)
#D4F1F3
(212,241,243)
#DAF2F5
(218,242,245)
#E0F3F7
(224,243,247)
#E6F4F9
(230,244,249)
#ECF5FB
(236,245,251)
#F2F6FD
(242,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6ECE9; }

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

This text font color is #B6ECE9.


Background Color

.myBgColor { background-color: #B6ECE9; }

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

This div background color is #B6ECE9.


Border color

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

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

This div border color is #B6ECE9.


Opacity

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

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

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

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

This text has shadow with #B6ECE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6ECE9 on black background.


Color preview on white background

This text has color #B6ECE9 on white background.



Black color preview on #B6ECE9 background

This text has black color on #B6ECE9 background.


White color preview on #B6ECE9 background

This text has white color on #B6ECE9 background.