COLOR #C5CACD

HEX: #C5CACD RGB: (197,202,205)

Color info

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

RGB color model

#C5CACD color RGB value is (197,202,205).

RGB: (197,202,205) (77%, 79%, 80%)

RGB channels and saturation

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

197
202
205

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

Portions of RGB colors in percentages

R + G + B = 197 + 202 + 205 = 604 (100%)
R 197 of 604 ~ 32.62%
G 202 of 604 ~ 33.44%
B 205 of 604 ~ 33.94'%

%32.62
%33.44
%33.94

CMYK color model

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

  • cyan value is 3.90%
  • 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

%3.9
%1.46
%0
%19.61

Codes

Color #C5CACD in popluar color models

C5 CA CD
RGB 197 202 205
HSL 203° 7.41% 78.82%
HSB/HSV 203° 3.90% 80.39%
CMYK 3.90% 1.46% 0.00%
19.61%

Color #C5CACD in popluar number systems.

HEX C5 CA CD
Decimal 197 202 205
Binary 11000101 11001010 11001101
Octal 305 312 315

Shades and tints

Shades of #C5CACD

#C5CACD
(197,202,205)
#B4B8BB
(180,184,187)
#A3A6A9
(163,166,169)
#929497
(146,148,151)
#818285
(129,130,133)
#707073
(112,112,115)
#5F5E61
(95,94,97)
#4E4C4F
(78,76,79)
#3D3A3D
(61,58,61)
#2C282B
(44,40,43)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #C5CACD

#C5CACD
(197,202,205)
#CACED1
(202,206,209)
#CFD2D5
(207,210,213)
#D4D6D9
(212,214,217)
#D9DADD
(217,218,221)
#DEDEE1
(222,222,225)
#E3E2E5
(227,226,229)
#E8E6E9
(232,230,233)
#EDEAED
(237,234,237)
#F2EEF1
(242,238,241)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CACD; }

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

This text font color is #C5CACD.

Background Color

.myBgColor { background-color: #C5CACD; }

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

This div background color is #C5CACD.

Border color

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

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

This div border color is #C5CACD.

Opacity

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

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

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

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

This text has shadow with #C5CACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CACD.

Preview

Color preview on black background

This text has color #C5CACD on black background.


Color preview on white background

This text has color #C5CACD on white background.


Black color preview on #C5CACD background

This text has black color on #C5CACD background.


White color preview on #C5CACD background

This text has white color on #C5CACD background.


Related colors

Complementary color

Complementary color for #hex is #3A3532.


I love getcolorcode.com

Triadic colors

1 #CDC5CA and #CACDC5 with #C5CACD are triadic colors.

2 #CDCAC5 and #CAC5CD with #C5CACD are triadic colors.