COLOR #C8C0CA

HEX: #C8C0CA
RGB: (200,192,202)

Color info

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

RGB color model

#C8C0CA color RGB value is (200,192,202).

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

RGB channels and saturation

R 200 of 255 = 78%
G 192 of 255 = 75%
B 202 of 255 = 79%

200
192
202

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

Portions of RGB colors in percentages

R + G + B =
200 + 192 + 202 = 594 (100%)
R 200 of 594 ~ 33.67%
G 192 of 594 ~ 32.32%
B 202 of 594 ~ 34.01%

%33.67
%32.32
%34.01

CMYK color model

#C8C0CA color CMYK value is (1,5,0,21).

  • cyan value is 0.99%
  • magenta value is 4.95%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(1,5,0,21)
C1M5Y0K21 
(1%,5%,0%,21%)
(0.01/0.05/0.00/0.21)	

CMYK percentages

%0.99
%4.95
%0
%20.78

Codes

Color #C8C0CA in popluar color models

C8C0CA
RGB200192202
HSL288°8.62%77.25%
HSB/HSV288°4.95%79.22%
CMYK0.99%4.95%0.00%
20.78%

Color #C8C0CA in popluar number systems.

HEXC8C0CA
Decimal200192202
Binary110010001100000011001010
Octal310300312

Shades and tints

Shades of #C8C0CA

#C8C0CA
(200,192,202)
#B6AFB8
(182,175,184)
#A49EA6
(164,158,166)
#928D94
(146,141,148)
#807C82
(128,124,130)
#6E6B70
(110,107,112)
#5C5A5E
(92,90,94)
#4A494C
(74,73,76)
#38383A
(56,56,58)
#262728
(38,39,40)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #C8C0CA

#C8C0CA
(200,192,202)
#CDC5CE
(205,197,206)
#D2CAD2
(210,202,210)
#D7CFD6
(215,207,214)
#DCD4DA
(220,212,218)
#E1D9DE
(225,217,222)
#E6DEE2
(230,222,226)
#EBE3E6
(235,227,230)
#F0E8EA
(240,232,234)
#F5EDEE
(245,237,238)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C0CA; }

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

This text font color is #C8C0CA.


Background Color

.myBgColor { background-color: #C8C0CA; }

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

This div background color is #C8C0CA.


Border color

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

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

This div border color is #C8C0CA.


Opacity

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

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

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

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

This text has shadow with #C8C0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C0CA on black background.


Color preview on white background

This text has color #C8C0CA on white background.



Black color preview on #C8C0CA background

This text has black color on #C8C0CA background.


White color preview on #C8C0CA background

This text has white color on #C8C0CA background.