COLOR #C3C2CA

HEX: #C3C2CA
RGB: (195,194,202)

Color info

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

RGB color model

#C3C2CA color RGB value is (195,194,202).

  • red value is 195;
  • green value is 194;
  • blue value is 202.
RGB:
(195,194,202)
(76%,76%,79%)

RGB channels and saturation

R 195 of 255 = 76%
G 194 of 255 = 76%
B 202 of 255 = 79%

195
194
202

R + G + B ~ 77%. #C3C2CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 194 + 202 = 591 (100%)
R 195 of 591 ~ 32.99%
G 194 of 591 ~ 32.83%
B 202 of 591 ~ 34.18%

%32.99
%32.83
%34.18

CMYK color model

#C3C2CA color CMYK value is (3,4,0,21).

  • cyan value is 3.47%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(3,4,0,21)
C3M4Y0K21 
(3%,4%,0%,21%)
(0.03/0.04/0.00/0.21)	

CMYK percentages

%3.47
%3.96
%0
%20.78

Codes

Color #C3C2CA in popluar color models

C3C2CA
RGB195194202
HSL248°7.02%77.65%
HSB/HSV248°3.96%79.22%
CMYK3.47%3.96%0.00%
20.78%

Color #C3C2CA in popluar number systems.

HEXC3C2CA
Decimal195194202
Binary110000111100001011001010
Octal303302312

Shades and tints

Shades of #C3C2CA

#C3C2CA
(195,194,202)
#B2B1B8
(178,177,184)
#A1A0A6
(161,160,166)
#908F94
(144,143,148)
#7F7E82
(127,126,130)
#6E6D70
(110,109,112)
#5D5C5E
(93,92,94)
#4C4B4C
(76,75,76)
#3B3A3A
(59,58,58)
#2A2928
(42,41,40)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #C3C2CA

#C3C2CA
(195,194,202)
#C8C7CE
(200,199,206)
#CDCCD2
(205,204,210)
#D2D1D6
(210,209,214)
#D7D6DA
(215,214,218)
#DCDBDE
(220,219,222)
#E1E0E2
(225,224,226)
#E6E5E6
(230,229,230)
#EBEAEA
(235,234,234)
#F0EFEE
(240,239,238)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C2CA; }

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

This text font color is #C3C2CA.


Background Color

.myBgColor { background-color: #C3C2CA; }

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

This div background color is #C3C2CA.


Border color

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

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

This div border color is #C3C2CA.


Opacity

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

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

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

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

This text has shadow with #C3C2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C2CA on black background.


Color preview on white background

This text has color #C3C2CA on white background.



Black color preview on #C3C2CA background

This text has black color on #C3C2CA background.


White color preview on #C3C2CA background

This text has white color on #C3C2CA background.