COLOR #C0C7CE

HEX: #C0C7CE
RGB: (192,199,206)

Color info

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

RGB color model

#C0C7CE color RGB value is (192,199,206).

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

RGB channels and saturation

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

192
199
206

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

Portions of RGB colors in percentages

R + G + B =
192 + 199 + 206 = 597 (100%)
R 192 of 597 ~ 32.16%
G 199 of 597 ~ 33.33%
B 206 of 597 ~ 34.51%

%32.16
%33.33
%34.51

CMYK color model

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

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

CMYK percentages

%6.8
%3.4
%0
%19.22

Codes

Color #C0C7CE in popluar color models

C0C7CE
RGB192199206
HSL210°12.50%78.04%
HSB/HSV210°6.80%80.78%
CMYK6.80%3.40%0.00%
19.22%

Color #C0C7CE in popluar number systems.

HEXC0C7CE
Decimal192199206
Binary110000001100011111001110
Octal300307316

Shades and tints

Shades of #C0C7CE

#C0C7CE
(192,199,206)
#AFB5BC
(175,181,188)
#9EA3AA
(158,163,170)
#8D9198
(141,145,152)
#7C7F86
(124,127,134)
#6B6D74
(107,109,116)
#5A5B62
(90,91,98)
#494950
(73,73,80)
#38373E
(56,55,62)
#27252C
(39,37,44)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #C0C7CE

#C0C7CE
(192,199,206)
#C5CCD2
(197,204,210)
#CAD1D6
(202,209,214)
#CFD6DA
(207,214,218)
#D4DBDE
(212,219,222)
#D9E0E2
(217,224,226)
#DEE5E6
(222,229,230)
#E3EAEA
(227,234,234)
#E8EFEE
(232,239,238)
#EDF4F2
(237,244,242)
#F2F9F6
(242,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C7CE; }

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

This text font color is #C0C7CE.


Background Color

.myBgColor { background-color: #C0C7CE; }

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

This div background color is #C0C7CE.


Border color

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

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

This div border color is #C0C7CE.


Opacity

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

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

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

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

This text has shadow with #C0C7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C7CE on black background.


Color preview on white background

This text has color #C0C7CE on white background.



Black color preview on #C0C7CE background

This text has black color on #C0C7CE background.


White color preview on #C0C7CE background

This text has white color on #C0C7CE background.