COLOR #B6D0DC

HEX: #B6D0DC
RGB: (182,208,220)

Color info

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

RGB color model

#B6D0DC color RGB value is (182,208,220).

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

RGB channels and saturation

R 182 of 255 = 71%
G 208 of 255 = 82%
B 220 of 255 = 86%

182
208
220

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

Portions of RGB colors in percentages

R + G + B =
182 + 208 + 220 = 610 (100%)
R 182 of 610 ~ 29.84%
G 208 of 610 ~ 34.1%
B 220 of 610 ~ 36.07%

%29.84
%34.1
%36.07

CMYK color model

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

  • cyan value is 17.27%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(17,5,0,14)
C17M5Y0K14 
(17%,5%,0%,14%)
(0.17/0.05/0.00/0.14)	

CMYK percentages

%17.27
%5.45
%0
%13.73

Codes

Color #B6D0DC in popluar color models

B6D0DC
RGB182208220
HSL199°35.19%78.82%
HSB/HSV199°17.27%86.27%
CMYK17.27%5.45%0.00%
13.73%

Color #B6D0DC in popluar number systems.

HEXB6D0DC
Decimal182208220
Binary101101101101000011011100
Octal266320334

Shades and tints

Shades of #B6D0DC

#B6D0DC
(182,208,220)
#A6BEC8
(166,190,200)
#96ACB4
(150,172,180)
#869AA0
(134,154,160)
#76888C
(118,136,140)
#667678
(102,118,120)
#566464
(86,100,100)
#465250
(70,82,80)
#36403C
(54,64,60)
#262E28
(38,46,40)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #B6D0DC

#B6D0DC
(182,208,220)
#BCD4DF
(188,212,223)
#C2D8E2
(194,216,226)
#C8DCE5
(200,220,229)
#CEE0E8
(206,224,232)
#D4E4EB
(212,228,235)
#DAE8EE
(218,232,238)
#E0ECF1
(224,236,241)
#E6F0F4
(230,240,244)
#ECF4F7
(236,244,247)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D0DC; }

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

This text font color is #B6D0DC.


Background Color

.myBgColor { background-color: #B6D0DC; }

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

This div background color is #B6D0DC.


Border color

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

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

This div border color is #B6D0DC.


Opacity

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

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

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

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

This text has shadow with #B6D0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D0DC on black background.


Color preview on white background

This text has color #B6D0DC on white background.



Black color preview on #B6D0DC background

This text has black color on #B6D0DC background.


White color preview on #B6D0DC background

This text has white color on #B6D0DC background.