COLOR #C6C2DF

HEX: #C6C2DF
RGB: (198,194,223)

Color info

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

RGB color model

#C6C2DF color RGB value is (198,194,223).

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

RGB channels and saturation

R 198 of 255 = 78%
G 194 of 255 = 76%
B 223 of 255 = 87%

198
194
223

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

Portions of RGB colors in percentages

R + G + B =
198 + 194 + 223 = 615 (100%)
R 198 of 615 ~ 32.2%
G 194 of 615 ~ 31.54%
B 223 of 615 ~ 36.26%

%32.2
%31.54
%36.26

CMYK color model

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

  • cyan value is 11.21%
  • magenta value is 13.00%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(11,13,0,13)
C11M13Y0K13 
(11%,13%,0%,13%)
(0.11/0.13/0.00/0.13)	

CMYK percentages

%11.21
%13
%0
%12.55

Codes

Color #C6C2DF in popluar color models

C6C2DF
RGB198194223
HSL248°31.18%81.76%
HSB/HSV248°13.00%87.45%
CMYK11.21%13.00%0.00%
12.55%

Color #C6C2DF in popluar number systems.

HEXC6C2DF
Decimal198194223
Binary110001101100001011011111
Octal306302337

Shades and tints

Shades of #C6C2DF

#C6C2DF
(198,194,223)
#B4B1CB
(180,177,203)
#A2A0B7
(162,160,183)
#908FA3
(144,143,163)
#7E7E8F
(126,126,143)
#6C6D7B
(108,109,123)
#5A5C67
(90,92,103)
#484B53
(72,75,83)
#363A3F
(54,58,63)
#24292B
(36,41,43)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #C6C2DF

#C6C2DF
(198,194,223)
#CBC7E1
(203,199,225)
#D0CCE3
(208,204,227)
#D5D1E5
(213,209,229)
#DAD6E7
(218,214,231)
#DFDBE9
(223,219,233)
#E4E0EB
(228,224,235)
#E9E5ED
(233,229,237)
#EEEAEF
(238,234,239)
#F3EFF1
(243,239,241)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C2DF; }

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

This text font color is #C6C2DF.


Background Color

.myBgColor { background-color: #C6C2DF; }

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

This div background color is #C6C2DF.


Border color

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

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

This div border color is #C6C2DF.


Opacity

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

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

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

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

This text has shadow with #C6C2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C2DF on black background.


Color preview on white background

This text has color #C6C2DF on white background.



Black color preview on #C6C2DF background

This text has black color on #C6C2DF background.


White color preview on #C6C2DF background

This text has white color on #C6C2DF background.