COLOR #C6C7CD

HEX: #C6C7CD
RGB: (198,199,205)

Color info

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

RGB color model

#C6C7CD color RGB value is (198,199,205).

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

RGB channels and saturation

R 198 of 255 = 78%
G 199 of 255 = 78%
B 205 of 255 = 80%

198
199
205

R + G + B ~ 79%. #C6C7CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 199 + 205 = 602 (100%)
R 198 of 602 ~ 32.89%
G 199 of 602 ~ 33.06%
B 205 of 602 ~ 34.05%

%32.89
%33.06
%34.05

CMYK color model

#C6C7CD color CMYK value is (3,3,0,20).

  • cyan value is 3.41%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(3,3,0,20)
C3M3Y0K20 
(3%,3%,0%,20%)
(0.03/0.03/0.00/0.20)	

CMYK percentages

%3.41
%2.93
%0
%19.61

Codes

Color #C6C7CD in popluar color models

C6C7CD
RGB198199205
HSL231°6.54%79.02%
HSB/HSV231°3.41%80.39%
CMYK3.41%2.93%0.00%
19.61%

Color #C6C7CD in popluar number systems.

HEXC6C7CD
Decimal198199205
Binary110001101100011111001101
Octal306307315

Shades and tints

Shades of #C6C7CD

#C6C7CD
(198,199,205)
#B4B5BB
(180,181,187)
#A2A3A9
(162,163,169)
#909197
(144,145,151)
#7E7F85
(126,127,133)
#6C6D73
(108,109,115)
#5A5B61
(90,91,97)
#48494F
(72,73,79)
#36373D
(54,55,61)
#24252B
(36,37,43)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #C6C7CD

#C6C7CD
(198,199,205)
#CBCCD1
(203,204,209)
#D0D1D5
(208,209,213)
#D5D6D9
(213,214,217)
#DADBDD
(218,219,221)
#DFE0E1
(223,224,225)
#E4E5E5
(228,229,229)
#E9EAE9
(233,234,233)
#EEEFED
(238,239,237)
#F3F4F1
(243,244,241)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C7CD; }

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

This text font color is #C6C7CD.


Background Color

.myBgColor { background-color: #C6C7CD; }

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

This div background color is #C6C7CD.


Border color

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

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

This div border color is #C6C7CD.


Opacity

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

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

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

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

This text has shadow with #C6C7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C7CD on black background.


Color preview on white background

This text has color #C6C7CD on white background.



Black color preview on #C6C7CD background

This text has black color on #C6C7CD background.


White color preview on #C6C7CD background

This text has white color on #C6C7CD background.