COLOR #C2C6DC

HEX: #C2C6DC
RGB: (194,198,220)

Color info

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

RGB color model

#C2C6DC color RGB value is (194,198,220).

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

RGB channels and saturation

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

194
198
220

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

Portions of RGB colors in percentages

R + G + B =
194 + 198 + 220 = 612 (100%)
R 194 of 612 ~ 31.7%
G 198 of 612 ~ 32.35%
B 220 of 612 ~ 35.95%

%31.7
%32.35
%35.95

CMYK color model

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

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

CMYK percentages

%11.82
%10
%0
%13.73

Codes

Color #C2C6DC in popluar color models

C2C6DC
RGB194198220
HSL231°27.08%81.18%
HSB/HSV231°11.82%86.27%
CMYK11.82%10.00%0.00%
13.73%

Color #C2C6DC in popluar number systems.

HEXC2C6DC
Decimal194198220
Binary110000101100011011011100
Octal302306334

Shades and tints

Shades of #C2C6DC

#C2C6DC
(194,198,220)
#B1B4C8
(177,180,200)
#A0A2B4
(160,162,180)
#8F90A0
(143,144,160)
#7E7E8C
(126,126,140)
#6D6C78
(109,108,120)
#5C5A64
(92,90,100)
#4B4850
(75,72,80)
#3A363C
(58,54,60)
#292428
(41,36,40)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #C2C6DC

#C2C6DC
(194,198,220)
#C7CBDF
(199,203,223)
#CCD0E2
(204,208,226)
#D1D5E5
(209,213,229)
#D6DAE8
(214,218,232)
#DBDFEB
(219,223,235)
#E0E4EE
(224,228,238)
#E5E9F1
(229,233,241)
#EAEEF4
(234,238,244)
#EFF3F7
(239,243,247)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C6DC; }

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

This text font color is #C2C6DC.


Background Color

.myBgColor { background-color: #C2C6DC; }

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

This div background color is #C2C6DC.


Border color

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

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

This div border color is #C2C6DC.


Opacity

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

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

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

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

This text has shadow with #C2C6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C6DC on black background.


Color preview on white background

This text has color #C2C6DC on white background.



Black color preview on #C2C6DC background

This text has black color on #C2C6DC background.


White color preview on #C2C6DC background

This text has white color on #C2C6DC background.