COLOR #C4C9CF

HEX: #C4C9CF
RGB: (196,201,207)

Color info

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

RGB color model

#C4C9CF color RGB value is (196,201,207).

  • red value is 196;
  • green value is 201;
  • blue value is 207.
RGB:
(196,201,207)
(77%,79%,81%)

RGB channels and saturation

R 196 of 255 = 77%
G 201 of 255 = 79%
B 207 of 255 = 81%

196
201
207

R + G + B ~ 79%. #C4C9CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 201 + 207 = 604 (100%)
R 196 of 604 ~ 32.45%
G 201 of 604 ~ 33.28%
B 207 of 604 ~ 34.27%

%32.45
%33.28
%34.27

CMYK color model

#C4C9CF color CMYK value is (5,3,0,19).

  • cyan value is 5.31%
  • magenta value is 2.90%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(5,3,0,19)
C5M3Y0K19 
(5%,3%,0%,19%)
(0.05/0.03/0.00/0.19)	

CMYK percentages

%5.31
%2.9
%0
%18.82

Codes

Color #C4C9CF in popluar color models

C4C9CF
RGB196201207
HSL213°10.28%79.02%
HSB/HSV213°5.31%81.18%
CMYK5.31%2.90%0.00%
18.82%

Color #C4C9CF in popluar number systems.

HEXC4C9CF
Decimal196201207
Binary110001001100100111001111
Octal304311317

Shades and tints

Shades of #C4C9CF

#C4C9CF
(196,201,207)
#B3B7BD
(179,183,189)
#A2A5AB
(162,165,171)
#919399
(145,147,153)
#808187
(128,129,135)
#6F6F75
(111,111,117)
#5E5D63
(94,93,99)
#4D4B51
(77,75,81)
#3C393F
(60,57,63)
#2B272D
(43,39,45)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #C4C9CF

#C4C9CF
(196,201,207)
#C9CDD3
(201,205,211)
#CED1D7
(206,209,215)
#D3D5DB
(211,213,219)
#D8D9DF
(216,217,223)
#DDDDE3
(221,221,227)
#E2E1E7
(226,225,231)
#E7E5EB
(231,229,235)
#ECE9EF
(236,233,239)
#F1EDF3
(241,237,243)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C9CF color. Also use rgb(196,201,207) instead hex code.

Text Font Color

.myTextColor { color: #C4C9CF; }

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

This text font color is #C4C9CF.


Background Color

.myBgColor { background-color: #C4C9CF; }

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

This div background color is #C4C9CF.


Border color

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

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

This div border color is #C4C9CF.


Opacity

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

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

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

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

This text has shadow with #C4C9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C9CF on black background.


Color preview on white background

This text has color #C4C9CF on white background.



Black color preview on #C4C9CF background

This text has black color on #C4C9CF background.


White color preview on #C4C9CF background

This text has white color on #C4C9CF background.