COLOR #CAD4ED

HEX: #CAD4ED
RGB: (202,212,237)

Color info

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

RGB color model

#CAD4ED color RGB value is (202,212,237).

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

RGB channels and saturation

R 202 of 255 = 79%
G 212 of 255 = 83%
B 237 of 255 = 93%

202
212
237

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

Portions of RGB colors in percentages

R + G + B =
202 + 212 + 237 = 651 (100%)
R 202 of 651 ~ 31.03%
G 212 of 651 ~ 32.57%
B 237 of 651 ~ 36.41%

%31.03
%32.57
%36.41

CMYK color model

#CAD4ED color CMYK value is (15,11,0,7).

  • cyan value is 14.77%
  • magenta value is 10.55%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(15,11,0,7)
C15M11Y0K7 
(15%,11%,0%,7%)
(0.15/0.11/0.00/0.07)	

CMYK percentages

%14.77
%10.55
%0
%7.06

Codes

Color #CAD4ED in popluar color models

CAD4ED
RGB202212237
HSL223°49.30%86.08%
HSB/HSV223°14.77%92.94%
CMYK14.77%10.55%0.00%
7.06%

Color #CAD4ED in popluar number systems.

HEXCAD4ED
Decimal202212237
Binary110010101101010011101101
Octal312324355

Shades and tints

Shades of #CAD4ED

#CAD4ED
(202,212,237)
#B8C1D8
(184,193,216)
#A6AEC3
(166,174,195)
#949BAE
(148,155,174)
#828899
(130,136,153)
#707584
(112,117,132)
#5E626F
(94,98,111)
#4C4F5A
(76,79,90)
#3A3C45
(58,60,69)
#282930
(40,41,48)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #CAD4ED

#CAD4ED
(202,212,237)
#CED7EE
(206,215,238)
#D2DAEF
(210,218,239)
#D6DDF0
(214,221,240)
#DAE0F1
(218,224,241)
#DEE3F2
(222,227,242)
#E2E6F3
(226,230,243)
#E6E9F4
(230,233,244)
#EAECF5
(234,236,245)
#EEEFF6
(238,239,246)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAD4ED; }

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

This text font color is #CAD4ED.


Background Color

.myBgColor { background-color: #CAD4ED; }

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

This div background color is #CAD4ED.


Border color

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

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

This div border color is #CAD4ED.


Opacity

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

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

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

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

This text has shadow with #CAD4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD4ED on black background.


Color preview on white background

This text has color #CAD4ED on white background.



Black color preview on #CAD4ED background

This text has black color on #CAD4ED background.


White color preview on #CAD4ED background

This text has white color on #CAD4ED background.