COLOR #B6E8EE

HEX: #B6E8EE
RGB: (182,232,238)

Color info

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

RGB color model

#B6E8EE color RGB value is (182,232,238).

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

RGB channels and saturation

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

182
232
238

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

Portions of RGB colors in percentages

R + G + B =
182 + 232 + 238 = 652 (100%)
R 182 of 652 ~ 27.91%
G 232 of 652 ~ 35.58%
B 238 of 652 ~ 36.5%

%27.91
%35.58
%36.5

CMYK color model

#B6E8EE color CMYK value is (24,3,0,7).

  • cyan value is 23.53%
  • magenta value is 2.52%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(24,3,0,7)
C24M3Y0K7 
(24%,3%,0%,7%)
(0.24/0.03/0.00/0.07)	

CMYK percentages

%23.53
%2.52
%0
%6.67

Codes

Color #B6E8EE in popluar color models

B6E8EE
RGB182232238
HSL186°62.22%82.35%
HSB/HSV186°23.53%93.33%
CMYK23.53%2.52%0.00%
6.67%

Color #B6E8EE in popluar number systems.

HEXB6E8EE
Decimal182232238
Binary101101101110100011101110
Octal266350356

Shades and tints

Shades of #B6E8EE

#B6E8EE
(182,232,238)
#A6D3D9
(166,211,217)
#96BEC4
(150,190,196)
#86A9AF
(134,169,175)
#76949A
(118,148,154)
#667F85
(102,127,133)
#566A70
(86,106,112)
#46555B
(70,85,91)
#364046
(54,64,70)
#262B31
(38,43,49)
#16161C
(22,22,28)
#000000
(0,0,0)

Tints of #B6E8EE

#B6E8EE
(182,232,238)
#BCEAEF
(188,234,239)
#C2ECF0
(194,236,240)
#C8EEF1
(200,238,241)
#CEF0F2
(206,240,242)
#D4F2F3
(212,242,243)
#DAF4F4
(218,244,244)
#E0F6F5
(224,246,245)
#E6F8F6
(230,248,246)
#ECFAF7
(236,250,247)
#F2FCF8
(242,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E8EE; }

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

This text font color is #B6E8EE.


Background Color

.myBgColor { background-color: #B6E8EE; }

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

This div background color is #B6E8EE.


Border color

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

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

This div border color is #B6E8EE.


Opacity

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

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

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

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

This text has shadow with #B6E8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E8EE on black background.


Color preview on white background

This text has color #B6E8EE on white background.



Black color preview on #B6E8EE background

This text has black color on #B6E8EE background.


White color preview on #B6E8EE background

This text has white color on #B6E8EE background.