COLOR #C1C7C0

HEX: #C1C7C0
RGB: (193,199,192)

Color info

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

RGB color model

#C1C7C0 color RGB value is (193,199,192).

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

RGB channels and saturation

R 193 of 255 = 76%
G 199 of 255 = 78%
B 192 of 255 = 75%

193
199
192

R + G + B ~ 76%. #C1C7C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 199 + 192 = 584 (100%)
R 193 of 584 ~ 33.05%
G 199 of 584 ~ 34.08%
B 192 of 584 ~ 32.88%

%33.05
%34.08
%32.88

CMYK color model

#C1C7C0 color CMYK value is (3,0,4,22).

  • cyan value is 3.02%
  • magenta value is 0.00%
  • yellow value is 3.52%
  • key color value is 21.96%
CMYK:
(3,0,4,22)
C3M0Y4K22 
(3%,0%,4%,22%)
(0.03/0.00/0.04/0.22)	

CMYK percentages

%3.02
%0
%3.52
%21.96

Codes

Color #C1C7C0 in popluar color models

C1C7C0
RGB193199192
HSL111°5.88%76.67%
HSB/HSV111°3.52%78.04%
CMYK3.02%0.00%3.52%
21.96%

Color #C1C7C0 in popluar number systems.

HEXC1C7C0
Decimal193199192
Binary110000011100011111000000
Octal301307300

Shades and tints

Shades of #C1C7C0

#C1C7C0
(193,199,192)
#B0B5AF
(176,181,175)
#9FA39E
(159,163,158)
#8E918D
(142,145,141)
#7D7F7C
(125,127,124)
#6C6D6B
(108,109,107)
#5B5B5A
(91,91,90)
#4A4949
(74,73,73)
#393738
(57,55,56)
#282527
(40,37,39)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #C1C7C0

#C1C7C0
(193,199,192)
#C6CCC5
(198,204,197)
#CBD1CA
(203,209,202)
#D0D6CF
(208,214,207)
#D5DBD4
(213,219,212)
#DAE0D9
(218,224,217)
#DFE5DE
(223,229,222)
#E4EAE3
(228,234,227)
#E9EFE8
(233,239,232)
#EEF4ED
(238,244,237)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C7C0; }

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

This text font color is #C1C7C0.


Background Color

.myBgColor { background-color: #C1C7C0; }

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

This div background color is #C1C7C0.


Border color

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

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

This div border color is #C1C7C0.


Opacity

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

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

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

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

This text has shadow with #C1C7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C7C0 on black background.


Color preview on white background

This text has color #C1C7C0 on white background.



Black color preview on #C1C7C0 background

This text has black color on #C1C7C0 background.


White color preview on #C1C7C0 background

This text has white color on #C1C7C0 background.