COLOR #C9CAC1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

201
202
193

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

Portions of RGB colors in percentages

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

%33.72
%33.89
%32.38

CMYK color model

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

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

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

CMYK percentages

%0.5
%0
%4.46
%20.78

Codes

Color #C9CAC1 in popluar color models

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

Color #C9CAC1 in popluar number systems.

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

Shades and tints

Shades of #C9CAC1

#C9CAC1
(201,202,193)
#B7B8B0
(183,184,176)
#A5A69F
(165,166,159)
#93948E
(147,148,142)
#81827D
(129,130,125)
#6F706C
(111,112,108)
#5D5E5B
(93,94,91)
#4B4C4A
(75,76,74)
#393A39
(57,58,57)
#272828
(39,40,40)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #C9CAC1

#C9CAC1
(201,202,193)
#CDCEC6
(205,206,198)
#D1D2CB
(209,210,203)
#D5D6D0
(213,214,208)
#D9DAD5
(217,218,213)
#DDDEDA
(221,222,218)
#E1E2DF
(225,226,223)
#E5E6E4
(229,230,228)
#E9EAE9
(233,234,233)
#EDEEEE
(237,238,238)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CAC1; }

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

This text font color is #C9CAC1.

Background Color

.myBgColor { background-color: #C9CAC1; }

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

This div background color is #C9CAC1.

Border color

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

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

This div border color is #C9CAC1.

Opacity

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

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

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

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

This text has shadow with #C9CAC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CAC1.

Preview

Color preview on black background

This text has color #C9CAC1 on black background.


Color preview on white background

This text has color #C9CAC1 on white background.


Black color preview on #C9CAC1 background

This text has black color on #C9CAC1 background.


White color preview on #C9CAC1 background

This text has white color on #C9CAC1 background.


Related colors

Complementary color

Complementary color for #hex is #36353E.


I love getcolorcode.com

Triadic colors

1 #C1C9CA and #CAC1C9 with #C9CAC1 are triadic colors.

2 #C1CAC9 and #CAC9C1 with #C9CAC1 are triadic colors.