COLOR #CAD6D9

HEX: #CAD6D9
RGB: (202,214,217)

Color info

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

RGB color model

#CAD6D9 color RGB value is (202,214,217).

  • red value is 202;
  • green value is 214;
  • blue value is 217.
RGB:
(202,214,217)
(79%,84%,85%)

RGB channels and saturation

R 202 of 255 = 79%
G 214 of 255 = 84%
B 217 of 255 = 85%

202
214
217

R + G + B ~ 83%. #CAD6D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 214 + 217 = 633 (100%)
R 202 of 633 ~ 31.91%
G 214 of 633 ~ 33.81%
B 217 of 633 ~ 34.28%

%31.91
%33.81
%34.28

CMYK color model

#CAD6D9 color CMYK value is (7,1,0,15).

  • cyan value is 6.91%
  • magenta value is 1.38%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(7,1,0,15)
C7M1Y0K15 
(7%,1%,0%,15%)
(0.07/0.01/0.00/0.15)	

CMYK percentages

%6.91
%1.38
%0
%14.9

Codes

Color #CAD6D9 in popluar color models

CAD6D9
RGB202214217
HSL192°16.48%82.16%
HSB/HSV192°6.91%85.10%
CMYK6.91%1.38%0.00%
14.90%

Color #CAD6D9 in popluar number systems.

HEXCAD6D9
Decimal202214217
Binary110010101101011011011001
Octal312326331

Shades and tints

Shades of #CAD6D9

#CAD6D9
(202,214,217)
#B8C3C6
(184,195,198)
#A6B0B3
(166,176,179)
#949DA0
(148,157,160)
#828A8D
(130,138,141)
#70777A
(112,119,122)
#5E6467
(94,100,103)
#4C5154
(76,81,84)
#3A3E41
(58,62,65)
#282B2E
(40,43,46)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #CAD6D9

#CAD6D9
(202,214,217)
#CED9DC
(206,217,220)
#D2DCDF
(210,220,223)
#D6DFE2
(214,223,226)
#DAE2E5
(218,226,229)
#DEE5E8
(222,229,232)
#E2E8EB
(226,232,235)
#E6EBEE
(230,235,238)
#EAEEF1
(234,238,241)
#EEF1F4
(238,241,244)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAD6D9; }

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

This text font color is #CAD6D9.


Background Color

.myBgColor { background-color: #CAD6D9; }

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

This div background color is #CAD6D9.


Border color

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

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

This div border color is #CAD6D9.


Opacity

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

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

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

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

This text has shadow with #CAD6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD6D9 on black background.


Color preview on white background

This text has color #CAD6D9 on white background.



Black color preview on #CAD6D9 background

This text has black color on #CAD6D9 background.


White color preview on #CAD6D9 background

This text has white color on #CAD6D9 background.