COLOR #C6C0DA

HEX: #C6C0DA
RGB: (198,192,218)

Color info

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

RGB color model

#C6C0DA color RGB value is (198,192,218).

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

RGB channels and saturation

R 198 of 255 = 78%
G 192 of 255 = 75%
B 218 of 255 = 85%

198
192
218

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

Portions of RGB colors in percentages

R + G + B =
198 + 192 + 218 = 608 (100%)
R 198 of 608 ~ 32.57%
G 192 of 608 ~ 31.58%
B 218 of 608 ~ 35.86%

%32.57
%31.58
%35.86

CMYK color model

#C6C0DA color CMYK value is (9,12,0,15).

  • cyan value is 9.17%
  • magenta value is 11.93%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(9,12,0,15)
C9M12Y0K15 
(9%,12%,0%,15%)
(0.09/0.12/0.00/0.15)	

CMYK percentages

%9.17
%11.93
%0
%14.51

Codes

Color #C6C0DA in popluar color models

C6C0DA
RGB198192218
HSL254°26.00%80.39%
HSB/HSV254°11.93%85.49%
CMYK9.17%11.93%0.00%
14.51%

Color #C6C0DA in popluar number systems.

HEXC6C0DA
Decimal198192218
Binary110001101100000011011010
Octal306300332

Shades and tints

Shades of #C6C0DA

#C6C0DA
(198,192,218)
#B4AFC7
(180,175,199)
#A29EB4
(162,158,180)
#908DA1
(144,141,161)
#7E7C8E
(126,124,142)
#6C6B7B
(108,107,123)
#5A5A68
(90,90,104)
#484955
(72,73,85)
#363842
(54,56,66)
#24272F
(36,39,47)
#12161C
(18,22,28)
#000000
(0,0,0)

Tints of #C6C0DA

#C6C0DA
(198,192,218)
#CBC5DD
(203,197,221)
#D0CAE0
(208,202,224)
#D5CFE3
(213,207,227)
#DAD4E6
(218,212,230)
#DFD9E9
(223,217,233)
#E4DEEC
(228,222,236)
#E9E3EF
(233,227,239)
#EEE8F2
(238,232,242)
#F3EDF5
(243,237,245)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C0DA; }

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

This text font color is #C6C0DA.


Background Color

.myBgColor { background-color: #C6C0DA; }

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

This div background color is #C6C0DA.


Border color

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

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

This div border color is #C6C0DA.


Opacity

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

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

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

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

This text has shadow with #C6C0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C0DA on black background.


Color preview on white background

This text has color #C6C0DA on white background.



Black color preview on #C6C0DA background

This text has black color on #C6C0DA background.


White color preview on #C6C0DA background

This text has white color on #C6C0DA background.