COLOR #C3C3C3

HEX: #C3C3C3 RGB: (195,195,195)

Color info

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

RGB color model

#C3C3C3 color RGB value is (195,195,195).

RGB: (195,195,195) (76%, 76%, 76%)

RGB channels and saturation

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

195
195
195

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

Portions of RGB colors in percentages

R + G + B = 195 + 195 + 195 = 585 (100%)
R 195 of 585 ~ 33.33%
G 195 of 585 ~ 33.33%
B 195 of 585 ~ 33.33'%

%33.33
%33.33
%33.33

CMYK color model

#C3C3C3 color CMYK value is (0,0,0,24).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (0,0,0,24)
C0M0Y0K24 (0%, 0%, 0%, 24%)
(0.00 / 0.00 / 0.00 / 0.24)

CMYK percentages

%0
%0
%0
%23.53

Codes

Color #C3C3C3 in popluar color models

C3 C3 C3
RGB 195 195 195
HSL 0.00% 0.76%
HSB/HSV 0.00% 0.76%
CMYK 0.00% 0.00% 0.00%
23.53%

Color #C3C3C3 in popluar number systems.

HEX C3 C3 C3
Decimal 195 195 195
Binary 11000011 11000011 11000011
Octal 303 303 303

Shades and tints

Shades of #C3C3C3

#C3C3C3
(195,195,195)
#B2B2B2
(178,178,178)
#A1A1A1
(161,161,161)
#909090
(144,144,144)
#7F7F7F
(127,127,127)
#6E6E6E
(110,110,110)
#5D5D5D
(93,93,93)
#4C4C4C
(76,76,76)
#3B3B3B
(59,59,59)
#2A2A2A
(42,42,42)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #C3C3C3

#C3C3C3
(195,195,195)
#C8C8C8
(200,200,200)
#CDCDCD
(205,205,205)
#D2D2D2
(210,210,210)
#D7D7D7
(215,215,215)
#DCDCDC
(220,220,220)
#E1E1E1
(225,225,225)
#E6E6E6
(230,230,230)
#EBEBEB
(235,235,235)
#F0F0F0
(240,240,240)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C3C3; }

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

This text font color is #C3C3C3.

Background Color

.myBgColor { background-color: #C3C3C3; }

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

This div background color is #C3C3C3.

Border color

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

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

This div border color is #C3C3C3.

Opacity

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

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

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

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

This text has shadow with #C3C3C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3C3C3.

Preview

Color preview on black background

This text has color #C3C3C3 on black background.


Color preview on white background

This text has color #C3C3C3 on white background.


Black color preview on #C3C3C3 background

This text has black color on #C3C3C3 background.


White color preview on #C3C3C3 background

This text has white color on #C3C3C3 background.


Related colors

Complementary color

Complementary color for #hex is #3C3C3C.


I love getcolorcode.com