COLOR #B6D4DC

HEX: #B6D4DC
RGB: (182,212,220)

Color info

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

RGB color model

#B6D4DC color RGB value is (182,212,220).

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

RGB channels and saturation

R 182 of 255 = 71%
G 212 of 255 = 83%
B 220 of 255 = 86%

182
212
220

R + G + B ~ 80%. #B6D4DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 212 + 220 = 614 (100%)
R 182 of 614 ~ 29.64%
G 212 of 614 ~ 34.53%
B 220 of 614 ~ 35.83%

%29.64
%34.53
%35.83

CMYK color model

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

  • cyan value is 17.27%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(17,4,0,14)
C17M4Y0K14 
(17%,4%,0%,14%)
(0.17/0.04/0.00/0.14)	

CMYK percentages

%17.27
%3.64
%0
%13.73

Codes

Color #B6D4DC in popluar color models

B6D4DC
RGB182212220
HSL193°35.19%78.82%
HSB/HSV193°17.27%86.27%
CMYK17.27%3.64%0.00%
13.73%

Color #B6D4DC in popluar number systems.

HEXB6D4DC
Decimal182212220
Binary101101101101010011011100
Octal266324334

Shades and tints

Shades of #B6D4DC

#B6D4DC
(182,212,220)
#A6C1C8
(166,193,200)
#96AEB4
(150,174,180)
#869BA0
(134,155,160)
#76888C
(118,136,140)
#667578
(102,117,120)
#566264
(86,98,100)
#464F50
(70,79,80)
#363C3C
(54,60,60)
#262928
(38,41,40)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #B6D4DC

#B6D4DC
(182,212,220)
#BCD7DF
(188,215,223)
#C2DAE2
(194,218,226)
#C8DDE5
(200,221,229)
#CEE0E8
(206,224,232)
#D4E3EB
(212,227,235)
#DAE6EE
(218,230,238)
#E0E9F1
(224,233,241)
#E6ECF4
(230,236,244)
#ECEFF7
(236,239,247)
#F2F2FA
(242,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D4DC; }

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

This text font color is #B6D4DC.


Background Color

.myBgColor { background-color: #B6D4DC; }

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

This div background color is #B6D4DC.


Border color

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

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

This div border color is #B6D4DC.


Opacity

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

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

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

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

This text has shadow with #B6D4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D4DC on black background.


Color preview on white background

This text has color #B6D4DC on white background.



Black color preview on #B6D4DC background

This text has black color on #B6D4DC background.


White color preview on #B6D4DC background

This text has white color on #B6D4DC background.