COLOR #C3C3C5

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

195
195
197

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

Portions of RGB colors in percentages

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

%33.22
%33.22
%33.56

CMYK color model

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

  • cyan value is 1.02%
  • magenta value is 1.02%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (1,1,0,23)
C1M1Y0K23 (1%, 1%, 0%, 23%)
(0.01 / 0.01 / 0.00 / 0.23)

CMYK percentages

%1.02
%1.02
%0
%22.75

Codes

Color #C3C3C5 in popluar color models

C3 C3 C5
RGB 195 195 197
HSL 240° 1.69% 76.86%
HSB/HSV 240° 1.02% 77.25%
CMYK 1.02% 1.02% 0.00%
22.75%

Color #C3C3C5 in popluar number systems.

HEX C3 C3 C5
Decimal 195 195 197
Binary 11000011 11000011 11000101
Octal 303 303 305

Shades and tints

Shades of #C3C3C5

#C3C3C5
(195,195,197)
#B2B2B4
(178,178,180)
#A1A1A3
(161,161,163)
#909092
(144,144,146)
#7F7F81
(127,127,129)
#6E6E70
(110,110,112)
#5D5D5F
(93,93,95)
#4C4C4E
(76,76,78)
#3B3B3D
(59,59,61)
#2A2A2C
(42,42,44)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #C3C3C5

#C3C3C5
(195,195,197)
#C8C8CA
(200,200,202)
#CDCDCF
(205,205,207)
#D2D2D4
(210,210,212)
#D7D7D9
(215,215,217)
#DCDCDE
(220,220,222)
#E1E1E3
(225,225,227)
#E6E6E8
(230,230,232)
#EBEBED
(235,235,237)
#F0F0F2
(240,240,242)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C3C5; }

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

This text font color is #C3C3C5.

Background Color

.myBgColor { background-color: #C3C3C5; }

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

This div background color is #C3C3C5.

Border color

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

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

This div border color is #C3C3C5.

Opacity

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

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

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

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

This text has shadow with #C3C3C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3C3C5.

Preview

Color preview on black background

This text has color #C3C3C5 on black background.


Color preview on white background

This text has color #C3C3C5 on white background.


Black color preview on #C3C3C5 background

This text has black color on #C3C3C5 background.


White color preview on #C3C3C5 background

This text has white color on #C3C3C5 background.


Related colors

Complementary color

Complementary color for #hex is #3C3C3A.


I love getcolorcode.com