COLOR #C6BCBA

HEX: #C6BCBA
RGB: (198,188,186)

Color info

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

RGB color model

#C6BCBA color RGB value is (198,188,186).

  • red value is 198;
  • green value is 188;
  • blue value is 186.
RGB:
(198,188,186)
(78%,74%,73%)

RGB channels and saturation

R 198 of 255 = 78%
G 188 of 255 = 74%
B 186 of 255 = 73%

198
188
186

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

Portions of RGB colors in percentages

R + G + B =
198 + 188 + 186 = 572 (100%)
R 198 of 572 ~ 34.62%
G 188 of 572 ~ 32.87%
B 186 of 572 ~ 32.52%

%34.62
%32.87
%32.52

CMYK color model

#C6BCBA color CMYK value is (0,5,6,22).

  • cyan value is 0.00%
  • magenta value is 5.05%
  • yellow value is 6.06%
  • key color value is 22.35%
CMYK:
(0,5,6,22)
C0M5Y6K22 
(0%,5%,6%,22%)
(0.00/0.05/0.06/0.22)	

CMYK percentages

%0
%5.05
%6.06
%22.35

Codes

Color #C6BCBA in popluar color models

C6BCBA
RGB198188186
HSL10°9.52%75.29%
HSB/HSV10°6.06%77.65%
CMYK0.00%5.05%6.06%
22.35%

Color #C6BCBA in popluar number systems.

HEXC6BCBA
Decimal198188186
Binary110001101011110010111010
Octal306274272

Shades and tints

Shades of #C6BCBA

#C6BCBA
(198,188,186)
#B4ABAA
(180,171,170)
#A29A9A
(162,154,154)
#90898A
(144,137,138)
#7E787A
(126,120,122)
#6C676A
(108,103,106)
#5A565A
(90,86,90)
#48454A
(72,69,74)
#36343A
(54,52,58)
#24232A
(36,35,42)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #C6BCBA

#C6BCBA
(198,188,186)
#CBC2C0
(203,194,192)
#D0C8C6
(208,200,198)
#D5CECC
(213,206,204)
#DAD4D2
(218,212,210)
#DFDAD8
(223,218,216)
#E4E0DE
(228,224,222)
#E9E6E4
(233,230,228)
#EEECEA
(238,236,234)
#F3F2F0
(243,242,240)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BCBA color. Also use rgb(198,188,186) instead hex code.

Text Font Color

.myTextColor { color: #C6BCBA; }

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

This text font color is #C6BCBA.


Background Color

.myBgColor { background-color: #C6BCBA; }

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

This div background color is #C6BCBA.


Border color

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

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

This div border color is #C6BCBA.


Opacity

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

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

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

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

This text has shadow with #C6BCBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BCBA on black background.


Color preview on white background

This text has color #C6BCBA on white background.



Black color preview on #C6BCBA background

This text has black color on #C6BCBA background.


White color preview on #C6BCBA background

This text has white color on #C6BCBA background.