COLOR #B6C6C0

HEX: #B6C6C0
RGB: (182,198,192)

Color info

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

RGB color model

#B6C6C0 color RGB value is (182,198,192).

  • red value is 182;
  • green value is 198;
  • blue value is 192.
RGB:
(182,198,192)
(71%,78%,75%)

RGB channels and saturation

R 182 of 255 = 71%
G 198 of 255 = 78%
B 192 of 255 = 75%

182
198
192

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

Portions of RGB colors in percentages

R + G + B =
182 + 198 + 192 = 572 (100%)
R 182 of 572 ~ 31.82%
G 198 of 572 ~ 34.62%
B 192 of 572 ~ 33.57%

%31.82
%34.62
%33.57

CMYK color model

#B6C6C0 color CMYK value is (8,0,3,22).

  • cyan value is 8.08%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 22.35%
CMYK:
(8,0,3,22)
C8M0Y3K22 
(8%,0%,3%,22%)
(0.08/0.00/0.03/0.22)	

CMYK percentages

%8.08
%0
%3.03
%22.35

Codes

Color #B6C6C0 in popluar color models

B6C6C0
RGB182198192
HSL158°12.31%74.51%
HSB/HSV158°8.08%77.65%
CMYK8.08%0.00%3.03%
22.35%

Color #B6C6C0 in popluar number systems.

HEXB6C6C0
Decimal182198192
Binary101101101100011011000000
Octal266306300

Shades and tints

Shades of #B6C6C0

#B6C6C0
(182,198,192)
#A6B4AF
(166,180,175)
#96A29E
(150,162,158)
#86908D
(134,144,141)
#767E7C
(118,126,124)
#666C6B
(102,108,107)
#565A5A
(86,90,90)
#464849
(70,72,73)
#363638
(54,54,56)
#262427
(38,36,39)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #B6C6C0

#B6C6C0
(182,198,192)
#BCCBC5
(188,203,197)
#C2D0CA
(194,208,202)
#C8D5CF
(200,213,207)
#CEDAD4
(206,218,212)
#D4DFD9
(212,223,217)
#DAE4DE
(218,228,222)
#E0E9E3
(224,233,227)
#E6EEE8
(230,238,232)
#ECF3ED
(236,243,237)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C6C0; }

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

This text font color is #B6C6C0.


Background Color

.myBgColor { background-color: #B6C6C0; }

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

This div background color is #B6C6C0.


Border color

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

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

This div border color is #B6C6C0.


Opacity

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

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

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

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

This text has shadow with #B6C6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C6C0 on black background.


Color preview on white background

This text has color #B6C6C0 on white background.



Black color preview on #B6C6C0 background

This text has black color on #B6C6C0 background.


White color preview on #B6C6C0 background

This text has white color on #B6C6C0 background.