COLOR #C4C6CF

HEX: #C4C6CF
RGB: (196,198,207)

Color info

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

RGB color model

#C4C6CF color RGB value is (196,198,207).

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

RGB channels and saturation

R 196 of 255 = 77%
G 198 of 255 = 78%
B 207 of 255 = 81%

196
198
207

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

Portions of RGB colors in percentages

R + G + B =
196 + 198 + 207 = 601 (100%)
R 196 of 601 ~ 32.61%
G 198 of 601 ~ 32.95%
B 207 of 601 ~ 34.44%

%32.61
%32.95
%34.44

CMYK color model

#C4C6CF color CMYK value is (5,4,0,19).

  • cyan value is 5.31%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(5,4,0,19)
C5M4Y0K19 
(5%,4%,0%,19%)
(0.05/0.04/0.00/0.19)	

CMYK percentages

%5.31
%4.35
%0
%18.82

Codes

Color #C4C6CF in popluar color models

C4C6CF
RGB196198207
HSL229°10.28%79.02%
HSB/HSV229°5.31%81.18%
CMYK5.31%4.35%0.00%
18.82%

Color #C4C6CF in popluar number systems.

HEXC4C6CF
Decimal196198207
Binary110001001100011011001111
Octal304306317

Shades and tints

Shades of #C4C6CF

#C4C6CF
(196,198,207)
#B3B4BD
(179,180,189)
#A2A2AB
(162,162,171)
#919099
(145,144,153)
#807E87
(128,126,135)
#6F6C75
(111,108,117)
#5E5A63
(94,90,99)
#4D4851
(77,72,81)
#3C363F
(60,54,63)
#2B242D
(43,36,45)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #C4C6CF

#C4C6CF
(196,198,207)
#C9CBD3
(201,203,211)
#CED0D7
(206,208,215)
#D3D5DB
(211,213,219)
#D8DADF
(216,218,223)
#DDDFE3
(221,223,227)
#E2E4E7
(226,228,231)
#E7E9EB
(231,233,235)
#ECEEEF
(236,238,239)
#F1F3F3
(241,243,243)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C6CF; }

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

This text font color is #C4C6CF.


Background Color

.myBgColor { background-color: #C4C6CF; }

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

This div background color is #C4C6CF.


Border color

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

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

This div border color is #C4C6CF.


Opacity

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

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

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

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

This text has shadow with #C4C6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C6CF on black background.


Color preview on white background

This text has color #C4C6CF on white background.



Black color preview on #C4C6CF background

This text has black color on #C4C6CF background.


White color preview on #C4C6CF background

This text has white color on #C4C6CF background.