COLOR #C2C9CA

HEX: #C2C9CA
RGB: (194,201,202)

Color info

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

RGB color model

#C2C9CA color RGB value is (194,201,202).

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

RGB channels and saturation

R 194 of 255 = 76%
G 201 of 255 = 79%
B 202 of 255 = 79%

194
201
202

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

Portions of RGB colors in percentages

R + G + B =
194 + 201 + 202 = 597 (100%)
R 194 of 597 ~ 32.5%
G 201 of 597 ~ 33.67%
B 202 of 597 ~ 33.84%

%32.5
%33.67
%33.84

CMYK color model

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

  • cyan value is 3.96%
  • magenta value is 0.50%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(4,0,0,21)
C4M0Y0K21 
(4%,0%,0%,21%)
(0.04/0.00/0.00/0.21)	

CMYK percentages

%3.96
%0.5
%0
%20.78

Codes

Color #C2C9CA in popluar color models

C2C9CA
RGB194201202
HSL188°7.02%77.65%
HSB/HSV188°3.96%79.22%
CMYK3.96%0.50%0.00%
20.78%

Color #C2C9CA in popluar number systems.

HEXC2C9CA
Decimal194201202
Binary110000101100100111001010
Octal302311312

Shades and tints

Shades of #C2C9CA

#C2C9CA
(194,201,202)
#B1B7B8
(177,183,184)
#A0A5A6
(160,165,166)
#8F9394
(143,147,148)
#7E8182
(126,129,130)
#6D6F70
(109,111,112)
#5C5D5E
(92,93,94)
#4B4B4C
(75,75,76)
#3A393A
(58,57,58)
#292728
(41,39,40)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #C2C9CA

#C2C9CA
(194,201,202)
#C7CDCE
(199,205,206)
#CCD1D2
(204,209,210)
#D1D5D6
(209,213,214)
#D6D9DA
(214,217,218)
#DBDDDE
(219,221,222)
#E0E1E2
(224,225,226)
#E5E5E6
(229,229,230)
#EAE9EA
(234,233,234)
#EFEDEE
(239,237,238)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C9CA; }

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

This text font color is #C2C9CA.


Background Color

.myBgColor { background-color: #C2C9CA; }

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

This div background color is #C2C9CA.


Border color

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

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

This div border color is #C2C9CA.


Opacity

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

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

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

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

This text has shadow with #C2C9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C9CA on black background.


Color preview on white background

This text has color #C2C9CA on white background.



Black color preview on #C2C9CA background

This text has black color on #C2C9CA background.


White color preview on #C2C9CA background

This text has white color on #C2C9CA background.