COLOR #B6E3EB

HEX: #B6E3EB
RGB: (182,227,235)

Color info

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

RGB color model

#B6E3EB color RGB value is (182,227,235).

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

RGB channels and saturation

R 182 of 255 = 71%
G 227 of 255 = 89%
B 235 of 255 = 92%

182
227
235

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

Portions of RGB colors in percentages

R + G + B =
182 + 227 + 235 = 644 (100%)
R 182 of 644 ~ 28.26%
G 227 of 644 ~ 35.25%
B 235 of 644 ~ 36.49%

%28.26
%35.25
%36.49

CMYK color model

#B6E3EB color CMYK value is (23,3,0,8).

  • cyan value is 22.55%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(23,3,0,8)
C23M3Y0K8 
(23%,3%,0%,8%)
(0.23/0.03/0.00/0.08)	

CMYK percentages

%22.55
%3.4
%0
%7.84

Codes

Color #B6E3EB in popluar color models

B6E3EB
RGB182227235
HSL189°56.99%81.76%
HSB/HSV189°22.55%92.16%
CMYK22.55%3.40%0.00%
7.84%

Color #B6E3EB in popluar number systems.

HEXB6E3EB
Decimal182227235
Binary101101101110001111101011
Octal266343353

Shades and tints

Shades of #B6E3EB

#B6E3EB
(182,227,235)
#A6CFD6
(166,207,214)
#96BBC1
(150,187,193)
#86A7AC
(134,167,172)
#769397
(118,147,151)
#667F82
(102,127,130)
#566B6D
(86,107,109)
#465758
(70,87,88)
#364343
(54,67,67)
#262F2E
(38,47,46)
#161B19
(22,27,25)
#000000
(0,0,0)

Tints of #B6E3EB

#B6E3EB
(182,227,235)
#BCE5EC
(188,229,236)
#C2E7ED
(194,231,237)
#C8E9EE
(200,233,238)
#CEEBEF
(206,235,239)
#D4EDF0
(212,237,240)
#DAEFF1
(218,239,241)
#E0F1F2
(224,241,242)
#E6F3F3
(230,243,243)
#ECF5F4
(236,245,244)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E3EB; }

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

This text font color is #B6E3EB.


Background Color

.myBgColor { background-color: #B6E3EB; }

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

This div background color is #B6E3EB.


Border color

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

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

This div border color is #B6E3EB.


Opacity

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

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

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

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

This text has shadow with #B6E3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E3EB on black background.


Color preview on white background

This text has color #B6E3EB on white background.



Black color preview on #B6E3EB background

This text has black color on #B6E3EB background.


White color preview on #B6E3EB background

This text has white color on #B6E3EB background.