COLOR #C9C2CF

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

Color info

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

RGB color model

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

RGB: (201,194,207) (79%, 76%, 81%)

RGB channels and saturation

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

201
194
207

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

Portions of RGB colors in percentages

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

%33.39
%32.23
%34.39

CMYK color model

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

  • cyan value is 2.90%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (3,6,0,19)
C3M6Y0K19 (3%, 6%, 0%, 19%)
(0.03 / 0.06 / 0.00 / 0.19)

CMYK percentages

%2.9
%6.28
%0
%18.82

Codes

Color #C9C2CF in popluar color models

C9 C2 CF
RGB 201 194 207
HSL 272° 11.93% 78.63%
HSB/HSV 272° 6.28% 81.18%
CMYK 2.90% 6.28% 0.00%
18.82%

Color #C9C2CF in popluar number systems.

HEX C9 C2 CF
Decimal 201 194 207
Binary 11001001 11000010 11001111
Octal 311 302 317

Shades and tints

Shades of #C9C2CF

#C9C2CF
(201,194,207)
#B7B1BD
(183,177,189)
#A5A0AB
(165,160,171)
#938F99
(147,143,153)
#817E87
(129,126,135)
#6F6D75
(111,109,117)
#5D5C63
(93,92,99)
#4B4B51
(75,75,81)
#393A3F
(57,58,63)
#27292D
(39,41,45)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #C9C2CF

#C9C2CF
(201,194,207)
#CDC7D3
(205,199,211)
#D1CCD7
(209,204,215)
#D5D1DB
(213,209,219)
#D9D6DF
(217,214,223)
#DDDBE3
(221,219,227)
#E1E0E7
(225,224,231)
#E5E5EB
(229,229,235)
#E9EAEF
(233,234,239)
#EDEFF3
(237,239,243)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C2CF; }

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

This text font color is #C9C2CF.

Background Color

.myBgColor { background-color: #C9C2CF; }

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

This div background color is #C9C2CF.

Border color

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

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

This div border color is #C9C2CF.

Opacity

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

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

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

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

This text has shadow with #C9C2CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C2CF.

Preview

Color preview on black background

This text has color #C9C2CF on black background.


Color preview on white background

This text has color #C9C2CF on white background.


Black color preview on #C9C2CF background

This text has black color on #C9C2CF background.


White color preview on #C9C2CF background

This text has white color on #C9C2CF background.


Related colors

Complementary color

Complementary color for #hex is #363D30.


I love getcolorcode.com

Triadic colors

1 #CFC9C2 and #C2CFC9 with #C9C2CF are triadic colors.

2 #CFC2C9 and #C2C9CF with #C9C2CF are triadic colors.