COLOR #C4CAC1

HEX: #C4CAC1 RGB: (196,202,193)

Color info

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

RGB color model

#C4CAC1 color RGB value is (196,202,193).

RGB: (196,202,193) (77%, 79%, 76%)

RGB channels and saturation

R 196 of 255 = 77%
G 202 of 255 = 79%
B 193 of 255 = 76%

196
202
193

R + G + B ~ 77%. #C4CAC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 202 + 193 = 591 (100%)
R 196 of 591 ~ 33.16%
G 202 of 591 ~ 34.18%
B 193 of 591 ~ 32.66'%

%33.16
%34.18
%32.66

CMYK color model

#C4CAC1 color CMYK value is (3,0,4,21).

  • cyan value is 2.97%
  • magenta value is 0.00%
  • yellow value is 4.46%
  • key color value is 20.78%

CMYK: (3,0,4,21)
C3M0Y4K21 (3%, 0%, 4%, 21%)
(0.03 / 0.00 / 0.04 / 0.21)

CMYK percentages

%2.97
%0
%4.46
%20.78

Codes

Color #C4CAC1 in popluar color models

C4 CA C1
RGB 196 202 193
HSL 100° 7.83% 77.45%
HSB/HSV 100° 4.46% 79.22%
CMYK 2.97% 0.00% 4.46%
20.78%

Color #C4CAC1 in popluar number systems.

HEX C4 CA C1
Decimal 196 202 193
Binary 11000100 11001010 11000001
Octal 304 312 301

Shades and tints

Shades of #C4CAC1

#C4CAC1
(196,202,193)
#B3B8B0
(179,184,176)
#A2A69F
(162,166,159)
#91948E
(145,148,142)
#80827D
(128,130,125)
#6F706C
(111,112,108)
#5E5E5B
(94,94,91)
#4D4C4A
(77,76,74)
#3C3A39
(60,58,57)
#2B2828
(43,40,40)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #C4CAC1

#C4CAC1
(196,202,193)
#C9CEC6
(201,206,198)
#CED2CB
(206,210,203)
#D3D6D0
(211,214,208)
#D8DAD5
(216,218,213)
#DDDEDA
(221,222,218)
#E2E2DF
(226,226,223)
#E7E6E4
(231,230,228)
#ECEAE9
(236,234,233)
#F1EEEE
(241,238,238)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CAC1; }

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

This text font color is #C4CAC1.

Background Color

.myBgColor { background-color: #C4CAC1; }

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

This div background color is #C4CAC1.

Border color

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

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

This div border color is #C4CAC1.

Opacity

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

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

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

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

This text has shadow with #C4CAC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CAC1.

Preview

Color preview on black background

This text has color #C4CAC1 on black background.


Color preview on white background

This text has color #C4CAC1 on white background.


Black color preview on #C4CAC1 background

This text has black color on #C4CAC1 background.


White color preview on #C4CAC1 background

This text has white color on #C4CAC1 background.


Related colors

Complementary color

Complementary color for #hex is #3B353E.


I love getcolorcode.com

Triadic colors

1 #C1C4CA and #CAC1C4 with #C4CAC1 are triadic colors.

2 #C1CAC4 and #CAC4C1 with #C4CAC1 are triadic colors.