COLOR #CAD0E5

HEX: #CAD0E5 RGB: (202,208,229)

Color info

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

RGB color model

#CAD0E5 color RGB value is (202,208,229).

RGB: (202,208,229) (79%, 82%, 90%)

RGB channels and saturation

R 202 of 255 = 79%
G 208 of 255 = 82%
B 229 of 255 = 90%

202
208
229

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

Portions of RGB colors in percentages

R + G + B = 202 + 208 + 229 = 639 (100%)
R 202 of 639 ~ 31.61%
G 208 of 639 ~ 32.55%
B 229 of 639 ~ 35.84'%

%31.61
%32.55
%35.84

CMYK color model

#CAD0E5 color CMYK value is (12,9,0,10).

  • cyan value is 11.79%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (12,9,0,10) C12M9Y0K10 (12%,9%,0%,10%) (0.12/0.09/0.00/0.10) 

CMYK percentages

%11.79
%9.17
%0
%10.2

Codes

Color #CAD0E5 in popluar color models

CA D0 E5
RGB 202 208 229
HSL 227° 34.18% 84.51%
HSB/HSV 227° 11.79% 89.80%
CMYK 11.79% 9.17% 0.00%
10.20%

Color #CAD0E5 in popluar number systems.

HEX CA D0 E5
Decimal 202 208 229
Binary 11001010 11010000 11100101
Octal 312 320 345

Shades and tints

Shades of #CAD0E5

#CAD0E5
(202,208,229)
#B8BED1
(184,190,209)
#A6ACBD
(166,172,189)
#949AA9
(148,154,169)
#828895
(130,136,149)
#707681
(112,118,129)
#5E646D
(94,100,109)
#4C5259
(76,82,89)
#3A4045
(58,64,69)
#282E31
(40,46,49)
#161C1D
(22,28,29)
#000000
(0,0,0)

Tints of #CAD0E5

#CAD0E5
(202,208,229)
#CED4E7
(206,212,231)
#D2D8E9
(210,216,233)
#D6DCEB
(214,220,235)
#DAE0ED
(218,224,237)
#DEE4EF
(222,228,239)
#E2E8F1
(226,232,241)
#E6ECF3
(230,236,243)
#EAF0F5
(234,240,245)
#EEF4F7
(238,244,247)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAD0E5 color. Also use rgb(202,208,229) instead hex code.

Text Font Color

.myTextColor { color: #CAD0E5; }

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

This text font color is #CAD0E5.

Background Color

.myBgColor { background-color: #CAD0E5; }

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

This div background color is #CAD0E5.

Border color

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

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

This div border color is #CAD0E5.

Opacity

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

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

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

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

This text has shadow with #CAD0E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAD0E5.

Preview

Color preview on black background

This text has color #CAD0E5 on black background.


Color preview on white background

This text has color #CAD0E5 on white background.


Black color preview on #CAD0E5 background

This text has black color on #CAD0E5 background.


White color preview on #CAD0E5 background

This text has white color on #CAD0E5 background.


Related colors

Complementary color

Complementary color for #hex is #352F1A.


I love getcolorcode.com

Triadic colors

1 #E5CAD0 and #D0E5CA with #CAD0E5 are triadic colors.

2 #E5D0CA and #D0CAE5 with #CAD0E5 are triadic colors.