COLOR #C5C2C2

HEX: #C5C2C2
RGB: (197,194,194)

Color info

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

RGB color model

#C5C2C2 color RGB value is (197,194,194).

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

RGB channels and saturation

R 197 of 255 = 77%
G 194 of 255 = 76%
B 194 of 255 = 76%

197
194
194

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

Portions of RGB colors in percentages

R + G + B =
197 + 194 + 194 = 585 (100%)
R 197 of 585 ~ 33.68%
G 194 of 585 ~ 33.16%
B 194 of 585 ~ 33.16%

%33.68
%33.16
%33.16

CMYK color model

#C5C2C2 color CMYK value is (0,2,2,23).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 1.52%
  • key color value is 22.75%
CMYK:
(0,2,2,23)
C0M2Y2K23 
(0%,2%,2%,23%)
(0.00/0.02/0.02/0.23)	

CMYK percentages

%0
%1.52
%1.52
%22.75

Codes

Color #C5C2C2 in popluar color models

C5C2C2
RGB197194194
HSL2.52%76.67%
HSB/HSV1.52%77.25%
CMYK0.00%1.52%1.52%
22.75%

Color #C5C2C2 in popluar number systems.

HEXC5C2C2
Decimal197194194
Binary110001011100001011000010
Octal305302302

Shades and tints

Shades of #C5C2C2

#C5C2C2
(197,194,194)
#B4B1B1
(180,177,177)
#A3A0A0
(163,160,160)
#928F8F
(146,143,143)
#817E7E
(129,126,126)
#706D6D
(112,109,109)
#5F5C5C
(95,92,92)
#4E4B4B
(78,75,75)
#3D3A3A
(61,58,58)
#2C2929
(44,41,41)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #C5C2C2

#C5C2C2
(197,194,194)
#CAC7C7
(202,199,199)
#CFCCCC
(207,204,204)
#D4D1D1
(212,209,209)
#D9D6D6
(217,214,214)
#DEDBDB
(222,219,219)
#E3E0E0
(227,224,224)
#E8E5E5
(232,229,229)
#EDEAEA
(237,234,234)
#F2EFEF
(242,239,239)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C2C2; }

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

This text font color is #C5C2C2.


Background Color

.myBgColor { background-color: #C5C2C2; }

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

This div background color is #C5C2C2.


Border color

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

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

This div border color is #C5C2C2.


Opacity

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

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

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

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

This text has shadow with #C5C2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C2C2 on black background.


Color preview on white background

This text has color #C5C2C2 on white background.



Black color preview on #C5C2C2 background

This text has black color on #C5C2C2 background.


White color preview on #C5C2C2 background

This text has white color on #C5C2C2 background.