COLOR #CAD8DE

HEX: #CAD8DE
RGB: (202,216,222)

Color info

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

RGB color model

#CAD8DE color RGB value is (202,216,222).

  • red value is 202;
  • green value is 216;
  • blue value is 222.
RGB:
(202,216,222)
(79%,85%,87%)

RGB channels and saturation

R 202 of 255 = 79%
G 216 of 255 = 85%
B 222 of 255 = 87%

202
216
222

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

Portions of RGB colors in percentages

R + G + B =
202 + 216 + 222 = 640 (100%)
R 202 of 640 ~ 31.56%
G 216 of 640 ~ 33.75%
B 222 of 640 ~ 34.69%

%31.56
%33.75
%34.69

CMYK color model

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

  • cyan value is 9.01%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(9,3,0,13)
C9M3Y0K13 
(9%,3%,0%,13%)
(0.09/0.03/0.00/0.13)	

CMYK percentages

%9.01
%2.7
%0
%12.94

Codes

Color #CAD8DE in popluar color models

CAD8DE
RGB202216222
HSL198°23.26%83.14%
HSB/HSV198°9.01%87.06%
CMYK9.01%2.70%0.00%
12.94%

Color #CAD8DE in popluar number systems.

HEXCAD8DE
Decimal202216222
Binary110010101101100011011110
Octal312330336

Shades and tints

Shades of #CAD8DE

#CAD8DE
(202,216,222)
#B8C5CA
(184,197,202)
#A6B2B6
(166,178,182)
#949FA2
(148,159,162)
#828C8E
(130,140,142)
#70797A
(112,121,122)
#5E6666
(94,102,102)
#4C5352
(76,83,82)
#3A403E
(58,64,62)
#282D2A
(40,45,42)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #CAD8DE

#CAD8DE
(202,216,222)
#CEDBE1
(206,219,225)
#D2DEE4
(210,222,228)
#D6E1E7
(214,225,231)
#DAE4EA
(218,228,234)
#DEE7ED
(222,231,237)
#E2EAF0
(226,234,240)
#E6EDF3
(230,237,243)
#EAF0F6
(234,240,246)
#EEF3F9
(238,243,249)
#F2F6FC
(242,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAD8DE color. Also use rgb(202,216,222) instead hex code.

Text Font Color

.myTextColor { color: #CAD8DE; }

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

This text font color is #CAD8DE.


Background Color

.myBgColor { background-color: #CAD8DE; }

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

This div background color is #CAD8DE.


Border color

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

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

This div border color is #CAD8DE.


Opacity

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

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

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

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

This text has shadow with #CAD8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD8DE on black background.


Color preview on white background

This text has color #CAD8DE on white background.



Black color preview on #CAD8DE background

This text has black color on #CAD8DE background.


White color preview on #CAD8DE background

This text has white color on #CAD8DE background.