COLOR #C1C5CA

HEX: #C1C5CA
RGB: (193,197,202)

Color info

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

RGB color model

#C1C5CA color RGB value is (193,197,202).

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

RGB channels and saturation

R 193 of 255 = 76%
G 197 of 255 = 77%
B 202 of 255 = 79%

193
197
202

R + G + B ~ 77%. #C1C5CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 197 + 202 = 592 (100%)
R 193 of 592 ~ 32.6%
G 197 of 592 ~ 33.28%
B 202 of 592 ~ 34.12%

%32.6
%33.28
%34.12

CMYK color model

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

  • cyan value is 4.46%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(4,2,0,21)
C4M2Y0K21 
(4%,2%,0%,21%)
(0.04/0.02/0.00/0.21)	

CMYK percentages

%4.46
%2.48
%0
%20.78

Codes

Color #C1C5CA in popluar color models

C1C5CA
RGB193197202
HSL213°7.83%77.45%
HSB/HSV213°4.46%79.22%
CMYK4.46%2.48%0.00%
20.78%

Color #C1C5CA in popluar number systems.

HEXC1C5CA
Decimal193197202
Binary110000011100010111001010
Octal301305312

Shades and tints

Shades of #C1C5CA

#C1C5CA
(193,197,202)
#B0B4B8
(176,180,184)
#9FA3A6
(159,163,166)
#8E9294
(142,146,148)
#7D8182
(125,129,130)
#6C7070
(108,112,112)
#5B5F5E
(91,95,94)
#4A4E4C
(74,78,76)
#393D3A
(57,61,58)
#282C28
(40,44,40)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #C1C5CA

#C1C5CA
(193,197,202)
#C6CACE
(198,202,206)
#CBCFD2
(203,207,210)
#D0D4D6
(208,212,214)
#D5D9DA
(213,217,218)
#DADEDE
(218,222,222)
#DFE3E2
(223,227,226)
#E4E8E6
(228,232,230)
#E9EDEA
(233,237,234)
#EEF2EE
(238,242,238)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C5CA; }

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

This text font color is #C1C5CA.


Background Color

.myBgColor { background-color: #C1C5CA; }

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

This div background color is #C1C5CA.


Border color

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

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

This div border color is #C1C5CA.


Opacity

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

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

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

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

This text has shadow with #C1C5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C5CA on black background.


Color preview on white background

This text has color #C1C5CA on white background.



Black color preview on #C1C5CA background

This text has black color on #C1C5CA background.


White color preview on #C1C5CA background

This text has white color on #C1C5CA background.