COLOR #C0CAD0

HEX: #C0CAD0
RGB: (192,202,208)

Color info

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

RGB color model

#C0CAD0 color RGB value is (192,202,208).

  • red value is 192;
  • green value is 202;
  • blue value is 208.
RGB:
(192,202,208)
(75%,79%,82%)

RGB channels and saturation

R 192 of 255 = 75%
G 202 of 255 = 79%
B 208 of 255 = 82%

192
202
208

R + G + B ~ 79%. #C0CAD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 202 + 208 = 602 (100%)
R 192 of 602 ~ 31.89%
G 202 of 602 ~ 33.55%
B 208 of 602 ~ 34.55%

%31.89
%33.55
%34.55

CMYK color model

#C0CAD0 color CMYK value is (8,3,0,18).

  • cyan value is 7.69%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(8,3,0,18)
C8M3Y0K18 
(8%,3%,0%,18%)
(0.08/0.03/0.00/0.18)	

CMYK percentages

%7.69
%2.88
%0
%18.43

Codes

Color #C0CAD0 in popluar color models

C0CAD0
RGB192202208
HSL203°14.55%78.43%
HSB/HSV203°7.69%81.57%
CMYK7.69%2.88%0.00%
18.43%

Color #C0CAD0 in popluar number systems.

HEXC0CAD0
Decimal192202208
Binary110000001100101011010000
Octal300312320

Shades and tints

Shades of #C0CAD0

#C0CAD0
(192,202,208)
#AFB8BE
(175,184,190)
#9EA6AC
(158,166,172)
#8D949A
(141,148,154)
#7C8288
(124,130,136)
#6B7076
(107,112,118)
#5A5E64
(90,94,100)
#494C52
(73,76,82)
#383A40
(56,58,64)
#27282E
(39,40,46)
#16161C
(22,22,28)
#000000
(0,0,0)

Tints of #C0CAD0

#C0CAD0
(192,202,208)
#C5CED4
(197,206,212)
#CAD2D8
(202,210,216)
#CFD6DC
(207,214,220)
#D4DAE0
(212,218,224)
#D9DEE4
(217,222,228)
#DEE2E8
(222,226,232)
#E3E6EC
(227,230,236)
#E8EAF0
(232,234,240)
#EDEEF4
(237,238,244)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0CAD0 color. Also use rgb(192,202,208) instead hex code.

Text Font Color

.myTextColor { color: #C0CAD0; }

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

This text font color is #C0CAD0.


Background Color

.myBgColor { background-color: #C0CAD0; }

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

This div background color is #C0CAD0.


Border color

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

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

This div border color is #C0CAD0.


Opacity

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

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

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

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

This text has shadow with #C0CAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CAD0 on black background.


Color preview on white background

This text has color #C0CAD0 on white background.



Black color preview on #C0CAD0 background

This text has black color on #C0CAD0 background.


White color preview on #C0CAD0 background

This text has white color on #C0CAD0 background.