COLOR #B6E6E5

HEX: #B6E6E5
RGB: (182,230,229)

Color info

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

RGB color model

#B6E6E5 color RGB value is (182,230,229).

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

RGB channels and saturation

R 182 of 255 = 71%
G 230 of 255 = 90%
B 229 of 255 = 90%

182
230
229

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

Portions of RGB colors in percentages

R + G + B =
182 + 230 + 229 = 641 (100%)
R 182 of 641 ~ 28.39%
G 230 of 641 ~ 35.88%
B 229 of 641 ~ 35.73%

%28.39
%35.88
%35.73

CMYK color model

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

  • cyan value is 20.87%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 9.80%
CMYK:
(21,0,0,10)
C21M0Y0K10 
(21%,0%,0%,10%)
(0.21/0.00/0.00/0.10)	

CMYK percentages

%20.87
%0
%0.43
%9.8

Codes

Color #B6E6E5 in popluar color models

B6E6E5
RGB182230229
HSL179°48.98%80.78%
HSB/HSV179°20.87%90.20%
CMYK20.87%0.00%0.43%
9.80%

Color #B6E6E5 in popluar number systems.

HEXB6E6E5
Decimal182230229
Binary101101101110011011100101
Octal266346345

Shades and tints

Shades of #B6E6E5

#B6E6E5
(182,230,229)
#A6D2D1
(166,210,209)
#96BEBD
(150,190,189)
#86AAA9
(134,170,169)
#769695
(118,150,149)
#668281
(102,130,129)
#566E6D
(86,110,109)
#465A59
(70,90,89)
#364645
(54,70,69)
#263231
(38,50,49)
#161E1D
(22,30,29)
#000000
(0,0,0)

Tints of #B6E6E5

#B6E6E5
(182,230,229)
#BCE8E7
(188,232,231)
#C2EAE9
(194,234,233)
#C8ECEB
(200,236,235)
#CEEEED
(206,238,237)
#D4F0EF
(212,240,239)
#DAF2F1
(218,242,241)
#E0F4F3
(224,244,243)
#E6F6F5
(230,246,245)
#ECF8F7
(236,248,247)
#F2FAF9
(242,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E6E5; }

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

This text font color is #B6E6E5.


Background Color

.myBgColor { background-color: #B6E6E5; }

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

This div background color is #B6E6E5.


Border color

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

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

This div border color is #B6E6E5.


Opacity

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

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

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

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

This text has shadow with #B6E6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E6E5 on black background.


Color preview on white background

This text has color #B6E6E5 on white background.



Black color preview on #B6E6E5 background

This text has black color on #B6E6E5 background.


White color preview on #B6E6E5 background

This text has white color on #B6E6E5 background.