COLOR #B6E1E6

HEX: #B6E1E6
RGB: (182,225,230)

Color info

#B6E1E6 contains red, green and blue colors in about the same proportion. Web safe color of #B6E1E6 is #CCCCCC (or #CCC).

RGB color model

#B6E1E6 color RGB value is (182,225,230).

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

RGB channels and saturation

R 182 of 255 = 71%
G 225 of 255 = 88%
B 230 of 255 = 90%

182
225
230

R + G + B ~ 83%. #B6E1E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 225 + 230 = 637 (100%)
R 182 of 637 ~ 28.57%
G 225 of 637 ~ 35.32%
B 230 of 637 ~ 36.11%

%28.57
%35.32
%36.11

CMYK color model

#B6E1E6 color CMYK value is (21,2,0,10).

  • cyan value is 20.87%
  • magenta value is 2.17%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(21,2,0,10)
C21M2Y0K10 
(21%,2%,0%,10%)
(0.21/0.02/0.00/0.10)	

CMYK percentages

%20.87
%2.17
%0
%9.8

Codes

Color #B6E1E6 in popluar color models

B6E1E6
RGB182225230
HSL186°48.98%80.78%
HSB/HSV186°20.87%90.20%
CMYK20.87%2.17%0.00%
9.80%

Color #B6E1E6 in popluar number systems.

HEXB6E1E6
Decimal182225230
Binary101101101110000111100110
Octal266341346

Shades and tints

Shades of #B6E1E6

#B6E1E6
(182,225,230)
#A6CDD2
(166,205,210)
#96B9BE
(150,185,190)
#86A5AA
(134,165,170)
#769196
(118,145,150)
#667D82
(102,125,130)
#56696E
(86,105,110)
#46555A
(70,85,90)
#364146
(54,65,70)
#262D32
(38,45,50)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #B6E1E6

#B6E1E6
(182,225,230)
#BCE3E8
(188,227,232)
#C2E5EA
(194,229,234)
#C8E7EC
(200,231,236)
#CEE9EE
(206,233,238)
#D4EBF0
(212,235,240)
#DAEDF2
(218,237,242)
#E0EFF4
(224,239,244)
#E6F1F6
(230,241,246)
#ECF3F8
(236,243,248)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E1E6; }

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

This text font color is #B6E1E6.


Background Color

.myBgColor { background-color: #B6E1E6; }

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

This div background color is #B6E1E6.


Border color

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

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

This div border color is #B6E1E6.


Opacity

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

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

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

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

This text has shadow with #B6E1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E1E6 on black background.


Color preview on white background

This text has color #B6E1E6 on white background.



Black color preview on #B6E1E6 background

This text has black color on #B6E1E6 background.


White color preview on #B6E1E6 background

This text has white color on #B6E1E6 background.