COLOR #CAD5E7

HEX: #CAD5E7
RGB: (202,213,231)

Color info

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

RGB color model

#CAD5E7 color RGB value is (202,213,231).

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

RGB channels and saturation

R 202 of 255 = 79%
G 213 of 255 = 84%
B 231 of 255 = 91%

202
213
231

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

Portions of RGB colors in percentages

R + G + B =
202 + 213 + 231 = 646 (100%)
R 202 of 646 ~ 31.27%
G 213 of 646 ~ 32.97%
B 231 of 646 ~ 35.76%

%31.27
%32.97
%35.76

CMYK color model

#CAD5E7 color CMYK value is (13,8,0,9).

  • cyan value is 12.55%
  • magenta value is 7.79%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(13,8,0,9)
C13M8Y0K9 
(13%,8%,0%,9%)
(0.13/0.08/0.00/0.09)	

CMYK percentages

%12.55
%7.79
%0
%9.41

Codes

Color #CAD5E7 in popluar color models

CAD5E7
RGB202213231
HSL217°37.66%84.90%
HSB/HSV217°12.55%90.59%
CMYK12.55%7.79%0.00%
9.41%

Color #CAD5E7 in popluar number systems.

HEXCAD5E7
Decimal202213231
Binary110010101101010111100111
Octal312325347

Shades and tints

Shades of #CAD5E7

#CAD5E7
(202,213,231)
#B8C2D2
(184,194,210)
#A6AFBD
(166,175,189)
#949CA8
(148,156,168)
#828993
(130,137,147)
#70767E
(112,118,126)
#5E6369
(94,99,105)
#4C5054
(76,80,84)
#3A3D3F
(58,61,63)
#282A2A
(40,42,42)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #CAD5E7

#CAD5E7
(202,213,231)
#CED8E9
(206,216,233)
#D2DBEB
(210,219,235)
#D6DEED
(214,222,237)
#DAE1EF
(218,225,239)
#DEE4F1
(222,228,241)
#E2E7F3
(226,231,243)
#E6EAF5
(230,234,245)
#EAEDF7
(234,237,247)
#EEF0F9
(238,240,249)
#F2F3FB
(242,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAD5E7; }

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

This text font color is #CAD5E7.


Background Color

.myBgColor { background-color: #CAD5E7; }

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

This div background color is #CAD5E7.


Border color

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

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

This div border color is #CAD5E7.


Opacity

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

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

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

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

This text has shadow with #CAD5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD5E7 on black background.


Color preview on white background

This text has color #CAD5E7 on white background.



Black color preview on #CAD5E7 background

This text has black color on #CAD5E7 background.


White color preview on #CAD5E7 background

This text has white color on #CAD5E7 background.