COLOR #C1C7CD

HEX: #C1C7CD
RGB: (193,199,205)

Color info

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

RGB color model

#C1C7CD color RGB value is (193,199,205).

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

RGB channels and saturation

R 193 of 255 = 76%
G 199 of 255 = 78%
B 205 of 255 = 80%

193
199
205

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

Portions of RGB colors in percentages

R + G + B =
193 + 199 + 205 = 597 (100%)
R 193 of 597 ~ 32.33%
G 199 of 597 ~ 33.33%
B 205 of 597 ~ 34.34%

%32.33
%33.33
%34.34

CMYK color model

#C1C7CD color CMYK value is (6,3,0,20).

  • cyan value is 5.85%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(6,3,0,20)
C6M3Y0K20 
(6%,3%,0%,20%)
(0.06/0.03/0.00/0.20)	

CMYK percentages

%5.85
%2.93
%0
%19.61

Codes

Color #C1C7CD in popluar color models

C1C7CD
RGB193199205
HSL210°10.71%78.04%
HSB/HSV210°5.85%80.39%
CMYK5.85%2.93%0.00%
19.61%

Color #C1C7CD in popluar number systems.

HEXC1C7CD
Decimal193199205
Binary110000011100011111001101
Octal301307315

Shades and tints

Shades of #C1C7CD

#C1C7CD
(193,199,205)
#B0B5BB
(176,181,187)
#9FA3A9
(159,163,169)
#8E9197
(142,145,151)
#7D7F85
(125,127,133)
#6C6D73
(108,109,115)
#5B5B61
(91,91,97)
#4A494F
(74,73,79)
#39373D
(57,55,61)
#28252B
(40,37,43)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #C1C7CD

#C1C7CD
(193,199,205)
#C6CCD1
(198,204,209)
#CBD1D5
(203,209,213)
#D0D6D9
(208,214,217)
#D5DBDD
(213,219,221)
#DAE0E1
(218,224,225)
#DFE5E5
(223,229,229)
#E4EAE9
(228,234,233)
#E9EFED
(233,239,237)
#EEF4F1
(238,244,241)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C7CD color. Also use rgb(193,199,205) instead hex code.

Text Font Color

.myTextColor { color: #C1C7CD; }

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

This text font color is #C1C7CD.


Background Color

.myBgColor { background-color: #C1C7CD; }

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

This div background color is #C1C7CD.


Border color

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

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

This div border color is #C1C7CD.


Opacity

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

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

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

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

This text has shadow with #C1C7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C7CD on black background.


Color preview on white background

This text has color #C1C7CD on white background.



Black color preview on #C1C7CD background

This text has black color on #C1C7CD background.


White color preview on #C1C7CD background

This text has white color on #C1C7CD background.