COLOR #CAD5E1

HEX: #CAD5E1
RGB: (202,213,225)

Color info

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

RGB color model

#CAD5E1 color RGB value is (202,213,225).

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

RGB channels and saturation

R 202 of 255 = 79%
G 213 of 255 = 84%
B 225 of 255 = 88%

202
213
225

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

Portions of RGB colors in percentages

R + G + B =
202 + 213 + 225 = 640 (100%)
R 202 of 640 ~ 31.56%
G 213 of 640 ~ 33.28%
B 225 of 640 ~ 35.16%

%31.56
%33.28
%35.16

CMYK color model

#CAD5E1 color CMYK value is (10,5,0,12).

  • cyan value is 10.22%
  • magenta value is 5.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(10,5,0,12)
C10M5Y0K12 
(10%,5%,0%,12%)
(0.10/0.05/0.00/0.12)	

CMYK percentages

%10.22
%5.33
%0
%11.76

Codes

Color #CAD5E1 in popluar color models

CAD5E1
RGB202213225
HSL211°27.71%83.73%
HSB/HSV211°10.22%88.24%
CMYK10.22%5.33%0.00%
11.76%

Color #CAD5E1 in popluar number systems.

HEXCAD5E1
Decimal202213225
Binary110010101101010111100001
Octal312325341

Shades and tints

Shades of #CAD5E1

#CAD5E1
(202,213,225)
#B8C2CD
(184,194,205)
#A6AFB9
(166,175,185)
#949CA5
(148,156,165)
#828991
(130,137,145)
#70767D
(112,118,125)
#5E6369
(94,99,105)
#4C5055
(76,80,85)
#3A3D41
(58,61,65)
#282A2D
(40,42,45)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #CAD5E1

#CAD5E1
(202,213,225)
#CED8E3
(206,216,227)
#D2DBE5
(210,219,229)
#D6DEE7
(214,222,231)
#DAE1E9
(218,225,233)
#DEE4EB
(222,228,235)
#E2E7ED
(226,231,237)
#E6EAEF
(230,234,239)
#EAEDF1
(234,237,241)
#EEF0F3
(238,240,243)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAD5E1; }

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

This text font color is #CAD5E1.


Background Color

.myBgColor { background-color: #CAD5E1; }

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

This div background color is #CAD5E1.


Border color

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

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

This div border color is #CAD5E1.


Opacity

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

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

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

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

This text has shadow with #CAD5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD5E1 on black background.


Color preview on white background

This text has color #CAD5E1 on white background.



Black color preview on #CAD5E1 background

This text has black color on #CAD5E1 background.


White color preview on #CAD5E1 background

This text has white color on #CAD5E1 background.