COLOR #C2C3CA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

194
195
202

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

Portions of RGB colors in percentages

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

%32.83
%32.99
%34.18

CMYK color model

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

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

CMYK percentages

%3.96
%3.47
%0
%20.78

Codes

Color #C2C3CA in popluar color models

C2C3CA
RGB194195202
HSL233°7.02%77.65%
HSB/HSV233°3.96%79.22%
CMYK3.96%3.47%0.00%
20.78%

Color #C2C3CA in popluar number systems.

HEXC2C3CA
Decimal194195202
Binary110000101100001111001010
Octal302303312

Shades and tints

Shades of #C2C3CA

#C2C3CA
(194,195,202)
#B1B2B8
(177,178,184)
#A0A1A6
(160,161,166)
#8F9094
(143,144,148)
#7E7F82
(126,127,130)
#6D6E70
(109,110,112)
#5C5D5E
(92,93,94)
#4B4C4C
(75,76,76)
#3A3B3A
(58,59,58)
#292A28
(41,42,40)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #C2C3CA

#C2C3CA
(194,195,202)
#C7C8CE
(199,200,206)
#CCCDD2
(204,205,210)
#D1D2D6
(209,210,214)
#D6D7DA
(214,215,218)
#DBDCDE
(219,220,222)
#E0E1E2
(224,225,226)
#E5E6E6
(229,230,230)
#EAEBEA
(234,235,234)
#EFF0EE
(239,240,238)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C3CA; }

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

This text font color is #C2C3CA.


Background Color

.myBgColor { background-color: #C2C3CA; }

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

This div background color is #C2C3CA.


Border color

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

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

This div border color is #C2C3CA.


Opacity

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

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

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

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

This text has shadow with #C2C3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C3CA on black background.


Color preview on white background

This text has color #C2C3CA on white background.



Black color preview on #C2C3CA background

This text has black color on #C2C3CA background.


White color preview on #C2C3CA background

This text has white color on #C2C3CA background.