COLOR #CAD8E6

HEX: #CAD8E6 RGB: (202,216,230)

Color info

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

RGB color model

#CAD8E6 color RGB value is (202,216,230).

RGB: (202,216,230) (79%, 85%, 90%)

RGB channels and saturation

R 202 of 255 = 79%
G 216 of 255 = 85%
B 230 of 255 = 90%

202
216
230

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

Portions of RGB colors in percentages

R + G + B = 202 + 216 + 230 = 648 (100%)
R 202 of 648 ~ 31.17%
G 216 of 648 ~ 33.33%
B 230 of 648 ~ 35.49'%

%31.17
%33.33
%35.49

CMYK color model

#CAD8E6 color CMYK value is (12,6,0,10).

  • cyan value is 12.17%
  • magenta value is 6.09%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (12,6,0,10)
C12M6Y0K10 (12%, 6%, 0%, 10%)
(0.12 / 0.06 / 0.00 / 0.10)

CMYK percentages

%12.17
%6.09
%0
%9.8

Codes

Color #CAD8E6 in popluar color models

CA D8 E6
RGB 202 216 230
HSL 210° 35.90% 84.71%
HSB/HSV 210° 12.17% 90.20%
CMYK 12.17% 6.09% 0.00%
9.80%

Color #CAD8E6 in popluar number systems.

HEX CA D8 E6
Decimal 202 216 230
Binary 11001010 11011000 11100110
Octal 312 330 346

Shades and tints

Shades of #CAD8E6

#CAD8E6
(202,216,230)
#B8C5D2
(184,197,210)
#A6B2BE
(166,178,190)
#949FAA
(148,159,170)
#828C96
(130,140,150)
#707982
(112,121,130)
#5E666E
(94,102,110)
#4C535A
(76,83,90)
#3A4046
(58,64,70)
#282D32
(40,45,50)
#161A1E
(22,26,30)
#000000
(0,0,0)

Tints of #CAD8E6

#CAD8E6
(202,216,230)
#CEDBE8
(206,219,232)
#D2DEEA
(210,222,234)
#D6E1EC
(214,225,236)
#DAE4EE
(218,228,238)
#DEE7F0
(222,231,240)
#E2EAF2
(226,234,242)
#E6EDF4
(230,237,244)
#EAF0F6
(234,240,246)
#EEF3F8
(238,243,248)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAD8E6; }

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

This text font color is #CAD8E6.

Background Color

.myBgColor { background-color: #CAD8E6; }

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

This div background color is #CAD8E6.

Border color

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

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

This div border color is #CAD8E6.

Opacity

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

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

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

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

This text has shadow with #CAD8E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAD8E6.

Preview

Color preview on black background

This text has color #CAD8E6 on black background.


Color preview on white background

This text has color #CAD8E6 on white background.


Black color preview on #CAD8E6 background

This text has black color on #CAD8E6 background.


White color preview on #CAD8E6 background

This text has white color on #CAD8E6 background.


Related colors

Complementary color

Complementary color for #hex is #352719.


I love getcolorcode.com

Triadic colors

1 #E6CAD8 and #D8E6CA with #CAD8E6 are triadic colors.

2 #E6D8CA and #D8CAE6 with #CAD8E6 are triadic colors.