COLOR #C9C1CA

HEX: #C9C1CA RGB: (201,193,202)

Color info

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

RGB color model

#C9C1CA color RGB value is (201,193,202).

RGB: (201,193,202) (79%, 76%, 79%)

RGB channels and saturation

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

201
193
202

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

Portions of RGB colors in percentages

R + G + B = 201 + 193 + 202 = 596 (100%)
R 201 of 596 ~ 33.72%
G 193 of 596 ~ 32.38%
B 202 of 596 ~ 33.89'%

%33.72
%32.38
%33.89

CMYK color model

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

  • cyan value is 0.50%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (0,4,0,21)
C0M4Y0K21 (0%, 4%, 0%, 21%)
(0.00 / 0.04 / 0.00 / 0.21)

CMYK percentages

%0.5
%4.46
%0
%20.78

Codes

Color #C9C1CA in popluar color models

C9 C1 CA
RGB 201 193 202
HSL 293° 7.83% 77.45%
HSB/HSV 293° 4.46% 79.22%
CMYK 0.50% 4.46% 0.00%
20.78%

Color #C9C1CA in popluar number systems.

HEX C9 C1 CA
Decimal 201 193 202
Binary 11001001 11000001 11001010
Octal 311 301 312

Shades and tints

Shades of #C9C1CA

#C9C1CA
(201,193,202)
#B7B0B8
(183,176,184)
#A59FA6
(165,159,166)
#938E94
(147,142,148)
#817D82
(129,125,130)
#6F6C70
(111,108,112)
#5D5B5E
(93,91,94)
#4B4A4C
(75,74,76)
#39393A
(57,57,58)
#272828
(39,40,40)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #C9C1CA

#C9C1CA
(201,193,202)
#CDC6CE
(205,198,206)
#D1CBD2
(209,203,210)
#D5D0D6
(213,208,214)
#D9D5DA
(217,213,218)
#DDDADE
(221,218,222)
#E1DFE2
(225,223,226)
#E5E4E6
(229,228,230)
#E9E9EA
(233,233,234)
#EDEEEE
(237,238,238)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C1CA; }

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

This text font color is #C9C1CA.

Background Color

.myBgColor { background-color: #C9C1CA; }

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

This div background color is #C9C1CA.

Border color

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

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

This div border color is #C9C1CA.

Opacity

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

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

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

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

This text has shadow with #C9C1CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C1CA.

Preview

Color preview on black background

This text has color #C9C1CA on black background.


Color preview on white background

This text has color #C9C1CA on white background.


Black color preview on #C9C1CA background

This text has black color on #C9C1CA background.


White color preview on #C9C1CA background

This text has white color on #C9C1CA background.


Related colors

Complementary color

Complementary color for #hex is #363E35.


I love getcolorcode.com

Triadic colors

1 #CAC9C1 and #C1CAC9 with #C9C1CA are triadic colors.

2 #CAC1C9 and #C1C9CA with #C9C1CA are triadic colors.