COLOR #C2C6C2

HEX: #C2C6C2
RGB: (194,198,194)

Color info

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

RGB color model

#C2C6C2 color RGB value is (194,198,194).

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

RGB channels and saturation

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

194
198
194

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

Portions of RGB colors in percentages

R + G + B =
194 + 198 + 194 = 586 (100%)
R 194 of 586 ~ 33.11%
G 198 of 586 ~ 33.79%
B 194 of 586 ~ 33.11%

%33.11
%33.79
%33.11

CMYK color model

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

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

CMYK percentages

%2.02
%0
%2.02
%22.35

Codes

Color #C2C6C2 in popluar color models

C2C6C2
RGB194198194
HSL120°3.39%76.86%
HSB/HSV120°2.02%77.65%
CMYK2.02%0.00%2.02%
22.35%

Color #C2C6C2 in popluar number systems.

HEXC2C6C2
Decimal194198194
Binary110000101100011011000010
Octal302306302

Shades and tints

Shades of #C2C6C2

#C2C6C2
(194,198,194)
#B1B4B1
(177,180,177)
#A0A2A0
(160,162,160)
#8F908F
(143,144,143)
#7E7E7E
(126,126,126)
#6D6C6D
(109,108,109)
#5C5A5C
(92,90,92)
#4B484B
(75,72,75)
#3A363A
(58,54,58)
#292429
(41,36,41)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #C2C6C2

#C2C6C2
(194,198,194)
#C7CBC7
(199,203,199)
#CCD0CC
(204,208,204)
#D1D5D1
(209,213,209)
#D6DAD6
(214,218,214)
#DBDFDB
(219,223,219)
#E0E4E0
(224,228,224)
#E5E9E5
(229,233,229)
#EAEEEA
(234,238,234)
#EFF3EF
(239,243,239)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C6C2; }

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

This text font color is #C2C6C2.


Background Color

.myBgColor { background-color: #C2C6C2; }

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

This div background color is #C2C6C2.


Border color

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

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

This div border color is #C2C6C2.


Opacity

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

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

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

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

This text has shadow with #C2C6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C6C2 on black background.


Color preview on white background

This text has color #C2C6C2 on white background.



Black color preview on #C2C6C2 background

This text has black color on #C2C6C2 background.


White color preview on #C2C6C2 background

This text has white color on #C2C6C2 background.