COLOR #C6C7BC

HEX: #C6C7BC
RGB: (198,199,188)

Color info

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

RGB color model

#C6C7BC color RGB value is (198,199,188).

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

RGB channels and saturation

R 198 of 255 = 78%
G 199 of 255 = 78%
B 188 of 255 = 74%

198
199
188

R + G + B ~ 77%. #C6C7BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 199 + 188 = 585 (100%)
R 198 of 585 ~ 33.85%
G 199 of 585 ~ 34.02%
B 188 of 585 ~ 32.14%

%33.85
%34.02
%32.14

CMYK color model

#C6C7BC color CMYK value is (1,0,6,22).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 21.96%
CMYK:
(1,0,6,22)
C1M0Y6K22 
(1%,0%,6%,22%)
(0.01/0.00/0.06/0.22)	

CMYK percentages

%0.5
%0
%5.53
%21.96

Codes

Color #C6C7BC in popluar color models

C6C7BC
RGB198199188
HSL65°8.94%75.88%
HSB/HSV65°5.53%78.04%
CMYK0.50%0.00%5.53%
21.96%

Color #C6C7BC in popluar number systems.

HEXC6C7BC
Decimal198199188
Binary110001101100011110111100
Octal306307274

Shades and tints

Shades of #C6C7BC

#C6C7BC
(198,199,188)
#B4B5AB
(180,181,171)
#A2A39A
(162,163,154)
#909189
(144,145,137)
#7E7F78
(126,127,120)
#6C6D67
(108,109,103)
#5A5B56
(90,91,86)
#484945
(72,73,69)
#363734
(54,55,52)
#242523
(36,37,35)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #C6C7BC

#C6C7BC
(198,199,188)
#CBCCC2
(203,204,194)
#D0D1C8
(208,209,200)
#D5D6CE
(213,214,206)
#DADBD4
(218,219,212)
#DFE0DA
(223,224,218)
#E4E5E0
(228,229,224)
#E9EAE6
(233,234,230)
#EEEFEC
(238,239,236)
#F3F4F2
(243,244,242)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C7BC; }

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

This text font color is #C6C7BC.


Background Color

.myBgColor { background-color: #C6C7BC; }

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

This div background color is #C6C7BC.


Border color

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

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

This div border color is #C6C7BC.


Opacity

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

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

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

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

This text has shadow with #C6C7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C7BC on black background.


Color preview on white background

This text has color #C6C7BC on white background.



Black color preview on #C6C7BC background

This text has black color on #C6C7BC background.


White color preview on #C6C7BC background

This text has white color on #C6C7BC background.