COLOR #C8CAC8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

200
202
200

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

Portions of RGB colors in percentages

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

%33.22
%33.55
%33.22

CMYK color model

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

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

CMYK percentages

%0.99
%0
%0.99
%20.78

Codes

Color #C8CAC8 in popluar color models

C8CAC8
RGB200202200
HSL120°1.85%78.82%
HSB/HSV120°0.99%79.22%
CMYK0.99%0.00%0.99%
20.78%

Color #C8CAC8 in popluar number systems.

HEXC8CAC8
Decimal200202200
Binary110010001100101011001000
Octal310312310

Shades and tints

Shades of #C8CAC8

#C8CAC8
(200,202,200)
#B6B8B6
(182,184,182)
#A4A6A4
(164,166,164)
#929492
(146,148,146)
#808280
(128,130,128)
#6E706E
(110,112,110)
#5C5E5C
(92,94,92)
#4A4C4A
(74,76,74)
#383A38
(56,58,56)
#262826
(38,40,38)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #C8CAC8

#C8CAC8
(200,202,200)
#CDCECD
(205,206,205)
#D2D2D2
(210,210,210)
#D7D6D7
(215,214,215)
#DCDADC
(220,218,220)
#E1DEE1
(225,222,225)
#E6E2E6
(230,226,230)
#EBE6EB
(235,230,235)
#F0EAF0
(240,234,240)
#F5EEF5
(245,238,245)
#FAF2FA
(250,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CAC8; }

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

This text font color is #C8CAC8.


Background Color

.myBgColor { background-color: #C8CAC8; }

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

This div background color is #C8CAC8.


Border color

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

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

This div border color is #C8CAC8.


Opacity

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

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

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

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

This text has shadow with #C8CAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CAC8 on black background.


Color preview on white background

This text has color #C8CAC8 on white background.



Black color preview on #C8CAC8 background

This text has black color on #C8CAC8 background.


White color preview on #C8CAC8 background

This text has white color on #C8CAC8 background.