COLOR #CAD7DB

HEX: #CAD7DB
RGB: (202,215,219)

Color info

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

RGB color model

#CAD7DB color RGB value is (202,215,219).

  • red value is 202;
  • green value is 215;
  • blue value is 219.
RGB:
(202,215,219)
(79%,84%,86%)

RGB channels and saturation

R 202 of 255 = 79%
G 215 of 255 = 84%
B 219 of 255 = 86%

202
215
219

R + G + B ~ 83%. #CAD7DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 215 + 219 = 636 (100%)
R 202 of 636 ~ 31.76%
G 215 of 636 ~ 33.81%
B 219 of 636 ~ 34.43%

%31.76
%33.81
%34.43

CMYK color model

#CAD7DB color CMYK value is (8,2,0,14).

  • cyan value is 7.76%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(8,2,0,14)
C8M2Y0K14 
(8%,2%,0%,14%)
(0.08/0.02/0.00/0.14)	

CMYK percentages

%7.76
%1.83
%0
%14.12

Codes

Color #CAD7DB in popluar color models

CAD7DB
RGB202215219
HSL194°19.10%82.55%
HSB/HSV194°7.76%85.88%
CMYK7.76%1.83%0.00%
14.12%

Color #CAD7DB in popluar number systems.

HEXCAD7DB
Decimal202215219
Binary110010101101011111011011
Octal312327333

Shades and tints

Shades of #CAD7DB

#CAD7DB
(202,215,219)
#B8C4C8
(184,196,200)
#A6B1B5
(166,177,181)
#949EA2
(148,158,162)
#828B8F
(130,139,143)
#70787C
(112,120,124)
#5E6569
(94,101,105)
#4C5256
(76,82,86)
#3A3F43
(58,63,67)
#282C30
(40,44,48)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #CAD7DB

#CAD7DB
(202,215,219)
#CEDADE
(206,218,222)
#D2DDE1
(210,221,225)
#D6E0E4
(214,224,228)
#DAE3E7
(218,227,231)
#DEE6EA
(222,230,234)
#E2E9ED
(226,233,237)
#E6ECF0
(230,236,240)
#EAEFF3
(234,239,243)
#EEF2F6
(238,242,246)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAD7DB color. Also use rgb(202,215,219) instead hex code.

Text Font Color

.myTextColor { color: #CAD7DB; }

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

This text font color is #CAD7DB.


Background Color

.myBgColor { background-color: #CAD7DB; }

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

This div background color is #CAD7DB.


Border color

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

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

This div border color is #CAD7DB.


Opacity

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

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

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

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

This text has shadow with #CAD7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD7DB on black background.


Color preview on white background

This text has color #CAD7DB on white background.



Black color preview on #CAD7DB background

This text has black color on #CAD7DB background.


White color preview on #CAD7DB background

This text has white color on #CAD7DB background.