COLOR #C1CAC9

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

Color info

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

RGB color model

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

  • red value is 193;
  • green value is 202;
  • blue value is 201.
RGB:
(193,202,201)
(76%,79%,79%)

RGB channels and saturation

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

193
202
201

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

Portions of RGB colors in percentages

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

%32.38
%33.89
%33.72

CMYK color model

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

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 0.50%
  • key color value is 20.78%
CMYK:
(4,0,0,21)
C4M0Y0K21 
(4%,0%,0%,21%)
(0.04/0.00/0.00/0.21)	

CMYK percentages

%4.46
%0
%0.5
%20.78

Codes

Color #C1CAC9 in popluar color models

C1CAC9
RGB193202201
HSL173°7.83%77.45%
HSB/HSV173°4.46%79.22%
CMYK4.46%0.00%0.50%
20.78%

Color #C1CAC9 in popluar number systems.

HEXC1CAC9
Decimal193202201
Binary110000011100101011001001
Octal301312311

Shades and tints

Shades of #C1CAC9

#C1CAC9
(193,202,201)
#B0B8B7
(176,184,183)
#9FA6A5
(159,166,165)
#8E9493
(142,148,147)
#7D8281
(125,130,129)
#6C706F
(108,112,111)
#5B5E5D
(91,94,93)
#4A4C4B
(74,76,75)
#393A39
(57,58,57)
#282827
(40,40,39)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #C1CAC9

#C1CAC9
(193,202,201)
#C6CECD
(198,206,205)
#CBD2D1
(203,210,209)
#D0D6D5
(208,214,213)
#D5DAD9
(213,218,217)
#DADEDD
(218,222,221)
#DFE2E1
(223,226,225)
#E4E6E5
(228,230,229)
#E9EAE9
(233,234,233)
#EEEEED
(238,238,237)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CAC9; }

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

This text font color is #C1CAC9.


Background Color

.myBgColor { background-color: #C1CAC9; }

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

This div background color is #C1CAC9.


Border color

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

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

This div border color is #C1CAC9.


Opacity

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

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

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

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

This text has shadow with #C1CAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CAC9 on black background.


Color preview on white background

This text has color #C1CAC9 on white background.



Black color preview on #C1CAC9 background

This text has black color on #C1CAC9 background.


White color preview on #C1CAC9 background

This text has white color on #C1CAC9 background.