COLOR #C6C1DC

HEX: #C6C1DC
RGB: (198,193,220)

Color info

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

RGB color model

#C6C1DC color RGB value is (198,193,220).

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

RGB channels and saturation

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

198
193
220

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

Portions of RGB colors in percentages

R + G + B =
198 + 193 + 220 = 611 (100%)
R 198 of 611 ~ 32.41%
G 193 of 611 ~ 31.59%
B 220 of 611 ~ 36.01%

%32.41
%31.59
%36.01

CMYK color model

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

  • cyan value is 10.00%
  • magenta value is 12.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(10,12,0,14)
C10M12Y0K14 
(10%,12%,0%,14%)
(0.10/0.12/0.00/0.14)	

CMYK percentages

%10
%12.27
%0
%13.73

Codes

Color #C6C1DC in popluar color models

C6C1DC
RGB198193220
HSL251°27.84%80.98%
HSB/HSV251°12.27%86.27%
CMYK10.00%12.27%0.00%
13.73%

Color #C6C1DC in popluar number systems.

HEXC6C1DC
Decimal198193220
Binary110001101100000111011100
Octal306301334

Shades and tints

Shades of #C6C1DC

#C6C1DC
(198,193,220)
#B4B0C8
(180,176,200)
#A29FB4
(162,159,180)
#908EA0
(144,142,160)
#7E7D8C
(126,125,140)
#6C6C78
(108,108,120)
#5A5B64
(90,91,100)
#484A50
(72,74,80)
#36393C
(54,57,60)
#242828
(36,40,40)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #C6C1DC

#C6C1DC
(198,193,220)
#CBC6DF
(203,198,223)
#D0CBE2
(208,203,226)
#D5D0E5
(213,208,229)
#DAD5E8
(218,213,232)
#DFDAEB
(223,218,235)
#E4DFEE
(228,223,238)
#E9E4F1
(233,228,241)
#EEE9F4
(238,233,244)
#F3EEF7
(243,238,247)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C1DC; }

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

This text font color is #C6C1DC.


Background Color

.myBgColor { background-color: #C6C1DC; }

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

This div background color is #C6C1DC.


Border color

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

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

This div border color is #C6C1DC.


Opacity

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

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

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

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

This text has shadow with #C6C1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C1DC on black background.


Color preview on white background

This text has color #C6C1DC on white background.



Black color preview on #C6C1DC background

This text has black color on #C6C1DC background.


White color preview on #C6C1DC background

This text has white color on #C6C1DC background.