COLOR #CAD6C9

HEX: #CAD6C9 RGB: (202,214,201)

Color info

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

RGB color model

#CAD6C9 color RGB value is (202,214,201).

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

RGB channels and saturation

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

202
214
201

R + G + B ~ 81%. #CAD6C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 214 + 201 = 617 (100%)
R 202 of 617 ~ 32.74%
G 214 of 617 ~ 34.68%
B 201 of 617 ~ 32.58'%

%32.74
%34.68
%32.58

CMYK color model

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

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

CMYK percentages

%5.61
%0
%6.07
%16.08

Codes

Color #CAD6C9 in popluar color models

CA D6 C9
RGB 202 214 201
HSL 115° 13.68% 81.37%
HSB/HSV 115° 6.07% 83.92%
CMYK 5.61% 0.00% 6.07%
16.08%

Color #CAD6C9 in popluar number systems.

HEX CA D6 C9
Decimal 202 214 201
Binary 11001010 11010110 11001001
Octal 312 326 311

Shades and tints

Shades of #CAD6C9

#CAD6C9
(202,214,201)
#B8C3B7
(184,195,183)
#A6B0A5
(166,176,165)
#949D93
(148,157,147)
#828A81
(130,138,129)
#70776F
(112,119,111)
#5E645D
(94,100,93)
#4C514B
(76,81,75)
#3A3E39
(58,62,57)
#282B27
(40,43,39)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #CAD6C9

#CAD6C9
(202,214,201)
#CED9CD
(206,217,205)
#D2DCD1
(210,220,209)
#D6DFD5
(214,223,213)
#DAE2D9
(218,226,217)
#DEE5DD
(222,229,221)
#E2E8E1
(226,232,225)
#E6EBE5
(230,235,229)
#EAEEE9
(234,238,233)
#EEF1ED
(238,241,237)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAD6C9; }

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

This text font color is #CAD6C9.

Background Color

.myBgColor { background-color: #CAD6C9; }

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

This div background color is #CAD6C9.

Border color

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

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

This div border color is #CAD6C9.

Opacity

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

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

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

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

This text has shadow with #CAD6C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAD6C9.

Preview

Color preview on black background

This text has color #CAD6C9 on black background.


Color preview on white background

This text has color #CAD6C9 on white background.


Black color preview on #CAD6C9 background

This text has black color on #CAD6C9 background.


White color preview on #CAD6C9 background

This text has white color on #CAD6C9 background.


Related colors

Complementary color

Complementary color for #hex is #352936.


I love getcolorcode.com

Triadic colors

1 #C9CAD6 and #D6C9CA with #CAD6C9 are triadic colors.

2 #C9D6CA and #D6CAC9 with #CAD6C9 are triadic colors.