COLOR #C0CCCA

HEX: #C0CCCA
RGB: (192,204,202)

Color info

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

RGB color model

#C0CCCA color RGB value is (192,204,202).

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

RGB channels and saturation

R 192 of 255 = 75%
G 204 of 255 = 80%
B 202 of 255 = 79%

192
204
202

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

Portions of RGB colors in percentages

R + G + B =
192 + 204 + 202 = 598 (100%)
R 192 of 598 ~ 32.11%
G 204 of 598 ~ 34.11%
B 202 of 598 ~ 33.78%

%32.11
%34.11
%33.78

CMYK color model

#C0CCCA color CMYK value is (6,0,1,20).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 20.00%
CMYK:
(6,0,1,20)
C6M0Y1K20 
(6%,0%,1%,20%)
(0.06/0.00/0.01/0.20)	

CMYK percentages

%5.88
%0
%0.98
%20

Codes

Color #C0CCCA in popluar color models

C0CCCA
RGB192204202
HSL170°10.53%77.65%
HSB/HSV170°5.88%80.00%
CMYK5.88%0.00%0.98%
20.00%

Color #C0CCCA in popluar number systems.

HEXC0CCCA
Decimal192204202
Binary110000001100110011001010
Octal300314312

Shades and tints

Shades of #C0CCCA

#C0CCCA
(192,204,202)
#AFBAB8
(175,186,184)
#9EA8A6
(158,168,166)
#8D9694
(141,150,148)
#7C8482
(124,132,130)
#6B7270
(107,114,112)
#5A605E
(90,96,94)
#494E4C
(73,78,76)
#383C3A
(56,60,58)
#272A28
(39,42,40)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #C0CCCA

#C0CCCA
(192,204,202)
#C5D0CE
(197,208,206)
#CAD4D2
(202,212,210)
#CFD8D6
(207,216,214)
#D4DCDA
(212,220,218)
#D9E0DE
(217,224,222)
#DEE4E2
(222,228,226)
#E3E8E6
(227,232,230)
#E8ECEA
(232,236,234)
#EDF0EE
(237,240,238)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CCCA; }

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

This text font color is #C0CCCA.


Background Color

.myBgColor { background-color: #C0CCCA; }

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

This div background color is #C0CCCA.


Border color

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

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

This div border color is #C0CCCA.


Opacity

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

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

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

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

This text has shadow with #C0CCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CCCA on black background.


Color preview on white background

This text has color #C0CCCA on white background.



Black color preview on #C0CCCA background

This text has black color on #C0CCCA background.


White color preview on #C0CCCA background

This text has white color on #C0CCCA background.