COLOR #B6E8DE

HEX: #B6E8DE
RGB: (182,232,222)

Color info

#B6E8DE contains red, green and blue colors in about the same proportion. Web safe color of #B6E8DE is #CCFFCC (or #CFC).

RGB color model

#B6E8DE color RGB value is (182,232,222).

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

RGB channels and saturation

R 182 of 255 = 71%
G 232 of 255 = 91%
B 222 of 255 = 87%

182
232
222

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

Portions of RGB colors in percentages

R + G + B =
182 + 232 + 222 = 636 (100%)
R 182 of 636 ~ 28.62%
G 232 of 636 ~ 36.48%
B 222 of 636 ~ 34.91%

%28.62
%36.48
%34.91

CMYK color model

#B6E8DE color CMYK value is (22,0,4,9).

  • cyan value is 21.55%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • key color value is 9.02%
CMYK:
(22,0,4,9)
C22M0Y4K9 
(22%,0%,4%,9%)
(0.22/0.00/0.04/0.09)	

CMYK percentages

%21.55
%0
%4.31
%9.02

Codes

Color #B6E8DE in popluar color models

B6E8DE
RGB182232222
HSL168°52.08%81.18%
HSB/HSV168°21.55%90.98%
CMYK21.55%0.00%4.31%
9.02%

Color #B6E8DE in popluar number systems.

HEXB6E8DE
Decimal182232222
Binary101101101110100011011110
Octal266350336

Shades and tints

Shades of #B6E8DE

#B6E8DE
(182,232,222)
#A6D3CA
(166,211,202)
#96BEB6
(150,190,182)
#86A9A2
(134,169,162)
#76948E
(118,148,142)
#667F7A
(102,127,122)
#566A66
(86,106,102)
#465552
(70,85,82)
#36403E
(54,64,62)
#262B2A
(38,43,42)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #B6E8DE

#B6E8DE
(182,232,222)
#BCEAE1
(188,234,225)
#C2ECE4
(194,236,228)
#C8EEE7
(200,238,231)
#CEF0EA
(206,240,234)
#D4F2ED
(212,242,237)
#DAF4F0
(218,244,240)
#E0F6F3
(224,246,243)
#E6F8F6
(230,248,246)
#ECFAF9
(236,250,249)
#F2FCFC
(242,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E8DE; }

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

This text font color is #B6E8DE.


Background Color

.myBgColor { background-color: #B6E8DE; }

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

This div background color is #B6E8DE.


Border color

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

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

This div border color is #B6E8DE.


Opacity

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

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

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

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

This text has shadow with #B6E8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E8DE on black background.


Color preview on white background

This text has color #B6E8DE on white background.



Black color preview on #B6E8DE background

This text has black color on #B6E8DE background.


White color preview on #B6E8DE background

This text has white color on #B6E8DE background.