COLOR #C6C6DC

HEX: #C6C6DC RGB: (198,198,220)

Color info

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

RGB color model

#C6C6DC color RGB value is (198,198,220).

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

RGB channels and saturation

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

198
198
220

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

Portions of RGB colors in percentages

R + G + B = 198 + 198 + 220 = 616 (100%)
R 198 of 616 ~ 32.14%
G 198 of 616 ~ 32.14%
B 220 of 616 ~ 35.71'%

%32.14
%32.14
%35.71

CMYK color model

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

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

CMYK: (10,10,0,14)
C10M10Y0K14 (10%, 10%, 0%, 14%)
(0.10 / 0.10 / 0.00 / 0.14)

CMYK percentages

%10
%10
%0
%13.73

Codes

Color #C6C6DC in popluar color models

C6 C6 DC
RGB 198 198 220
HSL 240° 23.91% 81.96%
HSB/HSV 240° 10.00% 86.27%
CMYK 10.00% 10.00% 0.00%
13.73%

Color #C6C6DC in popluar number systems.

HEX C6 C6 DC
Decimal 198 198 220
Binary 11000110 11000110 11011100
Octal 306 306 334

Shades and tints

Shades of #C6C6DC

#C6C6DC
(198,198,220)
#B4B4C8
(180,180,200)
#A2A2B4
(162,162,180)
#9090A0
(144,144,160)
#7E7E8C
(126,126,140)
#6C6C78
(108,108,120)
#5A5A64
(90,90,100)
#484850
(72,72,80)
#36363C
(54,54,60)
#242428
(36,36,40)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #C6C6DC

#C6C6DC
(198,198,220)
#CBCBDF
(203,203,223)
#D0D0E2
(208,208,226)
#D5D5E5
(213,213,229)
#DADAE8
(218,218,232)
#DFDFEB
(223,223,235)
#E4E4EE
(228,228,238)
#E9E9F1
(233,233,241)
#EEEEF4
(238,238,244)
#F3F3F7
(243,243,247)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C6DC; }

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

This text font color is #C6C6DC.

Background Color

.myBgColor { background-color: #C6C6DC; }

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

This div background color is #C6C6DC.

Border color

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

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

This div border color is #C6C6DC.

Opacity

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

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

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

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

This text has shadow with #C6C6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C6DC.

Preview

Color preview on black background

This text has color #C6C6DC on black background.


Color preview on white background

This text has color #C6C6DC on white background.


Black color preview on #C6C6DC background

This text has black color on #C6C6DC background.


White color preview on #C6C6DC background

This text has white color on #C6C6DC background.


Related colors

Complementary color

Complementary color for #hex is #393923.


I love getcolorcode.com