COLOR #C2C9CF

HEX: #C2C9CF
RGB: (194,201,207)

Color info

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

RGB color model

#C2C9CF color RGB value is (194,201,207).

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

RGB channels and saturation

R 194 of 255 = 76%
G 201 of 255 = 79%
B 207 of 255 = 81%

194
201
207

R + G + B ~ 79%. #C2C9CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 201 + 207 = 602 (100%)
R 194 of 602 ~ 32.23%
G 201 of 602 ~ 33.39%
B 207 of 602 ~ 34.39%

%32.23
%33.39
%34.39

CMYK color model

#C2C9CF color CMYK value is (6,3,0,19).

  • cyan value is 6.28%
  • magenta value is 2.90%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(6,3,0,19)
C6M3Y0K19 
(6%,3%,0%,19%)
(0.06/0.03/0.00/0.19)	

CMYK percentages

%6.28
%2.9
%0
%18.82

Codes

Color #C2C9CF in popluar color models

C2C9CF
RGB194201207
HSL208°11.93%78.63%
HSB/HSV208°6.28%81.18%
CMYK6.28%2.90%0.00%
18.82%

Color #C2C9CF in popluar number systems.

HEXC2C9CF
Decimal194201207
Binary110000101100100111001111
Octal302311317

Shades and tints

Shades of #C2C9CF

#C2C9CF
(194,201,207)
#B1B7BD
(177,183,189)
#A0A5AB
(160,165,171)
#8F9399
(143,147,153)
#7E8187
(126,129,135)
#6D6F75
(109,111,117)
#5C5D63
(92,93,99)
#4B4B51
(75,75,81)
#3A393F
(58,57,63)
#29272D
(41,39,45)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #C2C9CF

#C2C9CF
(194,201,207)
#C7CDD3
(199,205,211)
#CCD1D7
(204,209,215)
#D1D5DB
(209,213,219)
#D6D9DF
(214,217,223)
#DBDDE3
(219,221,227)
#E0E1E7
(224,225,231)
#E5E5EB
(229,229,235)
#EAE9EF
(234,233,239)
#EFEDF3
(239,237,243)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C9CF; }

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

This text font color is #C2C9CF.


Background Color

.myBgColor { background-color: #C2C9CF; }

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

This div background color is #C2C9CF.


Border color

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

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

This div border color is #C2C9CF.


Opacity

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

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

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

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

This text has shadow with #C2C9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C9CF on black background.


Color preview on white background

This text has color #C2C9CF on white background.



Black color preview on #C2C9CF background

This text has black color on #C2C9CF background.


White color preview on #C2C9CF background

This text has white color on #C2C9CF background.