COLOR #CAD8E9

HEX: #CAD8E9 RGB: (202,216,233)

Color info

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

RGB color model

#CAD8E9 color RGB value is (202,216,233).

RGB: (202,216,233) (79%, 85%, 91%)

RGB channels and saturation

R 202 of 255 = 79%
G 216 of 255 = 85%
B 233 of 255 = 91%

202
216
233

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

Portions of RGB colors in percentages

R + G + B = 202 + 216 + 233 = 651 (100%)
R 202 of 651 ~ 31.03%
G 216 of 651 ~ 33.18%
B 233 of 651 ~ 35.79'%

%31.03
%33.18
%35.79

CMYK color model

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

  • cyan value is 13.30%
  • magenta value is 7.30%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (13,7,0,9)
C13M7Y0K9 (13%, 7%, 0%, 9%)
(0.13 / 0.07 / 0.00 / 0.09)

CMYK percentages

%13.3
%7.3
%0
%8.63

Codes

Color #CAD8E9 in popluar color models

CA D8 E9
RGB 202 216 233
HSL 213° 41.33% 85.29%
HSB/HSV 213° 13.30% 91.37%
CMYK 13.30% 7.30% 0.00%
8.63%

Color #CAD8E9 in popluar number systems.

HEX CA D8 E9
Decimal 202 216 233
Binary 11001010 11011000 11101001
Octal 312 330 351

Shades and tints

Shades of #CAD8E9

#CAD8E9
(202,216,233)
#B8C5D4
(184,197,212)
#A6B2BF
(166,178,191)
#949FAA
(148,159,170)
#828C95
(130,140,149)
#707980
(112,121,128)
#5E666B
(94,102,107)
#4C5356
(76,83,86)
#3A4041
(58,64,65)
#282D2C
(40,45,44)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #CAD8E9

#CAD8E9
(202,216,233)
#CEDBEB
(206,219,235)
#D2DEED
(210,222,237)
#D6E1EF
(214,225,239)
#DAE4F1
(218,228,241)
#DEE7F3
(222,231,243)
#E2EAF5
(226,234,245)
#E6EDF7
(230,237,247)
#EAF0F9
(234,240,249)
#EEF3FB
(238,243,251)
#F2F6FD
(242,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAD8E9; }

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

This text font color is #CAD8E9.

Background Color

.myBgColor { background-color: #CAD8E9; }

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

This div background color is #CAD8E9.

Border color

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

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

This div border color is #CAD8E9.

Opacity

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

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

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

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

This text has shadow with #CAD8E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAD8E9.

Preview

Color preview on black background

This text has color #CAD8E9 on black background.


Color preview on white background

This text has color #CAD8E9 on white background.


Black color preview on #CAD8E9 background

This text has black color on #CAD8E9 background.


White color preview on #CAD8E9 background

This text has white color on #CAD8E9 background.


Related colors

Complementary color

Complementary color for #hex is #352716.


I love getcolorcode.com

Triadic colors

1 #E9CAD8 and #D8E9CA with #CAD8E9 are triadic colors.

2 #E9D8CA and #D8CAE9 with #CAD8E9 are triadic colors.