COLOR #C0C8CE

HEX: #C0C8CE
RGB: (192,200,206)

Color info

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

RGB color model

#C0C8CE color RGB value is (192,200,206).

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

RGB channels and saturation

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

192
200
206

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

Portions of RGB colors in percentages

R + G + B =
192 + 200 + 206 = 598 (100%)
R 192 of 598 ~ 32.11%
G 200 of 598 ~ 33.44%
B 206 of 598 ~ 34.45%

%32.11
%33.44
%34.45

CMYK color model

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

  • cyan value is 6.80%
  • magenta value is 2.91%
  • 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
%2.91
%0
%19.22

Codes

Color #C0C8CE in popluar color models

C0C8CE
RGB192200206
HSL206°12.50%78.04%
HSB/HSV206°6.80%80.78%
CMYK6.80%2.91%0.00%
19.22%

Color #C0C8CE in popluar number systems.

HEXC0C8CE
Decimal192200206
Binary110000001100100011001110
Octal300310316

Shades and tints

Shades of #C0C8CE

#C0C8CE
(192,200,206)
#AFB6BC
(175,182,188)
#9EA4AA
(158,164,170)
#8D9298
(141,146,152)
#7C8086
(124,128,134)
#6B6E74
(107,110,116)
#5A5C62
(90,92,98)
#494A50
(73,74,80)
#38383E
(56,56,62)
#27262C
(39,38,44)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #C0C8CE

#C0C8CE
(192,200,206)
#C5CDD2
(197,205,210)
#CAD2D6
(202,210,214)
#CFD7DA
(207,215,218)
#D4DCDE
(212,220,222)
#D9E1E2
(217,225,226)
#DEE6E6
(222,230,230)
#E3EBEA
(227,235,234)
#E8F0EE
(232,240,238)
#EDF5F2
(237,245,242)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C8CE; }

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

This text font color is #C0C8CE.


Background Color

.myBgColor { background-color: #C0C8CE; }

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

This div background color is #C0C8CE.


Border color

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

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

This div border color is #C0C8CE.


Opacity

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

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

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

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

This text has shadow with #C0C8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C8CE on black background.


Color preview on white background

This text has color #C0C8CE on white background.



Black color preview on #C0C8CE background

This text has black color on #C0C8CE background.


White color preview on #C0C8CE background

This text has white color on #C0C8CE background.