COLOR #C4CAC6

HEX: #C4CAC6
RGB: (196,202,198)

Color info

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

RGB color model

#C4CAC6 color RGB value is (196,202,198).

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

RGB channels and saturation

R 196 of 255 = 77%
G 202 of 255 = 79%
B 198 of 255 = 78%

196
202
198

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

Portions of RGB colors in percentages

R + G + B =
196 + 202 + 198 = 596 (100%)
R 196 of 596 ~ 32.89%
G 202 of 596 ~ 33.89%
B 198 of 596 ~ 33.22%

%32.89
%33.89
%33.22

CMYK color model

#C4CAC6 color CMYK value is (3,0,2,21).

  • cyan value is 2.97%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • key color value is 20.78%
CMYK:
(3,0,2,21)
C3M0Y2K21 
(3%,0%,2%,21%)
(0.03/0.00/0.02/0.21)	

CMYK percentages

%2.97
%0
%1.98
%20.78

Codes

Color #C4CAC6 in popluar color models

C4CAC6
RGB196202198
HSL140°5.36%78.04%
HSB/HSV140°2.97%79.22%
CMYK2.97%0.00%1.98%
20.78%

Color #C4CAC6 in popluar number systems.

HEXC4CAC6
Decimal196202198
Binary110001001100101011000110
Octal304312306

Shades and tints

Shades of #C4CAC6

#C4CAC6
(196,202,198)
#B3B8B4
(179,184,180)
#A2A6A2
(162,166,162)
#919490
(145,148,144)
#80827E
(128,130,126)
#6F706C
(111,112,108)
#5E5E5A
(94,94,90)
#4D4C48
(77,76,72)
#3C3A36
(60,58,54)
#2B2824
(43,40,36)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #C4CAC6

#C4CAC6
(196,202,198)
#C9CECB
(201,206,203)
#CED2D0
(206,210,208)
#D3D6D5
(211,214,213)
#D8DADA
(216,218,218)
#DDDEDF
(221,222,223)
#E2E2E4
(226,226,228)
#E7E6E9
(231,230,233)
#ECEAEE
(236,234,238)
#F1EEF3
(241,238,243)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CAC6; }

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

This text font color is #C4CAC6.


Background Color

.myBgColor { background-color: #C4CAC6; }

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

This div background color is #C4CAC6.


Border color

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

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

This div border color is #C4CAC6.


Opacity

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

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

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

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

This text has shadow with #C4CAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CAC6 on black background.


Color preview on white background

This text has color #C4CAC6 on white background.



Black color preview on #C4CAC6 background

This text has black color on #C4CAC6 background.


White color preview on #C4CAC6 background

This text has white color on #C4CAC6 background.