COLOR #CAD6E3

HEX: #CAD6E3 RGB: (202,214,227)

Color info

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

RGB color model

#CAD6E3 color RGB value is (202,214,227).

RGB: (202,214,227) (79%, 84%, 89%)

RGB channels and saturation

R 202 of 255 = 79%
G 214 of 255 = 84%
B 227 of 255 = 89%

202
214
227

R + G + B ~ 84%. #CAD6E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 214 + 227 = 643 (100%)
R 202 of 643 ~ 31.42%
G 214 of 643 ~ 33.28%
B 227 of 643 ~ 35.3'%

%31.42
%33.28
%35.3

CMYK color model

#CAD6E3 color CMYK value is (11,6,0,11).

  • cyan value is 11.01%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (11,6,0,11)
C11M6Y0K11 (11%, 6%, 0%, 11%)
(0.11 / 0.06 / 0.00 / 0.11)

CMYK percentages

%11.01
%5.73
%0
%10.98

Codes

Color #CAD6E3 in popluar color models

CA D6 E3
RGB 202 214 227
HSL 211° 30.86% 84.12%
HSB/HSV 211° 11.01% 89.02%
CMYK 11.01% 5.73% 0.00%
10.98%

Color #CAD6E3 in popluar number systems.

HEX CA D6 E3
Decimal 202 214 227
Binary 11001010 11010110 11100011
Octal 312 326 343

Shades and tints

Shades of #CAD6E3

#CAD6E3
(202,214,227)
#B8C3CF
(184,195,207)
#A6B0BB
(166,176,187)
#949DA7
(148,157,167)
#828A93
(130,138,147)
#70777F
(112,119,127)
#5E646B
(94,100,107)
#4C5157
(76,81,87)
#3A3E43
(58,62,67)
#282B2F
(40,43,47)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #CAD6E3

#CAD6E3
(202,214,227)
#CED9E5
(206,217,229)
#D2DCE7
(210,220,231)
#D6DFE9
(214,223,233)
#DAE2EB
(218,226,235)
#DEE5ED
(222,229,237)
#E2E8EF
(226,232,239)
#E6EBF1
(230,235,241)
#EAEEF3
(234,238,243)
#EEF1F5
(238,241,245)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAD6E3; }

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

This text font color is #CAD6E3.

Background Color

.myBgColor { background-color: #CAD6E3; }

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

This div background color is #CAD6E3.

Border color

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

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

This div border color is #CAD6E3.

Opacity

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

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

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

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

This text has shadow with #CAD6E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAD6E3.

Preview

Color preview on black background

This text has color #CAD6E3 on black background.


Color preview on white background

This text has color #CAD6E3 on white background.


Black color preview on #CAD6E3 background

This text has black color on #CAD6E3 background.


White color preview on #CAD6E3 background

This text has white color on #CAD6E3 background.


Related colors

Complementary color

Complementary color for #hex is #35291C.


I love getcolorcode.com

Triadic colors

1 #E3CAD6 and #D6E3CA with #CAD6E3 are triadic colors.

2 #E3D6CA and #D6CAE3 with #CAD6E3 are triadic colors.