COLOR #B6DCDB

HEX: #B6DCDB
RGB: (182,220,219)

Color info

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

RGB color model

#B6DCDB color RGB value is (182,220,219).

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

RGB channels and saturation

R 182 of 255 = 71%
G 220 of 255 = 86%
B 219 of 255 = 86%

182
220
219

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

Portions of RGB colors in percentages

R + G + B =
182 + 220 + 219 = 621 (100%)
R 182 of 621 ~ 29.31%
G 220 of 621 ~ 35.43%
B 219 of 621 ~ 35.27%

%29.31
%35.43
%35.27

CMYK color model

#B6DCDB color CMYK value is (17,0,0,14).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.73%
CMYK:
(17,0,0,14)
C17M0Y0K14 
(17%,0%,0%,14%)
(0.17/0.00/0.00/0.14)	

CMYK percentages

%17.27
%0
%0.45
%13.73

Codes

Color #B6DCDB in popluar color models

B6DCDB
RGB182220219
HSL178°35.19%78.82%
HSB/HSV178°17.27%86.27%
CMYK17.27%0.00%0.45%
13.73%

Color #B6DCDB in popluar number systems.

HEXB6DCDB
Decimal182220219
Binary101101101101110011011011
Octal266334333

Shades and tints

Shades of #B6DCDB

#B6DCDB
(182,220,219)
#A6C8C8
(166,200,200)
#96B4B5
(150,180,181)
#86A0A2
(134,160,162)
#768C8F
(118,140,143)
#66787C
(102,120,124)
#566469
(86,100,105)
#465056
(70,80,86)
#363C43
(54,60,67)
#262830
(38,40,48)
#16141D
(22,20,29)
#000000
(0,0,0)

Tints of #B6DCDB

#B6DCDB
(182,220,219)
#BCDFDE
(188,223,222)
#C2E2E1
(194,226,225)
#C8E5E4
(200,229,228)
#CEE8E7
(206,232,231)
#D4EBEA
(212,235,234)
#DAEEED
(218,238,237)
#E0F1F0
(224,241,240)
#E6F4F3
(230,244,243)
#ECF7F6
(236,247,246)
#F2FAF9
(242,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DCDB; }

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

This text font color is #B6DCDB.


Background Color

.myBgColor { background-color: #B6DCDB; }

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

This div background color is #B6DCDB.


Border color

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

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

This div border color is #B6DCDB.


Opacity

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

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

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

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

This text has shadow with #B6DCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DCDB on black background.


Color preview on white background

This text has color #B6DCDB on white background.



Black color preview on #B6DCDB background

This text has black color on #B6DCDB background.


White color preview on #B6DCDB background

This text has white color on #B6DCDB background.