COLOR #C5CAD2

HEX: #C5CAD2 RGB: (197,202,210)

Color info

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

RGB color model

#C5CAD2 color RGB value is (197,202,210).

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

RGB channels and saturation

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

197
202
210

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

Portions of RGB colors in percentages

R + G + B = 197 + 202 + 210 = 609 (100%)
R 197 of 609 ~ 32.35%
G 202 of 609 ~ 33.17%
B 210 of 609 ~ 34.48'%

%32.35
%33.17
%34.48

CMYK color model

#C5CAD2 color CMYK value is (6,4,0,18).

  • cyan value is 6.19%
  • magenta value is 3.81%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (6,4,0,18)
C6M4Y0K18 (6%, 4%, 0%, 18%)
(0.06 / 0.04 / 0.00 / 0.18)

CMYK percentages

%6.19
%3.81
%0
%17.65

Codes

Color #C5CAD2 in popluar color models

C5 CA D2
RGB 197 202 210
HSL 217° 12.62% 79.80%
HSB/HSV 217° 6.19% 82.35%
CMYK 6.19% 3.81% 0.00%
17.65%

Color #C5CAD2 in popluar number systems.

HEX C5 CA D2
Decimal 197 202 210
Binary 11000101 11001010 11010010
Octal 305 312 322

Shades and tints

Shades of #C5CAD2

#C5CAD2
(197,202,210)
#B4B8BF
(180,184,191)
#A3A6AC
(163,166,172)
#929499
(146,148,153)
#818286
(129,130,134)
#707073
(112,112,115)
#5F5E60
(95,94,96)
#4E4C4D
(78,76,77)
#3D3A3A
(61,58,58)
#2C2827
(44,40,39)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #C5CAD2

#C5CAD2
(197,202,210)
#CACED6
(202,206,214)
#CFD2DA
(207,210,218)
#D4D6DE
(212,214,222)
#D9DAE2
(217,218,226)
#DEDEE6
(222,222,230)
#E3E2EA
(227,226,234)
#E8E6EE
(232,230,238)
#EDEAF2
(237,234,242)
#F2EEF6
(242,238,246)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CAD2; }

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

This text font color is #C5CAD2.

Background Color

.myBgColor { background-color: #C5CAD2; }

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

This div background color is #C5CAD2.

Border color

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

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

This div border color is #C5CAD2.

Opacity

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

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

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

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

This text has shadow with #C5CAD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CAD2.

Preview

Color preview on black background

This text has color #C5CAD2 on black background.


Color preview on white background

This text has color #C5CAD2 on white background.


Black color preview on #C5CAD2 background

This text has black color on #C5CAD2 background.


White color preview on #C5CAD2 background

This text has white color on #C5CAD2 background.


Related colors

Complementary color

Complementary color for #hex is #3A352D.


I love getcolorcode.com

Triadic colors

1 #D2C5CA and #CAD2C5 with #C5CAD2 are triadic colors.

2 #D2CAC5 and #CAC5D2 with #C5CAD2 are triadic colors.