COLOR #C2C9D1

HEX: #C2C9D1
RGB: (194,201,209)

Color info

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

RGB color model

#C2C9D1 color RGB value is (194,201,209).

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

RGB channels and saturation

R 194 of 255 = 76%
G 201 of 255 = 79%
B 209 of 255 = 82%

194
201
209

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

Portions of RGB colors in percentages

R + G + B =
194 + 201 + 209 = 604 (100%)
R 194 of 604 ~ 32.12%
G 201 of 604 ~ 33.28%
B 209 of 604 ~ 34.6%

%32.12
%33.28
%34.6

CMYK color model

#C2C9D1 color CMYK value is (7,4,0,18).

  • cyan value is 7.18%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(7,4,0,18)
C7M4Y0K18 
(7%,4%,0%,18%)
(0.07/0.04/0.00/0.18)	

CMYK percentages

%7.18
%3.83
%0
%18.04

Codes

Color #C2C9D1 in popluar color models

C2C9D1
RGB194201209
HSL212°14.02%79.02%
HSB/HSV212°7.18%81.96%
CMYK7.18%3.83%0.00%
18.04%

Color #C2C9D1 in popluar number systems.

HEXC2C9D1
Decimal194201209
Binary110000101100100111010001
Octal302311321

Shades and tints

Shades of #C2C9D1

#C2C9D1
(194,201,209)
#B1B7BE
(177,183,190)
#A0A5AB
(160,165,171)
#8F9398
(143,147,152)
#7E8185
(126,129,133)
#6D6F72
(109,111,114)
#5C5D5F
(92,93,95)
#4B4B4C
(75,75,76)
#3A3939
(58,57,57)
#292726
(41,39,38)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #C2C9D1

#C2C9D1
(194,201,209)
#C7CDD5
(199,205,213)
#CCD1D9
(204,209,217)
#D1D5DD
(209,213,221)
#D6D9E1
(214,217,225)
#DBDDE5
(219,221,229)
#E0E1E9
(224,225,233)
#E5E5ED
(229,229,237)
#EAE9F1
(234,233,241)
#EFEDF5
(239,237,245)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C9D1; }

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

This text font color is #C2C9D1.


Background Color

.myBgColor { background-color: #C2C9D1; }

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

This div background color is #C2C9D1.


Border color

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

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

This div border color is #C2C9D1.


Opacity

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

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

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

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

This text has shadow with #C2C9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C9D1 on black background.


Color preview on white background

This text has color #C2C9D1 on white background.



Black color preview on #C2C9D1 background

This text has black color on #C2C9D1 background.


White color preview on #C2C9D1 background

This text has white color on #C2C9D1 background.