COLOR #CAD1D8

HEX: #CAD1D8
RGB: (202,209,216)

Color info

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

RGB color model

#CAD1D8 color RGB value is (202,209,216).

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

RGB channels and saturation

R 202 of 255 = 79%
G 209 of 255 = 82%
B 216 of 255 = 85%

202
209
216

R + G + B ~ 82%. #CAD1D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 209 + 216 = 627 (100%)
R 202 of 627 ~ 32.22%
G 209 of 627 ~ 33.33%
B 216 of 627 ~ 34.45%

%32.22
%33.33
%34.45

CMYK color model

#CAD1D8 color CMYK value is (6,3,0,15).

  • cyan value is 6.48%
  • magenta value is 3.24%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(6,3,0,15)
C6M3Y0K15 
(6%,3%,0%,15%)
(0.06/0.03/0.00/0.15)	

CMYK percentages

%6.48
%3.24
%0
%15.29

Codes

Color #CAD1D8 in popluar color models

CAD1D8
RGB202209216
HSL210°15.22%81.96%
HSB/HSV210°6.48%84.71%
CMYK6.48%3.24%0.00%
15.29%

Color #CAD1D8 in popluar number systems.

HEXCAD1D8
Decimal202209216
Binary110010101101000111011000
Octal312321330

Shades and tints

Shades of #CAD1D8

#CAD1D8
(202,209,216)
#B8BEC5
(184,190,197)
#A6ABB2
(166,171,178)
#94989F
(148,152,159)
#82858C
(130,133,140)
#707279
(112,114,121)
#5E5F66
(94,95,102)
#4C4C53
(76,76,83)
#3A3940
(58,57,64)
#28262D
(40,38,45)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #CAD1D8

#CAD1D8
(202,209,216)
#CED5DB
(206,213,219)
#D2D9DE
(210,217,222)
#D6DDE1
(214,221,225)
#DAE1E4
(218,225,228)
#DEE5E7
(222,229,231)
#E2E9EA
(226,233,234)
#E6EDED
(230,237,237)
#EAF1F0
(234,241,240)
#EEF5F3
(238,245,243)
#F2F9F6
(242,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAD1D8; }

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

This text font color is #CAD1D8.


Background Color

.myBgColor { background-color: #CAD1D8; }

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

This div background color is #CAD1D8.


Border color

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

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

This div border color is #CAD1D8.


Opacity

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

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

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

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

This text has shadow with #CAD1D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD1D8 on black background.


Color preview on white background

This text has color #CAD1D8 on white background.



Black color preview on #CAD1D8 background

This text has black color on #CAD1D8 background.


White color preview on #CAD1D8 background

This text has white color on #CAD1D8 background.