COLOR #C4CACD

HEX: #C4CACD
RGB: (196,202,205)

Color info

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

RGB color model

#C4CACD color RGB value is (196,202,205).

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

RGB channels and saturation

R 196 of 255 = 77%
G 202 of 255 = 79%
B 205 of 255 = 80%

196
202
205

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

Portions of RGB colors in percentages

R + G + B =
196 + 202 + 205 = 603 (100%)
R 196 of 603 ~ 32.5%
G 202 of 603 ~ 33.5%
B 205 of 603 ~ 34%

%32.5
%33.5
%34

CMYK color model

#C4CACD color CMYK value is (4,1,0,20).

  • cyan value is 4.39%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(4,1,0,20)
C4M1Y0K20 
(4%,1%,0%,20%)
(0.04/0.01/0.00/0.20)	

CMYK percentages

%4.39
%1.46
%0
%19.61

Codes

Color #C4CACD in popluar color models

C4CACD
RGB196202205
HSL200°8.26%78.63%
HSB/HSV200°4.39%80.39%
CMYK4.39%1.46%0.00%
19.61%

Color #C4CACD in popluar number systems.

HEXC4CACD
Decimal196202205
Binary110001001100101011001101
Octal304312315

Shades and tints

Shades of #C4CACD

#C4CACD
(196,202,205)
#B3B8BB
(179,184,187)
#A2A6A9
(162,166,169)
#919497
(145,148,151)
#808285
(128,130,133)
#6F7073
(111,112,115)
#5E5E61
(94,94,97)
#4D4C4F
(77,76,79)
#3C3A3D
(60,58,61)
#2B282B
(43,40,43)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #C4CACD

#C4CACD
(196,202,205)
#C9CED1
(201,206,209)
#CED2D5
(206,210,213)
#D3D6D9
(211,214,217)
#D8DADD
(216,218,221)
#DDDEE1
(221,222,225)
#E2E2E5
(226,226,229)
#E7E6E9
(231,230,233)
#ECEAED
(236,234,237)
#F1EEF1
(241,238,241)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CACD; }

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

This text font color is #C4CACD.


Background Color

.myBgColor { background-color: #C4CACD; }

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

This div background color is #C4CACD.


Border color

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

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

This div border color is #C4CACD.


Opacity

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

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

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

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

This text has shadow with #C4CACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CACD on black background.


Color preview on white background

This text has color #C4CACD on white background.



Black color preview on #C4CACD background

This text has black color on #C4CACD background.


White color preview on #C4CACD background

This text has white color on #C4CACD background.