COLOR #CAD9E1

HEX: #CAD9E1
RGB: (202,217,225)

Color info

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

RGB color model

#CAD9E1 color RGB value is (202,217,225).

  • red value is 202;
  • green value is 217;
  • blue value is 225.
RGB:
(202,217,225)
(79%,85%,88%)

RGB channels and saturation

R 202 of 255 = 79%
G 217 of 255 = 85%
B 225 of 255 = 88%

202
217
225

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

Portions of RGB colors in percentages

R + G + B =
202 + 217 + 225 = 644 (100%)
R 202 of 644 ~ 31.37%
G 217 of 644 ~ 33.7%
B 225 of 644 ~ 34.94%

%31.37
%33.7
%34.94

CMYK color model

#CAD9E1 color CMYK value is (10,4,0,12).

  • cyan value is 10.22%
  • magenta value is 3.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(10,4,0,12)
C10M4Y0K12 
(10%,4%,0%,12%)
(0.10/0.04/0.00/0.12)	

CMYK percentages

%10.22
%3.56
%0
%11.76

Codes

Color #CAD9E1 in popluar color models

CAD9E1
RGB202217225
HSL201°27.71%83.73%
HSB/HSV201°10.22%88.24%
CMYK10.22%3.56%0.00%
11.76%

Color #CAD9E1 in popluar number systems.

HEXCAD9E1
Decimal202217225
Binary110010101101100111100001
Octal312331341

Shades and tints

Shades of #CAD9E1

#CAD9E1
(202,217,225)
#B8C6CD
(184,198,205)
#A6B3B9
(166,179,185)
#94A0A5
(148,160,165)
#828D91
(130,141,145)
#707A7D
(112,122,125)
#5E6769
(94,103,105)
#4C5455
(76,84,85)
#3A4141
(58,65,65)
#282E2D
(40,46,45)
#161B19
(22,27,25)
#000000
(0,0,0)

Tints of #CAD9E1

#CAD9E1
(202,217,225)
#CEDCE3
(206,220,227)
#D2DFE5
(210,223,229)
#D6E2E7
(214,226,231)
#DAE5E9
(218,229,233)
#DEE8EB
(222,232,235)
#E2EBED
(226,235,237)
#E6EEEF
(230,238,239)
#EAF1F1
(234,241,241)
#EEF4F3
(238,244,243)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAD9E1 color. Also use rgb(202,217,225) instead hex code.

Text Font Color

.myTextColor { color: #CAD9E1; }

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

This text font color is #CAD9E1.


Background Color

.myBgColor { background-color: #CAD9E1; }

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

This div background color is #CAD9E1.


Border color

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

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

This div border color is #CAD9E1.


Opacity

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

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

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

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

This text has shadow with #CAD9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD9E1 on black background.


Color preview on white background

This text has color #CAD9E1 on white background.



Black color preview on #CAD9E1 background

This text has black color on #CAD9E1 background.


White color preview on #CAD9E1 background

This text has white color on #CAD9E1 background.