COLOR #C6C8CD

HEX: #C6C8CD RGB: (198,200,205)

Color info

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

RGB color model

#C6C8CD color RGB value is (198,200,205).

RGB: (198,200,205) (78%, 78%, 80%)

RGB channels and saturation

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

198
200
205

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

Portions of RGB colors in percentages

R + G + B = 198 + 200 + 205 = 603 (100%)
R 198 of 603 ~ 32.84%
G 200 of 603 ~ 33.17%
B 205 of 603 ~ 34'%

%32.84
%33.17
%34

CMYK color model

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

  • cyan value is 3.41%
  • magenta value is 2.44%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (3,2,0,20)
C3M2Y0K20 (3%, 2%, 0%, 20%)
(0.03 / 0.02 / 0.00 / 0.20)

CMYK percentages

%3.41
%2.44
%0
%19.61

Codes

Color #C6C8CD in popluar color models

C6 C8 CD
RGB 198 200 205
HSL 223° 6.54% 79.02%
HSB/HSV 223° 3.41% 80.39%
CMYK 3.41% 2.44% 0.00%
19.61%

Color #C6C8CD in popluar number systems.

HEX C6 C8 CD
Decimal 198 200 205
Binary 11000110 11001000 11001101
Octal 306 310 315

Shades and tints

Shades of #C6C8CD

#C6C8CD
(198,200,205)
#B4B6BB
(180,182,187)
#A2A4A9
(162,164,169)
#909297
(144,146,151)
#7E8085
(126,128,133)
#6C6E73
(108,110,115)
#5A5C61
(90,92,97)
#484A4F
(72,74,79)
#36383D
(54,56,61)
#24262B
(36,38,43)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #C6C8CD

#C6C8CD
(198,200,205)
#CBCDD1
(203,205,209)
#D0D2D5
(208,210,213)
#D5D7D9
(213,215,217)
#DADCDD
(218,220,221)
#DFE1E1
(223,225,225)
#E4E6E5
(228,230,229)
#E9EBE9
(233,235,233)
#EEF0ED
(238,240,237)
#F3F5F1
(243,245,241)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C8CD; }

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

This text font color is #C6C8CD.

Background Color

.myBgColor { background-color: #C6C8CD; }

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

This div background color is #C6C8CD.

Border color

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

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

This div border color is #C6C8CD.

Opacity

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

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

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

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

This text has shadow with #C6C8CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C8CD.

Preview

Color preview on black background

This text has color #C6C8CD on black background.


Color preview on white background

This text has color #C6C8CD on white background.


Black color preview on #C6C8CD background

This text has black color on #C6C8CD background.


White color preview on #C6C8CD background

This text has white color on #C6C8CD background.


Related colors

Complementary color

Complementary color for #hex is #393732.


I love getcolorcode.com

Triadic colors

1 #CDC6C8 and #C8CDC6 with #C6C8CD are triadic colors.

2 #CDC8C6 and #C8C6CD with #C6C8CD are triadic colors.