COLOR #C0C5CE

HEX: #C0C5CE
RGB: (192,197,206)

Color info

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

RGB color model

#C0C5CE color RGB value is (192,197,206).

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

RGB channels and saturation

R 192 of 255 = 75%
G 197 of 255 = 77%
B 206 of 255 = 81%

192
197
206

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

Portions of RGB colors in percentages

R + G + B =
192 + 197 + 206 = 595 (100%)
R 192 of 595 ~ 32.27%
G 197 of 595 ~ 33.11%
B 206 of 595 ~ 34.62%

%32.27
%33.11
%34.62

CMYK color model

#C0C5CE color CMYK value is (7,4,0,19).

  • cyan value is 6.80%
  • magenta value is 4.37%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(7,4,0,19)
C7M4Y0K19 
(7%,4%,0%,19%)
(0.07/0.04/0.00/0.19)	

CMYK percentages

%6.8
%4.37
%0
%19.22

Codes

Color #C0C5CE in popluar color models

C0C5CE
RGB192197206
HSL219°12.50%78.04%
HSB/HSV219°6.80%80.78%
CMYK6.80%4.37%0.00%
19.22%

Color #C0C5CE in popluar number systems.

HEXC0C5CE
Decimal192197206
Binary110000001100010111001110
Octal300305316

Shades and tints

Shades of #C0C5CE

#C0C5CE
(192,197,206)
#AFB4BC
(175,180,188)
#9EA3AA
(158,163,170)
#8D9298
(141,146,152)
#7C8186
(124,129,134)
#6B7074
(107,112,116)
#5A5F62
(90,95,98)
#494E50
(73,78,80)
#383D3E
(56,61,62)
#272C2C
(39,44,44)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #C0C5CE

#C0C5CE
(192,197,206)
#C5CAD2
(197,202,210)
#CACFD6
(202,207,214)
#CFD4DA
(207,212,218)
#D4D9DE
(212,217,222)
#D9DEE2
(217,222,226)
#DEE3E6
(222,227,230)
#E3E8EA
(227,232,234)
#E8EDEE
(232,237,238)
#EDF2F2
(237,242,242)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C5CE; }

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

This text font color is #C0C5CE.


Background Color

.myBgColor { background-color: #C0C5CE; }

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

This div background color is #C0C5CE.


Border color

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

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

This div border color is #C0C5CE.


Opacity

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

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

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

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

This text has shadow with #C0C5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C5CE on black background.


Color preview on white background

This text has color #C0C5CE on white background.



Black color preview on #C0C5CE background

This text has black color on #C0C5CE background.


White color preview on #C0C5CE background

This text has white color on #C0C5CE background.