COLOR #C0C2CD

HEX: #C0C2CD
RGB: (192,194,205)

Color info

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

RGB color model

#C0C2CD color RGB value is (192,194,205).

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

RGB channels and saturation

R 192 of 255 = 75%
G 194 of 255 = 76%
B 205 of 255 = 80%

192
194
205

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

Portions of RGB colors in percentages

R + G + B =
192 + 194 + 205 = 591 (100%)
R 192 of 591 ~ 32.49%
G 194 of 591 ~ 32.83%
B 205 of 591 ~ 34.69%

%32.49
%32.83
%34.69

CMYK color model

#C0C2CD color CMYK value is (6,5,0,20).

  • cyan value is 6.34%
  • magenta value is 5.37%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(6,5,0,20)
C6M5Y0K20 
(6%,5%,0%,20%)
(0.06/0.05/0.00/0.20)	

CMYK percentages

%6.34
%5.37
%0
%19.61

Codes

Color #C0C2CD in popluar color models

C0C2CD
RGB192194205
HSL231°11.50%77.84%
HSB/HSV231°6.34%80.39%
CMYK6.34%5.37%0.00%
19.61%

Color #C0C2CD in popluar number systems.

HEXC0C2CD
Decimal192194205
Binary110000001100001011001101
Octal300302315

Shades and tints

Shades of #C0C2CD

#C0C2CD
(192,194,205)
#AFB1BB
(175,177,187)
#9EA0A9
(158,160,169)
#8D8F97
(141,143,151)
#7C7E85
(124,126,133)
#6B6D73
(107,109,115)
#5A5C61
(90,92,97)
#494B4F
(73,75,79)
#383A3D
(56,58,61)
#27292B
(39,41,43)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #C0C2CD

#C0C2CD
(192,194,205)
#C5C7D1
(197,199,209)
#CACCD5
(202,204,213)
#CFD1D9
(207,209,217)
#D4D6DD
(212,214,221)
#D9DBE1
(217,219,225)
#DEE0E5
(222,224,229)
#E3E5E9
(227,229,233)
#E8EAED
(232,234,237)
#EDEFF1
(237,239,241)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C2CD; }

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

This text font color is #C0C2CD.


Background Color

.myBgColor { background-color: #C0C2CD; }

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

This div background color is #C0C2CD.


Border color

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

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

This div border color is #C0C2CD.


Opacity

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

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

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

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

This text has shadow with #C0C2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C2CD on black background.


Color preview on white background

This text has color #C0C2CD on white background.



Black color preview on #C0C2CD background

This text has black color on #C0C2CD background.


White color preview on #C0C2CD background

This text has white color on #C0C2CD background.