COLOR #C0C0CE

HEX: #C0C0CE
RGB: (192,192,206)

Color info

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

RGB color model

#C0C0CE color RGB value is (192,192,206).

  • red value is 192;
  • green value is 192;
  • blue value is 206.
RGB:
(192,192,206)
(75%,75%,81%)

RGB channels and saturation

R 192 of 255 = 75%
G 192 of 255 = 75%
B 206 of 255 = 81%

192
192
206

R + G + B ~ 77%. #C0C0CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 192 + 206 = 590 (100%)
R 192 of 590 ~ 32.54%
G 192 of 590 ~ 32.54%
B 206 of 590 ~ 34.92%

%32.54
%32.54
%34.92

CMYK color model

#C0C0CE color CMYK value is (7,7,0,19).

  • cyan value is 6.80%
  • magenta value is 6.80%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(7,7,0,19)
C7M7Y0K19 
(7%,7%,0%,19%)
(0.07/0.07/0.00/0.19)	

CMYK percentages

%6.8
%6.8
%0
%19.22

Codes

Color #C0C0CE in popluar color models

C0C0CE
RGB192192206
HSL240°12.50%78.04%
HSB/HSV240°6.80%80.78%
CMYK6.80%6.80%0.00%
19.22%

Color #C0C0CE in popluar number systems.

HEXC0C0CE
Decimal192192206
Binary110000001100000011001110
Octal300300316

Shades and tints

Shades of #C0C0CE

#C0C0CE
(192,192,206)
#AFAFBC
(175,175,188)
#9E9EAA
(158,158,170)
#8D8D98
(141,141,152)
#7C7C86
(124,124,134)
#6B6B74
(107,107,116)
#5A5A62
(90,90,98)
#494950
(73,73,80)
#38383E
(56,56,62)
#27272C
(39,39,44)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #C0C0CE

#C0C0CE
(192,192,206)
#C5C5D2
(197,197,210)
#CACAD6
(202,202,214)
#CFCFDA
(207,207,218)
#D4D4DE
(212,212,222)
#D9D9E2
(217,217,226)
#DEDEE6
(222,222,230)
#E3E3EA
(227,227,234)
#E8E8EE
(232,232,238)
#EDEDF2
(237,237,242)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C0CE; }

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

This text font color is #C0C0CE.


Background Color

.myBgColor { background-color: #C0C0CE; }

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

This div background color is #C0C0CE.


Border color

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

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

This div border color is #C0C0CE.


Opacity

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

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

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

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

This text has shadow with #C0C0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C0CE on black background.


Color preview on white background

This text has color #C0C0CE on white background.



Black color preview on #C0C0CE background

This text has black color on #C0C0CE background.


White color preview on #C0C0CE background

This text has white color on #C0C0CE background.