COLOR #B6E9EE

HEX: #B6E9EE
RGB: (182,233,238)

Color info

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

RGB color model

#B6E9EE color RGB value is (182,233,238).

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

RGB channels and saturation

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

182
233
238

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

Portions of RGB colors in percentages

R + G + B =
182 + 233 + 238 = 653 (100%)
R 182 of 653 ~ 27.87%
G 233 of 653 ~ 35.68%
B 238 of 653 ~ 36.45%

%27.87
%35.68
%36.45

CMYK color model

#B6E9EE color CMYK value is (24,2,0,7).

  • cyan value is 23.53%
  • magenta value is 2.10%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(24,2,0,7)
C24M2Y0K7 
(24%,2%,0%,7%)
(0.24/0.02/0.00/0.07)	

CMYK percentages

%23.53
%2.1
%0
%6.67

Codes

Color #B6E9EE in popluar color models

B6E9EE
RGB182233238
HSL185°62.22%82.35%
HSB/HSV185°23.53%93.33%
CMYK23.53%2.10%0.00%
6.67%

Color #B6E9EE in popluar number systems.

HEXB6E9EE
Decimal182233238
Binary101101101110100111101110
Octal266351356

Shades and tints

Shades of #B6E9EE

#B6E9EE
(182,233,238)
#A6D4D9
(166,212,217)
#96BFC4
(150,191,196)
#86AAAF
(134,170,175)
#76959A
(118,149,154)
#668085
(102,128,133)
#566B70
(86,107,112)
#46565B
(70,86,91)
#364146
(54,65,70)
#262C31
(38,44,49)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #B6E9EE

#B6E9EE
(182,233,238)
#BCEBEF
(188,235,239)
#C2EDF0
(194,237,240)
#C8EFF1
(200,239,241)
#CEF1F2
(206,241,242)
#D4F3F3
(212,243,243)
#DAF5F4
(218,245,244)
#E0F7F5
(224,247,245)
#E6F9F6
(230,249,246)
#ECFBF7
(236,251,247)
#F2FDF8
(242,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E9EE; }

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

This text font color is #B6E9EE.


Background Color

.myBgColor { background-color: #B6E9EE; }

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

This div background color is #B6E9EE.


Border color

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

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

This div border color is #B6E9EE.


Opacity

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

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

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

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

This text has shadow with #B6E9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E9EE on black background.


Color preview on white background

This text has color #B6E9EE on white background.



Black color preview on #B6E9EE background

This text has black color on #B6E9EE background.


White color preview on #B6E9EE background

This text has white color on #B6E9EE background.