COLOR #C3C4CA

HEX: #C3C4CA
RGB: (195,196,202)

Color info

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

RGB color model

#C3C4CA color RGB value is (195,196,202).

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

RGB channels and saturation

R 195 of 255 = 76%
G 196 of 255 = 77%
B 202 of 255 = 79%

195
196
202

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

Portions of RGB colors in percentages

R + G + B =
195 + 196 + 202 = 593 (100%)
R 195 of 593 ~ 32.88%
G 196 of 593 ~ 33.05%
B 202 of 593 ~ 34.06%

%32.88
%33.05
%34.06

CMYK color model

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

  • cyan value is 3.47%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(3,3,0,21)
C3M3Y0K21 
(3%,3%,0%,21%)
(0.03/0.03/0.00/0.21)	

CMYK percentages

%3.47
%2.97
%0
%20.78

Codes

Color #C3C4CA in popluar color models

C3C4CA
RGB195196202
HSL231°6.19%77.84%
HSB/HSV231°3.47%79.22%
CMYK3.47%2.97%0.00%
20.78%

Color #C3C4CA in popluar number systems.

HEXC3C4CA
Decimal195196202
Binary110000111100010011001010
Octal303304312

Shades and tints

Shades of #C3C4CA

#C3C4CA
(195,196,202)
#B2B3B8
(178,179,184)
#A1A2A6
(161,162,166)
#909194
(144,145,148)
#7F8082
(127,128,130)
#6E6F70
(110,111,112)
#5D5E5E
(93,94,94)
#4C4D4C
(76,77,76)
#3B3C3A
(59,60,58)
#2A2B28
(42,43,40)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #C3C4CA

#C3C4CA
(195,196,202)
#C8C9CE
(200,201,206)
#CDCED2
(205,206,210)
#D2D3D6
(210,211,214)
#D7D8DA
(215,216,218)
#DCDDDE
(220,221,222)
#E1E2E2
(225,226,226)
#E6E7E6
(230,231,230)
#EBECEA
(235,236,234)
#F0F1EE
(240,241,238)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C4CA; }

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

This text font color is #C3C4CA.


Background Color

.myBgColor { background-color: #C3C4CA; }

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

This div background color is #C3C4CA.


Border color

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

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

This div border color is #C3C4CA.


Opacity

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

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

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

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

This text has shadow with #C3C4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C4CA on black background.


Color preview on white background

This text has color #C3C4CA on white background.



Black color preview on #C3C4CA background

This text has black color on #C3C4CA background.


White color preview on #C3C4CA background

This text has white color on #C3C4CA background.