COLOR #B6C7DC

HEX: #B6C7DC RGB: (182,199,220)

Color info

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

RGB color model

#B6C7DC color RGB value is (182,199,220).

RGB: (182,199,220) (71%, 78%, 86%)

RGB channels and saturation

R 182 of 255 = 71%
G 199 of 255 = 78%
B 220 of 255 = 86%

182
199
220

R + G + B ~ 78%. #B6C7DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 199 + 220 = 601 (100%)
R 182 of 601 ~ 30.28%
G 199 of 601 ~ 33.11%
B 220 of 601 ~ 36.61'%

%30.28
%33.11
%36.61

CMYK color model

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

  • cyan value is 17.27%
  • magenta value is 9.55%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (17,10,0,14)
C17M10Y0K14 (17%, 10%, 0%, 14%)
(0.17 / 0.10 / 0.00 / 0.14)

CMYK percentages

%17.27
%9.55
%0
%13.73

Codes

Color #B6C7DC in popluar color models

B6 C7 DC
RGB 182 199 220
HSL 213° 35.19% 78.82%
HSB/HSV 213° 17.27% 86.27%
CMYK 17.27% 9.55% 0.00%
13.73%

Color #B6C7DC in popluar number systems.

HEX B6 C7 DC
Decimal 182 199 220
Binary 10110110 11000111 11011100
Octal 266 307 334

Shades and tints

Shades of #B6C7DC

#B6C7DC
(182,199,220)
#A6B5C8
(166,181,200)
#96A3B4
(150,163,180)
#8691A0
(134,145,160)
#767F8C
(118,127,140)
#666D78
(102,109,120)
#565B64
(86,91,100)
#464950
(70,73,80)
#36373C
(54,55,60)
#262528
(38,37,40)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #B6C7DC

#B6C7DC
(182,199,220)
#BCCCDF
(188,204,223)
#C2D1E2
(194,209,226)
#C8D6E5
(200,214,229)
#CEDBE8
(206,219,232)
#D4E0EB
(212,224,235)
#DAE5EE
(218,229,238)
#E0EAF1
(224,234,241)
#E6EFF4
(230,239,244)
#ECF4F7
(236,244,247)
#F2F9FA
(242,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C7DC; }

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

This text font color is #B6C7DC.

Background Color

.myBgColor { background-color: #B6C7DC; }

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

This div background color is #B6C7DC.

Border color

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

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

This div border color is #B6C7DC.

Opacity

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

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

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

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

This text has shadow with #B6C7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C7DC.

Preview

Color preview on black background

This text has color #B6C7DC on black background.


Color preview on white background

This text has color #B6C7DC on white background.


Black color preview on #B6C7DC background

This text has black color on #B6C7DC background.


White color preview on #B6C7DC background

This text has white color on #B6C7DC background.


Related colors

Complementary color

Complementary color for #hex is #493823.


I love getcolorcode.com

Triadic colors

1 #DCB6C7 and #C7DCB6 with #B6C7DC are triadic colors.

2 #DCC7B6 and #C7B6DC with #B6C7DC are triadic colors.