COLOR #C3C5C3

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

195
197
195

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

Portions of RGB colors in percentages

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

%33.22
%33.56
%33.22

CMYK color model

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

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

CMYK percentages

%1.02
%0
%1.02
%22.75

Codes

Color #C3C5C3 in popluar color models

C3C5C3
RGB195197195
HSL120°1.69%76.86%
HSB/HSV120°1.02%77.25%
CMYK1.02%0.00%1.02%
22.75%

Color #C3C5C3 in popluar number systems.

HEXC3C5C3
Decimal195197195
Binary110000111100010111000011
Octal303305303

Shades and tints

Shades of #C3C5C3

#C3C5C3
(195,197,195)
#B2B4B2
(178,180,178)
#A1A3A1
(161,163,161)
#909290
(144,146,144)
#7F817F
(127,129,127)
#6E706E
(110,112,110)
#5D5F5D
(93,95,93)
#4C4E4C
(76,78,76)
#3B3D3B
(59,61,59)
#2A2C2A
(42,44,42)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #C3C5C3

#C3C5C3
(195,197,195)
#C8CAC8
(200,202,200)
#CDCFCD
(205,207,205)
#D2D4D2
(210,212,210)
#D7D9D7
(215,217,215)
#DCDEDC
(220,222,220)
#E1E3E1
(225,227,225)
#E6E8E6
(230,232,230)
#EBEDEB
(235,237,235)
#F0F2F0
(240,242,240)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C5C3; }

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

This text font color is #C3C5C3.


Background Color

.myBgColor { background-color: #C3C5C3; }

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

This div background color is #C3C5C3.


Border color

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

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

This div border color is #C3C5C3.


Opacity

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

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

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

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

This text has shadow with #C3C5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C5C3 on black background.


Color preview on white background

This text has color #C3C5C3 on white background.



Black color preview on #C3C5C3 background

This text has black color on #C3C5C3 background.


White color preview on #C3C5C3 background

This text has white color on #C3C5C3 background.