COLOR #C1C3CB

HEX: #C1C3CB
RGB: (193,195,203)

Color info

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

RGB color model

#C1C3CB color RGB value is (193,195,203).

  • red value is 193;
  • green value is 195;
  • blue value is 203.
RGB:
(193,195,203)
(76%,76%,80%)

RGB channels and saturation

R 193 of 255 = 76%
G 195 of 255 = 76%
B 203 of 255 = 80%

193
195
203

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

Portions of RGB colors in percentages

R + G + B =
193 + 195 + 203 = 591 (100%)
R 193 of 591 ~ 32.66%
G 195 of 591 ~ 32.99%
B 203 of 591 ~ 34.35%

%32.66
%32.99
%34.35

CMYK color model

#C1C3CB color CMYK value is (5,4,0,20).

  • cyan value is 4.93%
  • magenta value is 3.94%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(5,4,0,20)
C5M4Y0K20 
(5%,4%,0%,20%)
(0.05/0.04/0.00/0.20)	

CMYK percentages

%4.93
%3.94
%0
%20.39

Codes

Color #C1C3CB in popluar color models

C1C3CB
RGB193195203
HSL228°8.77%77.65%
HSB/HSV228°4.93%79.61%
CMYK4.93%3.94%0.00%
20.39%

Color #C1C3CB in popluar number systems.

HEXC1C3CB
Decimal193195203
Binary110000011100001111001011
Octal301303313

Shades and tints

Shades of #C1C3CB

#C1C3CB
(193,195,203)
#B0B2B9
(176,178,185)
#9FA1A7
(159,161,167)
#8E9095
(142,144,149)
#7D7F83
(125,127,131)
#6C6E71
(108,110,113)
#5B5D5F
(91,93,95)
#4A4C4D
(74,76,77)
#393B3B
(57,59,59)
#282A29
(40,42,41)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #C1C3CB

#C1C3CB
(193,195,203)
#C6C8CF
(198,200,207)
#CBCDD3
(203,205,211)
#D0D2D7
(208,210,215)
#D5D7DB
(213,215,219)
#DADCDF
(218,220,223)
#DFE1E3
(223,225,227)
#E4E6E7
(228,230,231)
#E9EBEB
(233,235,235)
#EEF0EF
(238,240,239)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C3CB color. Also use rgb(193,195,203) instead hex code.

Text Font Color

.myTextColor { color: #C1C3CB; }

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

This text font color is #C1C3CB.


Background Color

.myBgColor { background-color: #C1C3CB; }

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

This div background color is #C1C3CB.


Border color

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

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

This div border color is #C1C3CB.


Opacity

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

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

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

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

This text has shadow with #C1C3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C3CB on black background.


Color preview on white background

This text has color #C1C3CB on white background.



Black color preview on #C1C3CB background

This text has black color on #C1C3CB background.


White color preview on #C1C3CB background

This text has white color on #C1C3CB background.