COLOR #C6C0DC

HEX: #C6C0DC
RGB: (198,192,220)

Color info

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

RGB color model

#C6C0DC color RGB value is (198,192,220).

  • red value is 198;
  • green value is 192;
  • blue value is 220.
RGB:
(198,192,220)
(78%,75%,86%)

RGB channels and saturation

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

198
192
220

R + G + B ~ 80%. #C6C0DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 192 + 220 = 610 (100%)
R 198 of 610 ~ 32.46%
G 192 of 610 ~ 31.48%
B 220 of 610 ~ 36.07%

%32.46
%31.48
%36.07

CMYK color model

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

  • cyan value is 10.00%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(10,13,0,14)
C10M13Y0K14 
(10%,13%,0%,14%)
(0.10/0.13/0.00/0.14)	

CMYK percentages

%10
%12.73
%0
%13.73

Codes

Color #C6C0DC in popluar color models

C6C0DC
RGB198192220
HSL253°28.57%80.78%
HSB/HSV253°12.73%86.27%
CMYK10.00%12.73%0.00%
13.73%

Color #C6C0DC in popluar number systems.

HEXC6C0DC
Decimal198192220
Binary110001101100000011011100
Octal306300334

Shades and tints

Shades of #C6C0DC

#C6C0DC
(198,192,220)
#B4AFC8
(180,175,200)
#A29EB4
(162,158,180)
#908DA0
(144,141,160)
#7E7C8C
(126,124,140)
#6C6B78
(108,107,120)
#5A5A64
(90,90,100)
#484950
(72,73,80)
#36383C
(54,56,60)
#242728
(36,39,40)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #C6C0DC

#C6C0DC
(198,192,220)
#CBC5DF
(203,197,223)
#D0CAE2
(208,202,226)
#D5CFE5
(213,207,229)
#DAD4E8
(218,212,232)
#DFD9EB
(223,217,235)
#E4DEEE
(228,222,238)
#E9E3F1
(233,227,241)
#EEE8F4
(238,232,244)
#F3EDF7
(243,237,247)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C0DC; }

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

This text font color is #C6C0DC.


Background Color

.myBgColor { background-color: #C6C0DC; }

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

This div background color is #C6C0DC.


Border color

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

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

This div border color is #C6C0DC.


Opacity

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

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

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

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

This text has shadow with #C6C0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C0DC on black background.


Color preview on white background

This text has color #C6C0DC on white background.



Black color preview on #C6C0DC background

This text has black color on #C6C0DC background.


White color preview on #C6C0DC background

This text has white color on #C6C0DC background.