COLOR #C4C7CA

HEX: #C4C7CA
RGB: (196,199,202)

Color info

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

RGB color model

#C4C7CA color RGB value is (196,199,202).

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

RGB channels and saturation

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

196
199
202

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

Portions of RGB colors in percentages

R + G + B =
196 + 199 + 202 = 597 (100%)
R 196 of 597 ~ 32.83%
G 199 of 597 ~ 33.33%
B 202 of 597 ~ 33.84%

%32.83
%33.33
%33.84

CMYK color model

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

  • cyan value is 2.97%
  • magenta value is 1.49%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(3,1,0,21)
C3M1Y0K21 
(3%,1%,0%,21%)
(0.03/0.01/0.00/0.21)	

CMYK percentages

%2.97
%1.49
%0
%20.78

Codes

Color #C4C7CA in popluar color models

C4C7CA
RGB196199202
HSL210°5.36%78.04%
HSB/HSV210°2.97%79.22%
CMYK2.97%1.49%0.00%
20.78%

Color #C4C7CA in popluar number systems.

HEXC4C7CA
Decimal196199202
Binary110001001100011111001010
Octal304307312

Shades and tints

Shades of #C4C7CA

#C4C7CA
(196,199,202)
#B3B5B8
(179,181,184)
#A2A3A6
(162,163,166)
#919194
(145,145,148)
#807F82
(128,127,130)
#6F6D70
(111,109,112)
#5E5B5E
(94,91,94)
#4D494C
(77,73,76)
#3C373A
(60,55,58)
#2B2528
(43,37,40)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #C4C7CA

#C4C7CA
(196,199,202)
#C9CCCE
(201,204,206)
#CED1D2
(206,209,210)
#D3D6D6
(211,214,214)
#D8DBDA
(216,219,218)
#DDE0DE
(221,224,222)
#E2E5E2
(226,229,226)
#E7EAE6
(231,234,230)
#ECEFEA
(236,239,234)
#F1F4EE
(241,244,238)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C7CA; }

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

This text font color is #C4C7CA.


Background Color

.myBgColor { background-color: #C4C7CA; }

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

This div background color is #C4C7CA.


Border color

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

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

This div border color is #C4C7CA.


Opacity

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

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

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

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

This text has shadow with #C4C7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C7CA on black background.


Color preview on white background

This text has color #C4C7CA on white background.



Black color preview on #C4C7CA background

This text has black color on #C4C7CA background.


White color preview on #C4C7CA background

This text has white color on #C4C7CA background.