COLOR #C2CAC8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

194
202
200

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

Portions of RGB colors in percentages

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

%32.55
%33.89
%33.56

CMYK color model

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

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

CMYK percentages

%3.96
%0
%0.99
%20.78

Codes

Color #C2CAC8 in popluar color models

C2CAC8
RGB194202200
HSL165°7.02%77.65%
HSB/HSV165°3.96%79.22%
CMYK3.96%0.00%0.99%
20.78%

Color #C2CAC8 in popluar number systems.

HEXC2CAC8
Decimal194202200
Binary110000101100101011001000
Octal302312310

Shades and tints

Shades of #C2CAC8

#C2CAC8
(194,202,200)
#B1B8B6
(177,184,182)
#A0A6A4
(160,166,164)
#8F9492
(143,148,146)
#7E8280
(126,130,128)
#6D706E
(109,112,110)
#5C5E5C
(92,94,92)
#4B4C4A
(75,76,74)
#3A3A38
(58,58,56)
#292826
(41,40,38)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #C2CAC8

#C2CAC8
(194,202,200)
#C7CECD
(199,206,205)
#CCD2D2
(204,210,210)
#D1D6D7
(209,214,215)
#D6DADC
(214,218,220)
#DBDEE1
(219,222,225)
#E0E2E6
(224,226,230)
#E5E6EB
(229,230,235)
#EAEAF0
(234,234,240)
#EFEEF5
(239,238,245)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CAC8; }

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

This text font color is #C2CAC8.


Background Color

.myBgColor { background-color: #C2CAC8; }

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

This div background color is #C2CAC8.


Border color

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

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

This div border color is #C2CAC8.


Opacity

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

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

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

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

This text has shadow with #C2CAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CAC8 on black background.


Color preview on white background

This text has color #C2CAC8 on white background.



Black color preview on #C2CAC8 background

This text has black color on #C2CAC8 background.


White color preview on #C2CAC8 background

This text has white color on #C2CAC8 background.