COLOR #C5CAC0

HEX: #C5CAC0
RGB: (197,202,192)

Color info

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

RGB color model

#C5CAC0 color RGB value is (197,202,192).

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

RGB channels and saturation

R 197 of 255 = 77%
G 202 of 255 = 79%
B 192 of 255 = 75%

197
202
192

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

Portions of RGB colors in percentages

R + G + B =
197 + 202 + 192 = 591 (100%)
R 197 of 591 ~ 33.33%
G 202 of 591 ~ 34.18%
B 192 of 591 ~ 32.49%

%33.33
%34.18
%32.49

CMYK color model

#C5CAC0 color CMYK value is (2,0,5,21).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 4.95%
  • key color value is 20.78%
CMYK:
(2,0,5,21)
C2M0Y5K21 
(2%,0%,5%,21%)
(0.02/0.00/0.05/0.21)	

CMYK percentages

%2.48
%0
%4.95
%20.78

Codes

Color #C5CAC0 in popluar color models

C5CAC0
RGB197202192
HSL90°8.62%77.25%
HSB/HSV90°4.95%79.22%
CMYK2.48%0.00%4.95%
20.78%

Color #C5CAC0 in popluar number systems.

HEXC5CAC0
Decimal197202192
Binary110001011100101011000000
Octal305312300

Shades and tints

Shades of #C5CAC0

#C5CAC0
(197,202,192)
#B4B8AF
(180,184,175)
#A3A69E
(163,166,158)
#92948D
(146,148,141)
#81827C
(129,130,124)
#70706B
(112,112,107)
#5F5E5A
(95,94,90)
#4E4C49
(78,76,73)
#3D3A38
(61,58,56)
#2C2827
(44,40,39)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #C5CAC0

#C5CAC0
(197,202,192)
#CACEC5
(202,206,197)
#CFD2CA
(207,210,202)
#D4D6CF
(212,214,207)
#D9DAD4
(217,218,212)
#DEDED9
(222,222,217)
#E3E2DE
(227,226,222)
#E8E6E3
(232,230,227)
#EDEAE8
(237,234,232)
#F2EEED
(242,238,237)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CAC0; }

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

This text font color is #C5CAC0.


Background Color

.myBgColor { background-color: #C5CAC0; }

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

This div background color is #C5CAC0.


Border color

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

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

This div border color is #C5CAC0.


Opacity

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

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

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

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

This text has shadow with #C5CAC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CAC0 on black background.


Color preview on white background

This text has color #C5CAC0 on white background.



Black color preview on #C5CAC0 background

This text has black color on #C5CAC0 background.


White color preview on #C5CAC0 background

This text has white color on #C5CAC0 background.