COLOR #C6BCB9

HEX: #C6BCB9
RGB: (198,188,185)

Color info

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

RGB color model

#C6BCB9 color RGB value is (198,188,185).

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

RGB channels and saturation

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

198
188
185

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

Portions of RGB colors in percentages

R + G + B =
198 + 188 + 185 = 571 (100%)
R 198 of 571 ~ 34.68%
G 188 of 571 ~ 32.92%
B 185 of 571 ~ 32.4%

%34.68
%32.92
%32.4

CMYK color model

#C6BCB9 color CMYK value is (0,5,7,22).

  • cyan value is 0.00%
  • magenta value is 5.05%
  • yellow value is 6.57%
  • key color value is 22.35%
CMYK:
(0,5,7,22)
C0M5Y7K22 
(0%,5%,7%,22%)
(0.00/0.05/0.07/0.22)	

CMYK percentages

%0
%5.05
%6.57
%22.35

Codes

Color #C6BCB9 in popluar color models

C6BCB9
RGB198188185
HSL14°10.24%75.10%
HSB/HSV14°6.57%77.65%
CMYK0.00%5.05%6.57%
22.35%

Color #C6BCB9 in popluar number systems.

HEXC6BCB9
Decimal198188185
Binary110001101011110010111001
Octal306274271

Shades and tints

Shades of #C6BCB9

#C6BCB9
(198,188,185)
#B4ABA9
(180,171,169)
#A29A99
(162,154,153)
#908989
(144,137,137)
#7E7879
(126,120,121)
#6C6769
(108,103,105)
#5A5659
(90,86,89)
#484549
(72,69,73)
#363439
(54,52,57)
#242329
(36,35,41)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #C6BCB9

#C6BCB9
(198,188,185)
#CBC2BF
(203,194,191)
#D0C8C5
(208,200,197)
#D5CECB
(213,206,203)
#DAD4D1
(218,212,209)
#DFDAD7
(223,218,215)
#E4E0DD
(228,224,221)
#E9E6E3
(233,230,227)
#EEECE9
(238,236,233)
#F3F2EF
(243,242,239)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BCB9; }

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

This text font color is #C6BCB9.


Background Color

.myBgColor { background-color: #C6BCB9; }

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

This div background color is #C6BCB9.


Border color

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

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

This div border color is #C6BCB9.


Opacity

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

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

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

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

This text has shadow with #C6BCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BCB9 on black background.


Color preview on white background

This text has color #C6BCB9 on white background.



Black color preview on #C6BCB9 background

This text has black color on #C6BCB9 background.


White color preview on #C6BCB9 background

This text has white color on #C6BCB9 background.