COLOR #C5CAC1

HEX: #C5CAC1
RGB: (197,202,193)

Color info

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

RGB color model

#C5CAC1 color RGB value is (197,202,193).

  • red value is 197;
  • green value is 202;
  • blue value is 193.
RGB:
(197,202,193)
(77%,79%,76%)

RGB channels and saturation

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

197
202
193

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

Portions of RGB colors in percentages

R + G + B =
197 + 202 + 193 = 592 (100%)
R 197 of 592 ~ 33.28%
G 202 of 592 ~ 34.12%
B 193 of 592 ~ 32.6%

%33.28
%34.12
%32.6

CMYK color model

#C5CAC1 color CMYK value is (2,0,4,21).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 4.46%
  • key color value is 20.78%
CMYK:
(2,0,4,21)
C2M0Y4K21 
(2%,0%,4%,21%)
(0.02/0.00/0.04/0.21)	

CMYK percentages

%2.48
%0
%4.46
%20.78

Codes

Color #C5CAC1 in popluar color models

C5CAC1
RGB197202193
HSL93°7.83%77.45%
HSB/HSV93°4.46%79.22%
CMYK2.48%0.00%4.46%
20.78%

Color #C5CAC1 in popluar number systems.

HEXC5CAC1
Decimal197202193
Binary110001011100101011000001
Octal305312301

Shades and tints

Shades of #C5CAC1

#C5CAC1
(197,202,193)
#B4B8B0
(180,184,176)
#A3A69F
(163,166,159)
#92948E
(146,148,142)
#81827D
(129,130,125)
#70706C
(112,112,108)
#5F5E5B
(95,94,91)
#4E4C4A
(78,76,74)
#3D3A39
(61,58,57)
#2C2828
(44,40,40)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #C5CAC1

#C5CAC1
(197,202,193)
#CACEC6
(202,206,198)
#CFD2CB
(207,210,203)
#D4D6D0
(212,214,208)
#D9DAD5
(217,218,213)
#DEDEDA
(222,222,218)
#E3E2DF
(227,226,223)
#E8E6E4
(232,230,228)
#EDEAE9
(237,234,233)
#F2EEEE
(242,238,238)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CAC1; }

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

This text font color is #C5CAC1.


Background Color

.myBgColor { background-color: #C5CAC1; }

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

This div background color is #C5CAC1.


Border color

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

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

This div border color is #C5CAC1.


Opacity

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

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

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

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

This text has shadow with #C5CAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CAC1 on black background.


Color preview on white background

This text has color #C5CAC1 on white background.



Black color preview on #C5CAC1 background

This text has black color on #C5CAC1 background.


White color preview on #C5CAC1 background

This text has white color on #C5CAC1 background.