COLOR #CAD8E3

HEX: #CAD8E3
RGB: (202,216,227)

Color info

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

RGB color model

#CAD8E3 color RGB value is (202,216,227).

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

RGB channels and saturation

R 202 of 255 = 79%
G 216 of 255 = 85%
B 227 of 255 = 89%

202
216
227

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

Portions of RGB colors in percentages

R + G + B =
202 + 216 + 227 = 645 (100%)
R 202 of 645 ~ 31.32%
G 216 of 645 ~ 33.49%
B 227 of 645 ~ 35.19%

%31.32
%33.49
%35.19

CMYK color model

#CAD8E3 color CMYK value is (11,5,0,11).

  • cyan value is 11.01%
  • magenta value is 4.85%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(11,5,0,11)
C11M5Y0K11 
(11%,5%,0%,11%)
(0.11/0.05/0.00/0.11)	

CMYK percentages

%11.01
%4.85
%0
%10.98

Codes

Color #CAD8E3 in popluar color models

CAD8E3
RGB202216227
HSL206°30.86%84.12%
HSB/HSV206°11.01%89.02%
CMYK11.01%4.85%0.00%
10.98%

Color #CAD8E3 in popluar number systems.

HEXCAD8E3
Decimal202216227
Binary110010101101100011100011
Octal312330343

Shades and tints

Shades of #CAD8E3

#CAD8E3
(202,216,227)
#B8C5CF
(184,197,207)
#A6B2BB
(166,178,187)
#949FA7
(148,159,167)
#828C93
(130,140,147)
#70797F
(112,121,127)
#5E666B
(94,102,107)
#4C5357
(76,83,87)
#3A4043
(58,64,67)
#282D2F
(40,45,47)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #CAD8E3

#CAD8E3
(202,216,227)
#CEDBE5
(206,219,229)
#D2DEE7
(210,222,231)
#D6E1E9
(214,225,233)
#DAE4EB
(218,228,235)
#DEE7ED
(222,231,237)
#E2EAEF
(226,234,239)
#E6EDF1
(230,237,241)
#EAF0F3
(234,240,243)
#EEF3F5
(238,243,245)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAD8E3; }

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

This text font color is #CAD8E3.


Background Color

.myBgColor { background-color: #CAD8E3; }

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

This div background color is #CAD8E3.


Border color

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

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

This div border color is #CAD8E3.


Opacity

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

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

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

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

This text has shadow with #CAD8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD8E3 on black background.


Color preview on white background

This text has color #CAD8E3 on white background.



Black color preview on #CAD8E3 background

This text has black color on #CAD8E3 background.


White color preview on #CAD8E3 background

This text has white color on #CAD8E3 background.