COLOR #C0CAC5

HEX: #C0CAC5
RGB: (192,202,197)

Color info

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

RGB color model

#C0CAC5 color RGB value is (192,202,197).

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

RGB channels and saturation

R 192 of 255 = 75%
G 202 of 255 = 79%
B 197 of 255 = 77%

192
202
197

R + G + B ~ 77%. #C0CAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 202 + 197 = 591 (100%)
R 192 of 591 ~ 32.49%
G 202 of 591 ~ 34.18%
B 197 of 591 ~ 33.33%

%32.49
%34.18
%33.33

CMYK color model

#C0CAC5 color CMYK value is (5,0,2,21).

  • cyan value is 4.95%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 20.78%
CMYK:
(5,0,2,21)
C5M0Y2K21 
(5%,0%,2%,21%)
(0.05/0.00/0.02/0.21)	

CMYK percentages

%4.95
%0
%2.48
%20.78

Codes

Color #C0CAC5 in popluar color models

C0CAC5
RGB192202197
HSL150°8.62%77.25%
HSB/HSV150°4.95%79.22%
CMYK4.95%0.00%2.48%
20.78%

Color #C0CAC5 in popluar number systems.

HEXC0CAC5
Decimal192202197
Binary110000001100101011000101
Octal300312305

Shades and tints

Shades of #C0CAC5

#C0CAC5
(192,202,197)
#AFB8B4
(175,184,180)
#9EA6A3
(158,166,163)
#8D9492
(141,148,146)
#7C8281
(124,130,129)
#6B7070
(107,112,112)
#5A5E5F
(90,94,95)
#494C4E
(73,76,78)
#383A3D
(56,58,61)
#27282C
(39,40,44)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #C0CAC5

#C0CAC5
(192,202,197)
#C5CECA
(197,206,202)
#CAD2CF
(202,210,207)
#CFD6D4
(207,214,212)
#D4DAD9
(212,218,217)
#D9DEDE
(217,222,222)
#DEE2E3
(222,226,227)
#E3E6E8
(227,230,232)
#E8EAED
(232,234,237)
#EDEEF2
(237,238,242)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CAC5; }

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

This text font color is #C0CAC5.


Background Color

.myBgColor { background-color: #C0CAC5; }

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

This div background color is #C0CAC5.


Border color

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

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

This div border color is #C0CAC5.


Opacity

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

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

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

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

This text has shadow with #C0CAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CAC5 on black background.


Color preview on white background

This text has color #C0CAC5 on white background.



Black color preview on #C0CAC5 background

This text has black color on #C0CAC5 background.


White color preview on #C0CAC5 background

This text has white color on #C0CAC5 background.