COLOR #CAD5D6

HEX: #CAD5D6 RGB: (202,213,214)

Color info

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

RGB color model

#CAD5D6 color RGB value is (202,213,214).

RGB: (202,213,214) (79%, 84%, 84%)

RGB channels and saturation

R 202 of 255 = 79%
G 213 of 255 = 84%
B 214 of 255 = 84%

202
213
214

R + G + B ~ 82%. #CAD5D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 213 + 214 = 629 (100%)
R 202 of 629 ~ 32.11%
G 213 of 629 ~ 33.86%
B 214 of 629 ~ 34.02'%

%32.11
%33.86
%34.02

CMYK color model

#CAD5D6 color CMYK value is (6,0,0,16).

  • cyan value is 5.61%
  • magenta value is 0.47%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (6,0,0,16) C6M0Y0K16 (6%,0%,0%,16%) (0.06/0.00/0.00/0.16) 

CMYK percentages

%5.61
%0.47
%0
%16.08

Codes

Color #CAD5D6 in popluar color models

CA D5 D6
RGB 202 213 214
HSL 185° 12.77% 81.57%
HSB/HSV 185° 5.61% 83.92%
CMYK 5.61% 0.47% 0.00%
16.08%

Color #CAD5D6 in popluar number systems.

HEX CA D5 D6
Decimal 202 213 214
Binary 11001010 11010101 11010110
Octal 312 325 326

Shades and tints

Shades of #CAD5D6

#CAD5D6
(202,213,214)
#B8C2C3
(184,194,195)
#A6AFB0
(166,175,176)
#949C9D
(148,156,157)
#82898A
(130,137,138)
#707677
(112,118,119)
#5E6364
(94,99,100)
#4C5051
(76,80,81)
#3A3D3E
(58,61,62)
#282A2B
(40,42,43)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #CAD5D6

#CAD5D6
(202,213,214)
#CED8D9
(206,216,217)
#D2DBDC
(210,219,220)
#D6DEDF
(214,222,223)
#DAE1E2
(218,225,226)
#DEE4E5
(222,228,229)
#E2E7E8
(226,231,232)
#E6EAEB
(230,234,235)
#EAEDEE
(234,237,238)
#EEF0F1
(238,240,241)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAD5D6 color. Also use rgb(202,213,214) instead hex code.

Text Font Color

.myTextColor { color: #CAD5D6; }

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

This text font color is #CAD5D6.

Background Color

.myBgColor { background-color: #CAD5D6; }

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

This div background color is #CAD5D6.

Border color

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

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

This div border color is #CAD5D6.

Opacity

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

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

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

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

This text has shadow with #CAD5D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAD5D6.

Preview

Color preview on black background

This text has color #CAD5D6 on black background.


Color preview on white background

This text has color #CAD5D6 on white background.


Black color preview on #CAD5D6 background

This text has black color on #CAD5D6 background.


White color preview on #CAD5D6 background

This text has white color on #CAD5D6 background.


Related colors

Complementary color

Complementary color for #hex is #352A29.


I love getcolorcode.com

Triadic colors

1 #D6CAD5 and #D5D6CA with #CAD5D6 are triadic colors.

2 #D6D5CA and #D5CAD6 with #CAD5D6 are triadic colors.