COLOR #C0C2CB

HEX: #C0C2CB
RGB: (192,194,203)

Color info

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

RGB color model

#C0C2CB color RGB value is (192,194,203).

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

RGB channels and saturation

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

192
194
203

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

Portions of RGB colors in percentages

R + G + B =
192 + 194 + 203 = 589 (100%)
R 192 of 589 ~ 32.6%
G 194 of 589 ~ 32.94%
B 203 of 589 ~ 34.47%

%32.6
%32.94
%34.47

CMYK color model

#C0C2CB color CMYK value is (5,4,0,20).

  • cyan value is 5.42%
  • magenta value is 4.43%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(5,4,0,20)
C5M4Y0K20 
(5%,4%,0%,20%)
(0.05/0.04/0.00/0.20)	

CMYK percentages

%5.42
%4.43
%0
%20.39

Codes

Color #C0C2CB in popluar color models

C0C2CB
RGB192194203
HSL229°9.57%77.45%
HSB/HSV229°5.42%79.61%
CMYK5.42%4.43%0.00%
20.39%

Color #C0C2CB in popluar number systems.

HEXC0C2CB
Decimal192194203
Binary110000001100001011001011
Octal300302313

Shades and tints

Shades of #C0C2CB

#C0C2CB
(192,194,203)
#AFB1B9
(175,177,185)
#9EA0A7
(158,160,167)
#8D8F95
(141,143,149)
#7C7E83
(124,126,131)
#6B6D71
(107,109,113)
#5A5C5F
(90,92,95)
#494B4D
(73,75,77)
#383A3B
(56,58,59)
#272929
(39,41,41)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #C0C2CB

#C0C2CB
(192,194,203)
#C5C7CF
(197,199,207)
#CACCD3
(202,204,211)
#CFD1D7
(207,209,215)
#D4D6DB
(212,214,219)
#D9DBDF
(217,219,223)
#DEE0E3
(222,224,227)
#E3E5E7
(227,229,231)
#E8EAEB
(232,234,235)
#EDEFEF
(237,239,239)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C2CB; }

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

This text font color is #C0C2CB.


Background Color

.myBgColor { background-color: #C0C2CB; }

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

This div background color is #C0C2CB.


Border color

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

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

This div border color is #C0C2CB.


Opacity

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

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

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

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

This text has shadow with #C0C2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C2CB on black background.


Color preview on white background

This text has color #C0C2CB on white background.



Black color preview on #C0C2CB background

This text has black color on #C0C2CB background.


White color preview on #C0C2CB background

This text has white color on #C0C2CB background.