COLOR #C0C7CB

HEX: #C0C7CB
RGB: (192,199,203)

Color info

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

RGB color model

#C0C7CB color RGB value is (192,199,203).

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

RGB channels and saturation

R 192 of 255 = 75%
G 199 of 255 = 78%
B 203 of 255 = 80%

192
199
203

R + G + B ~ 78%. #C0C7CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 199 + 203 = 594 (100%)
R 192 of 594 ~ 32.32%
G 199 of 594 ~ 33.5%
B 203 of 594 ~ 34.18%

%32.32
%33.5
%34.18

CMYK color model

#C0C7CB color CMYK value is (5,2,0,20).

  • cyan value is 5.42%
  • magenta value is 1.97%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(5,2,0,20)
C5M2Y0K20 
(5%,2%,0%,20%)
(0.05/0.02/0.00/0.20)	

CMYK percentages

%5.42
%1.97
%0
%20.39

Codes

Color #C0C7CB in popluar color models

C0C7CB
RGB192199203
HSL202°9.57%77.45%
HSB/HSV202°5.42%79.61%
CMYK5.42%1.97%0.00%
20.39%

Color #C0C7CB in popluar number systems.

HEXC0C7CB
Decimal192199203
Binary110000001100011111001011
Octal300307313

Shades and tints

Shades of #C0C7CB

#C0C7CB
(192,199,203)
#AFB5B9
(175,181,185)
#9EA3A7
(158,163,167)
#8D9195
(141,145,149)
#7C7F83
(124,127,131)
#6B6D71
(107,109,113)
#5A5B5F
(90,91,95)
#49494D
(73,73,77)
#38373B
(56,55,59)
#272529
(39,37,41)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #C0C7CB

#C0C7CB
(192,199,203)
#C5CCCF
(197,204,207)
#CAD1D3
(202,209,211)
#CFD6D7
(207,214,215)
#D4DBDB
(212,219,219)
#D9E0DF
(217,224,223)
#DEE5E3
(222,229,227)
#E3EAE7
(227,234,231)
#E8EFEB
(232,239,235)
#EDF4EF
(237,244,239)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C7CB; }

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

This text font color is #C0C7CB.


Background Color

.myBgColor { background-color: #C0C7CB; }

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

This div background color is #C0C7CB.


Border color

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

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

This div border color is #C0C7CB.


Opacity

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

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

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

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

This text has shadow with #C0C7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C7CB on black background.


Color preview on white background

This text has color #C0C7CB on white background.



Black color preview on #C0C7CB background

This text has black color on #C0C7CB background.


White color preview on #C0C7CB background

This text has white color on #C0C7CB background.