COLOR #CAD4E9

HEX: #CAD4E9
RGB: (202,212,233)

Color info

#CAD4E9 contains red, green and blue colors in about the same proportion. Web safe color of #CAD4E9 is #CCCCFF (or #CCF).

RGB color model

#CAD4E9 color RGB value is (202,212,233).

  • red value is 202;
  • green value is 212;
  • blue value is 233.
RGB:
(202,212,233)
(79%,83%,91%)

RGB channels and saturation

R 202 of 255 = 79%
G 212 of 255 = 83%
B 233 of 255 = 91%

202
212
233

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

Portions of RGB colors in percentages

R + G + B =
202 + 212 + 233 = 647 (100%)
R 202 of 647 ~ 31.22%
G 212 of 647 ~ 32.77%
B 233 of 647 ~ 36.01%

%31.22
%32.77
%36.01

CMYK color model

#CAD4E9 color CMYK value is (13,9,0,9).

  • cyan value is 13.30%
  • magenta value is 9.01%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(13,9,0,9)
C13M9Y0K9 
(13%,9%,0%,9%)
(0.13/0.09/0.00/0.09)	

CMYK percentages

%13.3
%9.01
%0
%8.63

Codes

Color #CAD4E9 in popluar color models

CAD4E9
RGB202212233
HSL221°41.33%85.29%
HSB/HSV221°13.30%91.37%
CMYK13.30%9.01%0.00%
8.63%

Color #CAD4E9 in popluar number systems.

HEXCAD4E9
Decimal202212233
Binary110010101101010011101001
Octal312324351

Shades and tints

Shades of #CAD4E9

#CAD4E9
(202,212,233)
#B8C1D4
(184,193,212)
#A6AEBF
(166,174,191)
#949BAA
(148,155,170)
#828895
(130,136,149)
#707580
(112,117,128)
#5E626B
(94,98,107)
#4C4F56
(76,79,86)
#3A3C41
(58,60,65)
#28292C
(40,41,44)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #CAD4E9

#CAD4E9
(202,212,233)
#CED7EB
(206,215,235)
#D2DAED
(210,218,237)
#D6DDEF
(214,221,239)
#DAE0F1
(218,224,241)
#DEE3F3
(222,227,243)
#E2E6F5
(226,230,245)
#E6E9F7
(230,233,247)
#EAECF9
(234,236,249)
#EEEFFB
(238,239,251)
#F2F2FD
(242,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAD4E9 color. Also use rgb(202,212,233) instead hex code.

Text Font Color

.myTextColor { color: #CAD4E9; }

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

This text font color is #CAD4E9.


Background Color

.myBgColor { background-color: #CAD4E9; }

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

This div background color is #CAD4E9.


Border color

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

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

This div border color is #CAD4E9.


Opacity

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

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

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

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

This text has shadow with #CAD4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD4E9 on black background.


Color preview on white background

This text has color #CAD4E9 on white background.



Black color preview on #CAD4E9 background

This text has black color on #CAD4E9 background.


White color preview on #CAD4E9 background

This text has white color on #CAD4E9 background.