COLOR #C6C6DE

HEX: #C6C6DE
RGB: (198,198,222)

Color info

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

RGB color model

#C6C6DE color RGB value is (198,198,222).

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

RGB channels and saturation

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

198
198
222

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

Portions of RGB colors in percentages

R + G + B =
198 + 198 + 222 = 618 (100%)
R 198 of 618 ~ 32.04%
G 198 of 618 ~ 32.04%
B 222 of 618 ~ 35.92%

%32.04
%32.04
%35.92

CMYK color model

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

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

CMYK percentages

%10.81
%10.81
%0
%12.94

Codes

Color #C6C6DE in popluar color models

C6C6DE
RGB198198222
HSL240°26.67%82.35%
HSB/HSV240°10.81%87.06%
CMYK10.81%10.81%0.00%
12.94%

Color #C6C6DE in popluar number systems.

HEXC6C6DE
Decimal198198222
Binary110001101100011011011110
Octal306306336

Shades and tints

Shades of #C6C6DE

#C6C6DE
(198,198,222)
#B4B4CA
(180,180,202)
#A2A2B6
(162,162,182)
#9090A2
(144,144,162)
#7E7E8E
(126,126,142)
#6C6C7A
(108,108,122)
#5A5A66
(90,90,102)
#484852
(72,72,82)
#36363E
(54,54,62)
#24242A
(36,36,42)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #C6C6DE

#C6C6DE
(198,198,222)
#CBCBE1
(203,203,225)
#D0D0E4
(208,208,228)
#D5D5E7
(213,213,231)
#DADAEA
(218,218,234)
#DFDFED
(223,223,237)
#E4E4F0
(228,228,240)
#E9E9F3
(233,233,243)
#EEEEF6
(238,238,246)
#F3F3F9
(243,243,249)
#F8F8FC
(248,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C6DE; }

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

This text font color is #C6C6DE.


Background Color

.myBgColor { background-color: #C6C6DE; }

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

This div background color is #C6C6DE.


Border color

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

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

This div border color is #C6C6DE.


Opacity

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

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

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

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

This text has shadow with #C6C6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C6DE on black background.


Color preview on white background

This text has color #C6C6DE on white background.



Black color preview on #C6C6DE background

This text has black color on #C6C6DE background.


White color preview on #C6C6DE background

This text has white color on #C6C6DE background.