COLOR #C8CAC2

HEX: #C8CAC2
RGB: (200,202,194)

Color info

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

RGB color model

#C8CAC2 color RGB value is (200,202,194).

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

RGB channels and saturation

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

200
202
194

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

Portions of RGB colors in percentages

R + G + B =
200 + 202 + 194 = 596 (100%)
R 200 of 596 ~ 33.56%
G 202 of 596 ~ 33.89%
B 194 of 596 ~ 32.55%

%33.56
%33.89
%32.55

CMYK color model

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

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

CMYK percentages

%0.99
%0
%3.96
%20.78

Codes

Color #C8CAC2 in popluar color models

C8CAC2
RGB200202194
HSL75°7.02%77.65%
HSB/HSV75°3.96%79.22%
CMYK0.99%0.00%3.96%
20.78%

Color #C8CAC2 in popluar number systems.

HEXC8CAC2
Decimal200202194
Binary110010001100101011000010
Octal310312302

Shades and tints

Shades of #C8CAC2

#C8CAC2
(200,202,194)
#B6B8B1
(182,184,177)
#A4A6A0
(164,166,160)
#92948F
(146,148,143)
#80827E
(128,130,126)
#6E706D
(110,112,109)
#5C5E5C
(92,94,92)
#4A4C4B
(74,76,75)
#383A3A
(56,58,58)
#262829
(38,40,41)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #C8CAC2

#C8CAC2
(200,202,194)
#CDCEC7
(205,206,199)
#D2D2CC
(210,210,204)
#D7D6D1
(215,214,209)
#DCDAD6
(220,218,214)
#E1DEDB
(225,222,219)
#E6E2E0
(230,226,224)
#EBE6E5
(235,230,229)
#F0EAEA
(240,234,234)
#F5EEEF
(245,238,239)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CAC2; }

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

This text font color is #C8CAC2.


Background Color

.myBgColor { background-color: #C8CAC2; }

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

This div background color is #C8CAC2.


Border color

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

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

This div border color is #C8CAC2.


Opacity

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

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

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

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

This text has shadow with #C8CAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CAC2 on black background.


Color preview on white background

This text has color #C8CAC2 on white background.



Black color preview on #C8CAC2 background

This text has black color on #C8CAC2 background.


White color preview on #C8CAC2 background

This text has white color on #C8CAC2 background.