COLOR #C6C8DC

HEX: #C6C8DC RGB: (198,200,220)

Color info

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

RGB color model

#C6C8DC color RGB value is (198,200,220).

RGB: (198,200,220) (78%, 78%, 86%)

RGB channels and saturation

R 198 of 255 = 78%
G 200 of 255 = 78%
B 220 of 255 = 86%

198
200
220

R + G + B ~ 81%. #C6C8DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 200 + 220 = 618 (100%)
R 198 of 618 ~ 32.04%
G 200 of 618 ~ 32.36%
B 220 of 618 ~ 35.6'%

%32.04
%32.36
%35.6

CMYK color model

#C6C8DC color CMYK value is (10,9,0,14).

  • cyan value is 10.00%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (10,9,0,14)
C10M9Y0K14 (10%, 9%, 0%, 14%)
(0.10 / 0.09 / 0.00 / 0.14)

CMYK percentages

%10
%9.09
%0
%13.73

Codes

Color #C6C8DC in popluar color models

C6 C8 DC
RGB 198 200 220
HSL 235° 23.91% 81.96%
HSB/HSV 235° 10.00% 86.27%
CMYK 10.00% 9.09% 0.00%
13.73%

Color #C6C8DC in popluar number systems.

HEX C6 C8 DC
Decimal 198 200 220
Binary 11000110 11001000 11011100
Octal 306 310 334

Shades and tints

Shades of #C6C8DC

#C6C8DC
(198,200,220)
#B4B6C8
(180,182,200)
#A2A4B4
(162,164,180)
#9092A0
(144,146,160)
#7E808C
(126,128,140)
#6C6E78
(108,110,120)
#5A5C64
(90,92,100)
#484A50
(72,74,80)
#36383C
(54,56,60)
#242628
(36,38,40)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #C6C8DC

#C6C8DC
(198,200,220)
#CBCDDF
(203,205,223)
#D0D2E2
(208,210,226)
#D5D7E5
(213,215,229)
#DADCE8
(218,220,232)
#DFE1EB
(223,225,235)
#E4E6EE
(228,230,238)
#E9EBF1
(233,235,241)
#EEF0F4
(238,240,244)
#F3F5F7
(243,245,247)
#F8FAFA
(248,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C8DC; }

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

This text font color is #C6C8DC.

Background Color

.myBgColor { background-color: #C6C8DC; }

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

This div background color is #C6C8DC.

Border color

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

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

This div border color is #C6C8DC.

Opacity

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

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

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

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

This text has shadow with #C6C8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C8DC.

Preview

Color preview on black background

This text has color #C6C8DC on black background.


Color preview on white background

This text has color #C6C8DC on white background.


Black color preview on #C6C8DC background

This text has black color on #C6C8DC background.


White color preview on #C6C8DC background

This text has white color on #C6C8DC background.


Related colors

Complementary color

Complementary color for #hex is #393723.


I love getcolorcode.com

Triadic colors

1 #DCC6C8 and #C8DCC6 with #C6C8DC are triadic colors.

2 #DCC8C6 and #C8C6DC with #C6C8DC are triadic colors.