COLOR #B6C7CD

HEX: #B6C7CD RGB: (182,199,205)

Color info

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

RGB color model

#B6C7CD color RGB value is (182,199,205).

RGB: (182,199,205) (71%, 78%, 80%)

RGB channels and saturation

R 182 of 255 = 71%
G 199 of 255 = 78%
B 205 of 255 = 80%

182
199
205

R + G + B ~ 76%. #B6C7CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 199 + 205 = 586 (100%)
R 182 of 586 ~ 31.06%
G 199 of 586 ~ 33.96%
B 205 of 586 ~ 34.98'%

%31.06
%33.96
%34.98

CMYK color model

#B6C7CD color CMYK value is (11,3,0,20).

  • cyan value is 11.22%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (11,3,0,20)
C11M3Y0K20 (11%, 3%, 0%, 20%)
(0.11 / 0.03 / 0.00 / 0.20)

CMYK percentages

%11.22
%2.93
%0
%19.61

Codes

Color #B6C7CD in popluar color models

B6 C7 CD
RGB 182 199 205
HSL 196° 18.70% 75.88%
HSB/HSV 196° 11.22% 80.39%
CMYK 11.22% 2.93% 0.00%
19.61%

Color #B6C7CD in popluar number systems.

HEX B6 C7 CD
Decimal 182 199 205
Binary 10110110 11000111 11001101
Octal 266 307 315

Shades and tints

Shades of #B6C7CD

#B6C7CD
(182,199,205)
#A6B5BB
(166,181,187)
#96A3A9
(150,163,169)
#869197
(134,145,151)
#767F85
(118,127,133)
#666D73
(102,109,115)
#565B61
(86,91,97)
#46494F
(70,73,79)
#36373D
(54,55,61)
#26252B
(38,37,43)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #B6C7CD

#B6C7CD
(182,199,205)
#BCCCD1
(188,204,209)
#C2D1D5
(194,209,213)
#C8D6D9
(200,214,217)
#CEDBDD
(206,219,221)
#D4E0E1
(212,224,225)
#DAE5E5
(218,229,229)
#E0EAE9
(224,234,233)
#E6EFED
(230,239,237)
#ECF4F1
(236,244,241)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C7CD; }

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

This text font color is #B6C7CD.

Background Color

.myBgColor { background-color: #B6C7CD; }

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

This div background color is #B6C7CD.

Border color

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

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

This div border color is #B6C7CD.

Opacity

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

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

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

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

This text has shadow with #B6C7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C7CD.

Preview

Color preview on black background

This text has color #B6C7CD on black background.


Color preview on white background

This text has color #B6C7CD on white background.


Black color preview on #B6C7CD background

This text has black color on #B6C7CD background.


White color preview on #B6C7CD background

This text has white color on #B6C7CD background.


Related colors

Complementary color

Complementary color for #hex is #493832.


I love getcolorcode.com

Triadic colors

1 #CDB6C7 and #C7CDB6 with #B6C7CD are triadic colors.

2 #CDC7B6 and #C7B6CD with #B6C7CD are triadic colors.