COLOR #C0C6DF

HEX: #C0C6DF
RGB: (192,198,223)

Color info

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

RGB color model

#C0C6DF color RGB value is (192,198,223).

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

RGB channels and saturation

R 192 of 255 = 75%
G 198 of 255 = 78%
B 223 of 255 = 87%

192
198
223

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

Portions of RGB colors in percentages

R + G + B =
192 + 198 + 223 = 613 (100%)
R 192 of 613 ~ 31.32%
G 198 of 613 ~ 32.3%
B 223 of 613 ~ 36.38%

%31.32
%32.3
%36.38

CMYK color model

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

  • cyan value is 13.90%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(14,11,0,13)
C14M11Y0K13 
(14%,11%,0%,13%)
(0.14/0.11/0.00/0.13)	

CMYK percentages

%13.9
%11.21
%0
%12.55

Codes

Color #C0C6DF in popluar color models

C0C6DF
RGB192198223
HSL228°32.63%81.37%
HSB/HSV228°13.90%87.45%
CMYK13.90%11.21%0.00%
12.55%

Color #C0C6DF in popluar number systems.

HEXC0C6DF
Decimal192198223
Binary110000001100011011011111
Octal300306337

Shades and tints

Shades of #C0C6DF

#C0C6DF
(192,198,223)
#AFB4CB
(175,180,203)
#9EA2B7
(158,162,183)
#8D90A3
(141,144,163)
#7C7E8F
(124,126,143)
#6B6C7B
(107,108,123)
#5A5A67
(90,90,103)
#494853
(73,72,83)
#38363F
(56,54,63)
#27242B
(39,36,43)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #C0C6DF

#C0C6DF
(192,198,223)
#C5CBE1
(197,203,225)
#CAD0E3
(202,208,227)
#CFD5E5
(207,213,229)
#D4DAE7
(212,218,231)
#D9DFE9
(217,223,233)
#DEE4EB
(222,228,235)
#E3E9ED
(227,233,237)
#E8EEEF
(232,238,239)
#EDF3F1
(237,243,241)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C6DF; }

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

This text font color is #C0C6DF.


Background Color

.myBgColor { background-color: #C0C6DF; }

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

This div background color is #C0C6DF.


Border color

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

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

This div border color is #C0C6DF.


Opacity

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

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

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

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

This text has shadow with #C0C6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C6DF on black background.


Color preview on white background

This text has color #C0C6DF on white background.



Black color preview on #C0C6DF background

This text has black color on #C0C6DF background.


White color preview on #C0C6DF background

This text has white color on #C0C6DF background.