COLOR #C5CAD1

HEX: #C5CAD1 RGB: (197,202,209)

Color info

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

RGB color model

#C5CAD1 color RGB value is (197,202,209).

RGB: (197,202,209) (77%, 79%, 82%)

RGB channels and saturation

R 197 of 255 = 77%
G 202 of 255 = 79%
B 209 of 255 = 82%

197
202
209

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

Portions of RGB colors in percentages

R + G + B = 197 + 202 + 209 = 608 (100%)
R 197 of 608 ~ 32.4%
G 202 of 608 ~ 33.22%
B 209 of 608 ~ 34.38'%

%32.4
%33.22
%34.38

CMYK color model

#C5CAD1 color CMYK value is (6,3,0,18).

  • cyan value is 5.74%
  • magenta value is 3.35%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (6,3,0,18) C6M3Y0K18 (6%,3%,0%,18%) (0.06/0.03/0.00/0.18) 

CMYK percentages

%5.74
%3.35
%0
%18.04

Codes

Color #C5CAD1 in popluar color models

C5 CA D1
RGB 197 202 209
HSL 215° 11.54% 79.61%
HSB/HSV 215° 5.74% 81.96%
CMYK 5.74% 3.35% 0.00%
18.04%

Color #C5CAD1 in popluar number systems.

HEX C5 CA D1
Decimal 197 202 209
Binary 11000101 11001010 11010001
Octal 305 312 321

Shades and tints

Shades of #C5CAD1

#C5CAD1
(197,202,209)
#B4B8BE
(180,184,190)
#A3A6AB
(163,166,171)
#929498
(146,148,152)
#818285
(129,130,133)
#707072
(112,112,114)
#5F5E5F
(95,94,95)
#4E4C4C
(78,76,76)
#3D3A39
(61,58,57)
#2C2826
(44,40,38)
#1B1613
(27,22,19)
#000000
(0,0,0)

Tints of #C5CAD1

#C5CAD1
(197,202,209)
#CACED5
(202,206,213)
#CFD2D9
(207,210,217)
#D4D6DD
(212,214,221)
#D9DAE1
(217,218,225)
#DEDEE5
(222,222,229)
#E3E2E9
(227,226,233)
#E8E6ED
(232,230,237)
#EDEAF1
(237,234,241)
#F2EEF5
(242,238,245)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CAD1; }

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

This text font color is #C5CAD1.

Background Color

.myBgColor { background-color: #C5CAD1; }

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

This div background color is #C5CAD1.

Border color

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

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

This div border color is #C5CAD1.

Opacity

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

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

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

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

This text has shadow with #C5CAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CAD1.

Preview

Color preview on black background

This text has color #C5CAD1 on black background.


Color preview on white background

This text has color #C5CAD1 on white background.


Black color preview on #C5CAD1 background

This text has black color on #C5CAD1 background.


White color preview on #C5CAD1 background

This text has white color on #C5CAD1 background.


Related colors

Complementary color

Complementary color for #hex is #3A352E.


I love getcolorcode.com

Triadic colors

1 #D1C5CA and #CAD1C5 with #C5CAD1 are triadic colors.

2 #D1CAC5 and #CAC5D1 with #C5CAD1 are triadic colors.