COLOR #C4C4CF

HEX: #C4C4CF
RGB: (196,196,207)

Color info

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

RGB color model

#C4C4CF color RGB value is (196,196,207).

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

RGB channels and saturation

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

196
196
207

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

Portions of RGB colors in percentages

R + G + B =
196 + 196 + 207 = 599 (100%)
R 196 of 599 ~ 32.72%
G 196 of 599 ~ 32.72%
B 207 of 599 ~ 34.56%

%32.72
%32.72
%34.56

CMYK color model

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

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

CMYK percentages

%5.31
%5.31
%0
%18.82

Codes

Color #C4C4CF in popluar color models

C4C4CF
RGB196196207
HSL240°10.28%79.02%
HSB/HSV240°5.31%81.18%
CMYK5.31%5.31%0.00%
18.82%

Color #C4C4CF in popluar number systems.

HEXC4C4CF
Decimal196196207
Binary110001001100010011001111
Octal304304317

Shades and tints

Shades of #C4C4CF

#C4C4CF
(196,196,207)
#B3B3BD
(179,179,189)
#A2A2AB
(162,162,171)
#919199
(145,145,153)
#808087
(128,128,135)
#6F6F75
(111,111,117)
#5E5E63
(94,94,99)
#4D4D51
(77,77,81)
#3C3C3F
(60,60,63)
#2B2B2D
(43,43,45)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #C4C4CF

#C4C4CF
(196,196,207)
#C9C9D3
(201,201,211)
#CECED7
(206,206,215)
#D3D3DB
(211,211,219)
#D8D8DF
(216,216,223)
#DDDDE3
(221,221,227)
#E2E2E7
(226,226,231)
#E7E7EB
(231,231,235)
#ECECEF
(236,236,239)
#F1F1F3
(241,241,243)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C4CF; }

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

This text font color is #C4C4CF.


Background Color

.myBgColor { background-color: #C4C4CF; }

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

This div background color is #C4C4CF.


Border color

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

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

This div border color is #C4C4CF.


Opacity

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

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

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

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

This text has shadow with #C4C4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C4CF on black background.


Color preview on white background

This text has color #C4C4CF on white background.



Black color preview on #C4C4CF background

This text has black color on #C4C4CF background.


White color preview on #C4C4CF background

This text has white color on #C4C4CF background.