COLOR #C8C8CA

HEX: #C8C8CA RGB: (200,200,202)

Color info

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

RGB color model

#C8C8CA color RGB value is (200,200,202).

RGB: (200,200,202) (78%, 78%, 79%)

RGB channels and saturation

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

200
200
202

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

Portions of RGB colors in percentages

R + G + B = 200 + 200 + 202 = 602 (100%)
R 200 of 602 ~ 33.22%
G 200 of 602 ~ 33.22%
B 202 of 602 ~ 33.55'%

%33.22
%33.22
%33.55

CMYK color model

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

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

CMYK percentages

%0.99
%0.99
%0
%20.78

Codes

Color #C8C8CA in popluar color models

C8 C8 CA
RGB 200 200 202
HSL 240° 1.85% 78.82%
HSB/HSV 240° 0.99% 79.22%
CMYK 0.99% 0.99% 0.00%
20.78%

Color #C8C8CA in popluar number systems.

HEX C8 C8 CA
Decimal 200 200 202
Binary 11001000 11001000 11001010
Octal 310 310 312

Shades and tints

Shades of #C8C8CA

#C8C8CA
(200,200,202)
#B6B6B8
(182,182,184)
#A4A4A6
(164,164,166)
#929294
(146,146,148)
#808082
(128,128,130)
#6E6E70
(110,110,112)
#5C5C5E
(92,92,94)
#4A4A4C
(74,74,76)
#38383A
(56,56,58)
#262628
(38,38,40)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #C8C8CA

#C8C8CA
(200,200,202)
#CDCDCE
(205,205,206)
#D2D2D2
(210,210,210)
#D7D7D6
(215,215,214)
#DCDCDA
(220,220,218)
#E1E1DE
(225,225,222)
#E6E6E2
(230,230,226)
#EBEBE6
(235,235,230)
#F0F0EA
(240,240,234)
#F5F5EE
(245,245,238)
#FAFAF2
(250,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C8CA; }

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

This text font color is #C8C8CA.

Background Color

.myBgColor { background-color: #C8C8CA; }

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

This div background color is #C8C8CA.

Border color

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

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

This div border color is #C8C8CA.

Opacity

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

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

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

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

This text has shadow with #C8C8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C8CA.

Preview

Color preview on black background

This text has color #C8C8CA on black background.


Color preview on white background

This text has color #C8C8CA on white background.


Black color preview on #C8C8CA background

This text has black color on #C8C8CA background.


White color preview on #C8C8CA background

This text has white color on #C8C8CA background.


Related colors

Complementary color

Complementary color for #hex is #373735.


I love getcolorcode.com