COLOR #C6BCB7

HEX: #C6BCB7
RGB: (198,188,183)

Color info

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

RGB color model

#C6BCB7 color RGB value is (198,188,183).

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

RGB channels and saturation

R 198 of 255 = 78%
G 188 of 255 = 74%
B 183 of 255 = 72%

198
188
183

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

Portions of RGB colors in percentages

R + G + B =
198 + 188 + 183 = 569 (100%)
R 198 of 569 ~ 34.8%
G 188 of 569 ~ 33.04%
B 183 of 569 ~ 32.16%

%34.8
%33.04
%32.16

CMYK color model

#C6BCB7 color CMYK value is (0,5,8,22).

  • cyan value is 0.00%
  • magenta value is 5.05%
  • yellow value is 7.58%
  • key color value is 22.35%
CMYK:
(0,5,8,22)
C0M5Y8K22 
(0%,5%,8%,22%)
(0.00/0.05/0.08/0.22)	

CMYK percentages

%0
%5.05
%7.58
%22.35

Codes

Color #C6BCB7 in popluar color models

C6BCB7
RGB198188183
HSL20°11.63%74.71%
HSB/HSV20°7.58%77.65%
CMYK0.00%5.05%7.58%
22.35%

Color #C6BCB7 in popluar number systems.

HEXC6BCB7
Decimal198188183
Binary110001101011110010110111
Octal306274267

Shades and tints

Shades of #C6BCB7

#C6BCB7
(198,188,183)
#B4ABA7
(180,171,167)
#A29A97
(162,154,151)
#908987
(144,137,135)
#7E7877
(126,120,119)
#6C6767
(108,103,103)
#5A5657
(90,86,87)
#484547
(72,69,71)
#363437
(54,52,55)
#242327
(36,35,39)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #C6BCB7

#C6BCB7
(198,188,183)
#CBC2BD
(203,194,189)
#D0C8C3
(208,200,195)
#D5CEC9
(213,206,201)
#DAD4CF
(218,212,207)
#DFDAD5
(223,218,213)
#E4E0DB
(228,224,219)
#E9E6E1
(233,230,225)
#EEECE7
(238,236,231)
#F3F2ED
(243,242,237)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BCB7; }

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

This text font color is #C6BCB7.


Background Color

.myBgColor { background-color: #C6BCB7; }

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

This div background color is #C6BCB7.


Border color

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

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

This div border color is #C6BCB7.


Opacity

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

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

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

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

This text has shadow with #C6BCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BCB7 on black background.


Color preview on white background

This text has color #C6BCB7 on white background.



Black color preview on #C6BCB7 background

This text has black color on #C6BCB7 background.


White color preview on #C6BCB7 background

This text has white color on #C6BCB7 background.