COLOR #C6C1C2

HEX: #C6C1C2
RGB: (198,193,194)

Color info

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

RGB color model

#C6C1C2 color RGB value is (198,193,194).

  • red value is 198;
  • green value is 193;
  • blue value is 194.
RGB:
(198,193,194)
(78%,76%,76%)

RGB channels and saturation

R 198 of 255 = 78%
G 193 of 255 = 76%
B 194 of 255 = 76%

198
193
194

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

Portions of RGB colors in percentages

R + G + B =
198 + 193 + 194 = 585 (100%)
R 198 of 585 ~ 33.85%
G 193 of 585 ~ 32.99%
B 194 of 585 ~ 33.16%

%33.85
%32.99
%33.16

CMYK color model

#C6C1C2 color CMYK value is (0,3,2,22).

  • cyan value is 0.00%
  • magenta value is 2.53%
  • yellow value is 2.02%
  • key color value is 22.35%
CMYK:
(0,3,2,22)
C0M3Y2K22 
(0%,3%,2%,22%)
(0.00/0.03/0.02/0.22)	

CMYK percentages

%0
%2.53
%2.02
%22.35

Codes

Color #C6C1C2 in popluar color models

C6C1C2
RGB198193194
HSL348°4.20%76.67%
HSB/HSV348°2.53%77.65%
CMYK0.00%2.53%2.02%
22.35%

Color #C6C1C2 in popluar number systems.

HEXC6C1C2
Decimal198193194
Binary110001101100000111000010
Octal306301302

Shades and tints

Shades of #C6C1C2

#C6C1C2
(198,193,194)
#B4B0B1
(180,176,177)
#A29FA0
(162,159,160)
#908E8F
(144,142,143)
#7E7D7E
(126,125,126)
#6C6C6D
(108,108,109)
#5A5B5C
(90,91,92)
#484A4B
(72,74,75)
#36393A
(54,57,58)
#242829
(36,40,41)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #C6C1C2

#C6C1C2
(198,193,194)
#CBC6C7
(203,198,199)
#D0CBCC
(208,203,204)
#D5D0D1
(213,208,209)
#DAD5D6
(218,213,214)
#DFDADB
(223,218,219)
#E4DFE0
(228,223,224)
#E9E4E5
(233,228,229)
#EEE9EA
(238,233,234)
#F3EEEF
(243,238,239)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C1C2 color. Also use rgb(198,193,194) instead hex code.

Text Font Color

.myTextColor { color: #C6C1C2; }

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

This text font color is #C6C1C2.


Background Color

.myBgColor { background-color: #C6C1C2; }

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

This div background color is #C6C1C2.


Border color

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

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

This div border color is #C6C1C2.


Opacity

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

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

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

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

This text has shadow with #C6C1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C1C2 on black background.


Color preview on white background

This text has color #C6C1C2 on white background.



Black color preview on #C6C1C2 background

This text has black color on #C6C1C2 background.


White color preview on #C6C1C2 background

This text has white color on #C6C1C2 background.