COLOR #C1C8CB

HEX: #C1C8CB
RGB: (193,200,203)

Color info

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

RGB color model

#C1C8CB color RGB value is (193,200,203).

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

RGB channels and saturation

R 193 of 255 = 76%
G 200 of 255 = 78%
B 203 of 255 = 80%

193
200
203

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

Portions of RGB colors in percentages

R + G + B =
193 + 200 + 203 = 596 (100%)
R 193 of 596 ~ 32.38%
G 200 of 596 ~ 33.56%
B 203 of 596 ~ 34.06%

%32.38
%33.56
%34.06

CMYK color model

#C1C8CB color CMYK value is (5,1,0,20).

  • cyan value is 4.93%
  • magenta value is 1.48%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(5,1,0,20)
C5M1Y0K20 
(5%,1%,0%,20%)
(0.05/0.01/0.00/0.20)	

CMYK percentages

%4.93
%1.48
%0
%20.39

Codes

Color #C1C8CB in popluar color models

C1C8CB
RGB193200203
HSL198°8.77%77.65%
HSB/HSV198°4.93%79.61%
CMYK4.93%1.48%0.00%
20.39%

Color #C1C8CB in popluar number systems.

HEXC1C8CB
Decimal193200203
Binary110000011100100011001011
Octal301310313

Shades and tints

Shades of #C1C8CB

#C1C8CB
(193,200,203)
#B0B6B9
(176,182,185)
#9FA4A7
(159,164,167)
#8E9295
(142,146,149)
#7D8083
(125,128,131)
#6C6E71
(108,110,113)
#5B5C5F
(91,92,95)
#4A4A4D
(74,74,77)
#39383B
(57,56,59)
#282629
(40,38,41)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #C1C8CB

#C1C8CB
(193,200,203)
#C6CDCF
(198,205,207)
#CBD2D3
(203,210,211)
#D0D7D7
(208,215,215)
#D5DCDB
(213,220,219)
#DAE1DF
(218,225,223)
#DFE6E3
(223,230,227)
#E4EBE7
(228,235,231)
#E9F0EB
(233,240,235)
#EEF5EF
(238,245,239)
#F3FAF3
(243,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C8CB; }

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

This text font color is #C1C8CB.


Background Color

.myBgColor { background-color: #C1C8CB; }

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

This div background color is #C1C8CB.


Border color

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

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

This div border color is #C1C8CB.


Opacity

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

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

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

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

This text has shadow with #C1C8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C8CB on black background.


Color preview on white background

This text has color #C1C8CB on white background.



Black color preview on #C1C8CB background

This text has black color on #C1C8CB background.


White color preview on #C1C8CB background

This text has white color on #C1C8CB background.