COLOR #C2C9CD

HEX: #C2C9CD
RGB: (194,201,205)

Color info

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

RGB color model

#C2C9CD color RGB value is (194,201,205).

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

RGB channels and saturation

R 194 of 255 = 76%
G 201 of 255 = 79%
B 205 of 255 = 80%

194
201
205

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

Portions of RGB colors in percentages

R + G + B =
194 + 201 + 205 = 600 (100%)
R 194 of 600 ~ 32.33%
G 201 of 600 ~ 33.5%
B 205 of 600 ~ 34.17%

%32.33
%33.5
%34.17

CMYK color model

#C2C9CD color CMYK value is (5,2,0,20).

  • cyan value is 5.37%
  • magenta value is 1.95%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(5,2,0,20)
C5M2Y0K20 
(5%,2%,0%,20%)
(0.05/0.02/0.00/0.20)	

CMYK percentages

%5.37
%1.95
%0
%19.61

Codes

Color #C2C9CD in popluar color models

C2C9CD
RGB194201205
HSL202°9.91%78.24%
HSB/HSV202°5.37%80.39%
CMYK5.37%1.95%0.00%
19.61%

Color #C2C9CD in popluar number systems.

HEXC2C9CD
Decimal194201205
Binary110000101100100111001101
Octal302311315

Shades and tints

Shades of #C2C9CD

#C2C9CD
(194,201,205)
#B1B7BB
(177,183,187)
#A0A5A9
(160,165,169)
#8F9397
(143,147,151)
#7E8185
(126,129,133)
#6D6F73
(109,111,115)
#5C5D61
(92,93,97)
#4B4B4F
(75,75,79)
#3A393D
(58,57,61)
#29272B
(41,39,43)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #C2C9CD

#C2C9CD
(194,201,205)
#C7CDD1
(199,205,209)
#CCD1D5
(204,209,213)
#D1D5D9
(209,213,217)
#D6D9DD
(214,217,221)
#DBDDE1
(219,221,225)
#E0E1E5
(224,225,229)
#E5E5E9
(229,229,233)
#EAE9ED
(234,233,237)
#EFEDF1
(239,237,241)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C9CD; }

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

This text font color is #C2C9CD.


Background Color

.myBgColor { background-color: #C2C9CD; }

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

This div background color is #C2C9CD.


Border color

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

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

This div border color is #C2C9CD.


Opacity

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

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

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

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

This text has shadow with #C2C9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C9CD on black background.


Color preview on white background

This text has color #C2C9CD on white background.



Black color preview on #C2C9CD background

This text has black color on #C2C9CD background.


White color preview on #C2C9CD background

This text has white color on #C2C9CD background.