COLOR #B6DEDB

HEX: #B6DEDB
RGB: (182,222,219)

Color info

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

RGB color model

#B6DEDB color RGB value is (182,222,219).

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

RGB channels and saturation

R 182 of 255 = 71%
G 222 of 255 = 87%
B 219 of 255 = 86%

182
222
219

R + G + B ~ 81%. #B6DEDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 222 + 219 = 623 (100%)
R 182 of 623 ~ 29.21%
G 222 of 623 ~ 35.63%
B 219 of 623 ~ 35.15%

%29.21
%35.63
%35.15

CMYK color model

#B6DEDB color CMYK value is (18,0,1,13).

  • cyan value is 18.02%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 12.94%
CMYK:
(18,0,1,13)
C18M0Y1K13 
(18%,0%,1%,13%)
(0.18/0.00/0.01/0.13)	

CMYK percentages

%18.02
%0
%1.35
%12.94

Codes

Color #B6DEDB in popluar color models

B6DEDB
RGB182222219
HSL176°37.74%79.22%
HSB/HSV176°18.02%87.06%
CMYK18.02%0.00%1.35%
12.94%

Color #B6DEDB in popluar number systems.

HEXB6DEDB
Decimal182222219
Binary101101101101111011011011
Octal266336333

Shades and tints

Shades of #B6DEDB

#B6DEDB
(182,222,219)
#A6CAC8
(166,202,200)
#96B6B5
(150,182,181)
#86A2A2
(134,162,162)
#768E8F
(118,142,143)
#667A7C
(102,122,124)
#566669
(86,102,105)
#465256
(70,82,86)
#363E43
(54,62,67)
#262A30
(38,42,48)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #B6DEDB

#B6DEDB
(182,222,219)
#BCE1DE
(188,225,222)
#C2E4E1
(194,228,225)
#C8E7E4
(200,231,228)
#CEEAE7
(206,234,231)
#D4EDEA
(212,237,234)
#DAF0ED
(218,240,237)
#E0F3F0
(224,243,240)
#E6F6F3
(230,246,243)
#ECF9F6
(236,249,246)
#F2FCF9
(242,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DEDB; }

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

This text font color is #B6DEDB.


Background Color

.myBgColor { background-color: #B6DEDB; }

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

This div background color is #B6DEDB.


Border color

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

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

This div border color is #B6DEDB.


Opacity

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

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

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

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

This text has shadow with #B6DEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DEDB on black background.


Color preview on white background

This text has color #B6DEDB on white background.



Black color preview on #B6DEDB background

This text has black color on #B6DEDB background.


White color preview on #B6DEDB background

This text has white color on #B6DEDB background.