COLOR #C4C6CA

HEX: #C4C6CA
RGB: (196,198,202)

Color info

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

RGB color model

#C4C6CA color RGB value is (196,198,202).

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

RGB channels and saturation

R 196 of 255 = 77%
G 198 of 255 = 78%
B 202 of 255 = 79%

196
198
202

R + G + B ~ 78%. #C4C6CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 198 + 202 = 596 (100%)
R 196 of 596 ~ 32.89%
G 198 of 596 ~ 33.22%
B 202 of 596 ~ 33.89%

%32.89
%33.22
%33.89

CMYK color model

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

  • cyan value is 2.97%
  • magenta value is 1.98%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(3,2,0,21)
C3M2Y0K21 
(3%,2%,0%,21%)
(0.03/0.02/0.00/0.21)	

CMYK percentages

%2.97
%1.98
%0
%20.78

Codes

Color #C4C6CA in popluar color models

C4C6CA
RGB196198202
HSL220°5.36%78.04%
HSB/HSV220°2.97%79.22%
CMYK2.97%1.98%0.00%
20.78%

Color #C4C6CA in popluar number systems.

HEXC4C6CA
Decimal196198202
Binary110001001100011011001010
Octal304306312

Shades and tints

Shades of #C4C6CA

#C4C6CA
(196,198,202)
#B3B4B8
(179,180,184)
#A2A2A6
(162,162,166)
#919094
(145,144,148)
#807E82
(128,126,130)
#6F6C70
(111,108,112)
#5E5A5E
(94,90,94)
#4D484C
(77,72,76)
#3C363A
(60,54,58)
#2B2428
(43,36,40)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #C4C6CA

#C4C6CA
(196,198,202)
#C9CBCE
(201,203,206)
#CED0D2
(206,208,210)
#D3D5D6
(211,213,214)
#D8DADA
(216,218,218)
#DDDFDE
(221,223,222)
#E2E4E2
(226,228,226)
#E7E9E6
(231,233,230)
#ECEEEA
(236,238,234)
#F1F3EE
(241,243,238)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C6CA; }

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

This text font color is #C4C6CA.


Background Color

.myBgColor { background-color: #C4C6CA; }

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

This div background color is #C4C6CA.


Border color

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

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

This div border color is #C4C6CA.


Opacity

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

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

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

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

This text has shadow with #C4C6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C6CA on black background.


Color preview on white background

This text has color #C4C6CA on white background.



Black color preview on #C4C6CA background

This text has black color on #C4C6CA background.


White color preview on #C4C6CA background

This text has white color on #C4C6CA background.