COLOR #C6C1DE

HEX: #C6C1DE
RGB: (198,193,222)

Color info

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

RGB color model

#C6C1DE color RGB value is (198,193,222).

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

RGB channels and saturation

R 198 of 255 = 78%
G 193 of 255 = 76%
B 222 of 255 = 87%

198
193
222

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

Portions of RGB colors in percentages

R + G + B =
198 + 193 + 222 = 613 (100%)
R 198 of 613 ~ 32.3%
G 193 of 613 ~ 31.48%
B 222 of 613 ~ 36.22%

%32.3
%31.48
%36.22

CMYK color model

#C6C1DE color CMYK value is (11,13,0,13).

  • cyan value is 10.81%
  • magenta value is 13.06%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(11,13,0,13)
C11M13Y0K13 
(11%,13%,0%,13%)
(0.11/0.13/0.00/0.13)	

CMYK percentages

%10.81
%13.06
%0
%12.94

Codes

Color #C6C1DE in popluar color models

C6C1DE
RGB198193222
HSL250°30.53%81.37%
HSB/HSV250°13.06%87.06%
CMYK10.81%13.06%0.00%
12.94%

Color #C6C1DE in popluar number systems.

HEXC6C1DE
Decimal198193222
Binary110001101100000111011110
Octal306301336

Shades and tints

Shades of #C6C1DE

#C6C1DE
(198,193,222)
#B4B0CA
(180,176,202)
#A29FB6
(162,159,182)
#908EA2
(144,142,162)
#7E7D8E
(126,125,142)
#6C6C7A
(108,108,122)
#5A5B66
(90,91,102)
#484A52
(72,74,82)
#36393E
(54,57,62)
#24282A
(36,40,42)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #C6C1DE

#C6C1DE
(198,193,222)
#CBC6E1
(203,198,225)
#D0CBE4
(208,203,228)
#D5D0E7
(213,208,231)
#DAD5EA
(218,213,234)
#DFDAED
(223,218,237)
#E4DFF0
(228,223,240)
#E9E4F3
(233,228,243)
#EEE9F6
(238,233,246)
#F3EEF9
(243,238,249)
#F8F3FC
(248,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C1DE; }

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

This text font color is #C6C1DE.


Background Color

.myBgColor { background-color: #C6C1DE; }

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

This div background color is #C6C1DE.


Border color

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

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

This div border color is #C6C1DE.


Opacity

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

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

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

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

This text has shadow with #C6C1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C1DE on black background.


Color preview on white background

This text has color #C6C1DE on white background.



Black color preview on #C6C1DE background

This text has black color on #C6C1DE background.


White color preview on #C6C1DE background

This text has white color on #C6C1DE background.