COLOR #C0C2DC

HEX: #C0C2DC
RGB: (192,194,220)

Color info

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

RGB color model

#C0C2DC color RGB value is (192,194,220).

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

RGB channels and saturation

R 192 of 255 = 75%
G 194 of 255 = 76%
B 220 of 255 = 86%

192
194
220

R + G + B ~ 79%. #C0C2DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 194 + 220 = 606 (100%)
R 192 of 606 ~ 31.68%
G 194 of 606 ~ 32.01%
B 220 of 606 ~ 36.3%

%31.68
%32.01
%36.3

CMYK color model

#C0C2DC color CMYK value is (13,12,0,14).

  • cyan value is 12.73%
  • magenta value is 11.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(13,12,0,14)
C13M12Y0K14 
(13%,12%,0%,14%)
(0.13/0.12/0.00/0.14)	

CMYK percentages

%12.73
%11.82
%0
%13.73

Codes

Color #C0C2DC in popluar color models

C0C2DC
RGB192194220
HSL236°28.57%80.78%
HSB/HSV236°12.73%86.27%
CMYK12.73%11.82%0.00%
13.73%

Color #C0C2DC in popluar number systems.

HEXC0C2DC
Decimal192194220
Binary110000001100001011011100
Octal300302334

Shades and tints

Shades of #C0C2DC

#C0C2DC
(192,194,220)
#AFB1C8
(175,177,200)
#9EA0B4
(158,160,180)
#8D8FA0
(141,143,160)
#7C7E8C
(124,126,140)
#6B6D78
(107,109,120)
#5A5C64
(90,92,100)
#494B50
(73,75,80)
#383A3C
(56,58,60)
#272928
(39,41,40)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #C0C2DC

#C0C2DC
(192,194,220)
#C5C7DF
(197,199,223)
#CACCE2
(202,204,226)
#CFD1E5
(207,209,229)
#D4D6E8
(212,214,232)
#D9DBEB
(217,219,235)
#DEE0EE
(222,224,238)
#E3E5F1
(227,229,241)
#E8EAF4
(232,234,244)
#EDEFF7
(237,239,247)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C2DC; }

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

This text font color is #C0C2DC.


Background Color

.myBgColor { background-color: #C0C2DC; }

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

This div background color is #C0C2DC.


Border color

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

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

This div border color is #C0C2DC.


Opacity

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

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

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

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

This text has shadow with #C0C2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C2DC on black background.


Color preview on white background

This text has color #C0C2DC on white background.



Black color preview on #C0C2DC background

This text has black color on #C0C2DC background.


White color preview on #C0C2DC background

This text has white color on #C0C2DC background.