COLOR #B6C0CB

HEX: #B6C0CB RGB: (182,192,203)

Color info

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

RGB color model

#B6C0CB color RGB value is (182,192,203).

RGB: (182,192,203) (71%, 75%, 80%)

RGB channels and saturation

R 182 of 255 = 71%
G 192 of 255 = 75%
B 203 of 255 = 80%

182
192
203

R + G + B ~ 75%. #B6C0CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 192 + 203 = 577 (100%)
R 182 of 577 ~ 31.54%
G 192 of 577 ~ 33.28%
B 203 of 577 ~ 35.18'%

%31.54
%33.28
%35.18

CMYK color model

#B6C0CB color CMYK value is (10,5,0,20).

  • cyan value is 10.34%
  • magenta value is 5.42%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (10,5,0,20)
C10M5Y0K20 (10%, 5%, 0%, 20%)
(0.10 / 0.05 / 0.00 / 0.20)

CMYK percentages

%10.34
%5.42
%0
%20.39

Codes

Color #B6C0CB in popluar color models

B6 C0 CB
RGB 182 192 203
HSL 211° 16.80% 75.49%
HSB/HSV 211° 10.34% 79.61%
CMYK 10.34% 5.42% 0.00%
20.39%

Color #B6C0CB in popluar number systems.

HEX B6 C0 CB
Decimal 182 192 203
Binary 10110110 11000000 11001011
Octal 266 300 313

Shades and tints

Shades of #B6C0CB

#B6C0CB
(182,192,203)
#A6AFB9
(166,175,185)
#969EA7
(150,158,167)
#868D95
(134,141,149)
#767C83
(118,124,131)
#666B71
(102,107,113)
#565A5F
(86,90,95)
#46494D
(70,73,77)
#36383B
(54,56,59)
#262729
(38,39,41)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #B6C0CB

#B6C0CB
(182,192,203)
#BCC5CF
(188,197,207)
#C2CAD3
(194,202,211)
#C8CFD7
(200,207,215)
#CED4DB
(206,212,219)
#D4D9DF
(212,217,223)
#DADEE3
(218,222,227)
#E0E3E7
(224,227,231)
#E6E8EB
(230,232,235)
#ECEDEF
(236,237,239)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C0CB color. Also use rgb(182,192,203) instead hex code.

Text Font Color

.myTextColor { color: #B6C0CB; }

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

This text font color is #B6C0CB.

Background Color

.myBgColor { background-color: #B6C0CB; }

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

This div background color is #B6C0CB.

Border color

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

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

This div border color is #B6C0CB.

Opacity

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

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

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

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

This text has shadow with #B6C0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C0CB.

Preview

Color preview on black background

This text has color #B6C0CB on black background.


Color preview on white background

This text has color #B6C0CB on white background.


Black color preview on #B6C0CB background

This text has black color on #B6C0CB background.


White color preview on #B6C0CB background

This text has white color on #B6C0CB background.


Related colors

Complementary color

Complementary color for #hex is #493F34.


I love getcolorcode.com

Triadic colors

1 #CBB6C0 and #C0CBB6 with #B6C0CB are triadic colors.

2 #CBC0B6 and #C0B6CB with #B6C0CB are triadic colors.