COLOR #CAD6EE

HEX: #CAD6EE
RGB: (202,214,238)

Color info

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

RGB color model

#CAD6EE color RGB value is (202,214,238).

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

RGB channels and saturation

R 202 of 255 = 79%
G 214 of 255 = 84%
B 238 of 255 = 93%

202
214
238

R + G + B ~ 85%. #CAD6EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 214 + 238 = 654 (100%)
R 202 of 654 ~ 30.89%
G 214 of 654 ~ 32.72%
B 238 of 654 ~ 36.39%

%30.89
%32.72
%36.39

CMYK color model

#CAD6EE color CMYK value is (15,10,0,7).

  • cyan value is 15.13%
  • magenta value is 10.08%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(15,10,0,7)
C15M10Y0K7 
(15%,10%,0%,7%)
(0.15/0.10/0.00/0.07)	

CMYK percentages

%15.13
%10.08
%0
%6.67

Codes

Color #CAD6EE in popluar color models

CAD6EE
RGB202214238
HSL220°51.43%86.27%
HSB/HSV220°15.13%93.33%
CMYK15.13%10.08%0.00%
6.67%

Color #CAD6EE in popluar number systems.

HEXCAD6EE
Decimal202214238
Binary110010101101011011101110
Octal312326356

Shades and tints

Shades of #CAD6EE

#CAD6EE
(202,214,238)
#B8C3D9
(184,195,217)
#A6B0C4
(166,176,196)
#949DAF
(148,157,175)
#828A9A
(130,138,154)
#707785
(112,119,133)
#5E6470
(94,100,112)
#4C515B
(76,81,91)
#3A3E46
(58,62,70)
#282B31
(40,43,49)
#16181C
(22,24,28)
#000000
(0,0,0)

Tints of #CAD6EE

#CAD6EE
(202,214,238)
#CED9EF
(206,217,239)
#D2DCF0
(210,220,240)
#D6DFF1
(214,223,241)
#DAE2F2
(218,226,242)
#DEE5F3
(222,229,243)
#E2E8F4
(226,232,244)
#E6EBF5
(230,235,245)
#EAEEF6
(234,238,246)
#EEF1F7
(238,241,247)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAD6EE; }

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

This text font color is #CAD6EE.


Background Color

.myBgColor { background-color: #CAD6EE; }

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

This div background color is #CAD6EE.


Border color

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

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

This div border color is #CAD6EE.


Opacity

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

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

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

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

This text has shadow with #CAD6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD6EE on black background.


Color preview on white background

This text has color #CAD6EE on white background.



Black color preview on #CAD6EE background

This text has black color on #CAD6EE background.


White color preview on #CAD6EE background

This text has white color on #CAD6EE background.