COLOR #C5C3C3

HEX: #C5C3C3
RGB: (197,195,195)

Color info

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

RGB color model

#C5C3C3 color RGB value is (197,195,195).

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

RGB channels and saturation

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

197
195
195

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

Portions of RGB colors in percentages

R + G + B =
197 + 195 + 195 = 587 (100%)
R 197 of 587 ~ 33.56%
G 195 of 587 ~ 33.22%
B 195 of 587 ~ 33.22%

%33.56
%33.22
%33.22

CMYK color model

#C5C3C3 color CMYK value is (0,1,1,23).

  • cyan value is 0.00%
  • magenta value is 1.02%
  • yellow value is 1.02%
  • key color value is 22.75%
CMYK:
(0,1,1,23)
C0M1Y1K23 
(0%,1%,1%,23%)
(0.00/0.01/0.01/0.23)	

CMYK percentages

%0
%1.02
%1.02
%22.75

Codes

Color #C5C3C3 in popluar color models

C5C3C3
RGB197195195
HSL1.69%76.86%
HSB/HSV1.02%77.25%
CMYK0.00%1.02%1.02%
22.75%

Color #C5C3C3 in popluar number systems.

HEXC5C3C3
Decimal197195195
Binary110001011100001111000011
Octal305303303

Shades and tints

Shades of #C5C3C3

#C5C3C3
(197,195,195)
#B4B2B2
(180,178,178)
#A3A1A1
(163,161,161)
#929090
(146,144,144)
#817F7F
(129,127,127)
#706E6E
(112,110,110)
#5F5D5D
(95,93,93)
#4E4C4C
(78,76,76)
#3D3B3B
(61,59,59)
#2C2A2A
(44,42,42)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #C5C3C3

#C5C3C3
(197,195,195)
#CAC8C8
(202,200,200)
#CFCDCD
(207,205,205)
#D4D2D2
(212,210,210)
#D9D7D7
(217,215,215)
#DEDCDC
(222,220,220)
#E3E1E1
(227,225,225)
#E8E6E6
(232,230,230)
#EDEBEB
(237,235,235)
#F2F0F0
(242,240,240)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C3C3; }

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

This text font color is #C5C3C3.


Background Color

.myBgColor { background-color: #C5C3C3; }

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

This div background color is #C5C3C3.


Border color

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

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

This div border color is #C5C3C3.


Opacity

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

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

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

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

This text has shadow with #C5C3C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C3C3 on black background.


Color preview on white background

This text has color #C5C3C3 on white background.



Black color preview on #C5C3C3 background

This text has black color on #C5C3C3 background.


White color preview on #C5C3C3 background

This text has white color on #C5C3C3 background.