COLOR #C4C0CF

HEX: #C4C0CF
RGB: (196,192,207)

Color info

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

RGB color model

#C4C0CF color RGB value is (196,192,207).

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

RGB channels and saturation

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

196
192
207

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

Portions of RGB colors in percentages

R + G + B =
196 + 192 + 207 = 595 (100%)
R 196 of 595 ~ 32.94%
G 192 of 595 ~ 32.27%
B 207 of 595 ~ 34.79%

%32.94
%32.27
%34.79

CMYK color model

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

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

CMYK percentages

%5.31
%7.25
%0
%18.82

Codes

Color #C4C0CF in popluar color models

C4C0CF
RGB196192207
HSL256°13.51%78.24%
HSB/HSV256°7.25%81.18%
CMYK5.31%7.25%0.00%
18.82%

Color #C4C0CF in popluar number systems.

HEXC4C0CF
Decimal196192207
Binary110001001100000011001111
Octal304300317

Shades and tints

Shades of #C4C0CF

#C4C0CF
(196,192,207)
#B3AFBD
(179,175,189)
#A29EAB
(162,158,171)
#918D99
(145,141,153)
#807C87
(128,124,135)
#6F6B75
(111,107,117)
#5E5A63
(94,90,99)
#4D4951
(77,73,81)
#3C383F
(60,56,63)
#2B272D
(43,39,45)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #C4C0CF

#C4C0CF
(196,192,207)
#C9C5D3
(201,197,211)
#CECAD7
(206,202,215)
#D3CFDB
(211,207,219)
#D8D4DF
(216,212,223)
#DDD9E3
(221,217,227)
#E2DEE7
(226,222,231)
#E7E3EB
(231,227,235)
#ECE8EF
(236,232,239)
#F1EDF3
(241,237,243)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C0CF; }

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

This text font color is #C4C0CF.


Background Color

.myBgColor { background-color: #C4C0CF; }

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

This div background color is #C4C0CF.


Border color

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

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

This div border color is #C4C0CF.


Opacity

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

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

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

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

This text has shadow with #C4C0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C0CF on black background.


Color preview on white background

This text has color #C4C0CF on white background.



Black color preview on #C4C0CF background

This text has black color on #C4C0CF background.


White color preview on #C4C0CF background

This text has white color on #C4C0CF background.