COLOR #CAD2DA

HEX: #CAD2DA
RGB: (202,210,218)

Color info

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

RGB color model

#CAD2DA color RGB value is (202,210,218).

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

RGB channels and saturation

R 202 of 255 = 79%
G 210 of 255 = 82%
B 218 of 255 = 85%

202
210
218

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

Portions of RGB colors in percentages

R + G + B =
202 + 210 + 218 = 630 (100%)
R 202 of 630 ~ 32.06%
G 210 of 630 ~ 33.33%
B 218 of 630 ~ 34.6%

%32.06
%33.33
%34.6

CMYK color model

#CAD2DA color CMYK value is (7,4,0,15).

  • cyan value is 7.34%
  • magenta value is 3.67%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(7,4,0,15)
C7M4Y0K15 
(7%,4%,0%,15%)
(0.07/0.04/0.00/0.15)	

CMYK percentages

%7.34
%3.67
%0
%14.51

Codes

Color #CAD2DA in popluar color models

CAD2DA
RGB202210218
HSL210°17.78%82.35%
HSB/HSV210°7.34%85.49%
CMYK7.34%3.67%0.00%
14.51%

Color #CAD2DA in popluar number systems.

HEXCAD2DA
Decimal202210218
Binary110010101101001011011010
Octal312322332

Shades and tints

Shades of #CAD2DA

#CAD2DA
(202,210,218)
#B8BFC7
(184,191,199)
#A6ACB4
(166,172,180)
#9499A1
(148,153,161)
#82868E
(130,134,142)
#70737B
(112,115,123)
#5E6068
(94,96,104)
#4C4D55
(76,77,85)
#3A3A42
(58,58,66)
#28272F
(40,39,47)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #CAD2DA

#CAD2DA
(202,210,218)
#CED6DD
(206,214,221)
#D2DAE0
(210,218,224)
#D6DEE3
(214,222,227)
#DAE2E6
(218,226,230)
#DEE6E9
(222,230,233)
#E2EAEC
(226,234,236)
#E6EEEF
(230,238,239)
#EAF2F2
(234,242,242)
#EEF6F5
(238,246,245)
#F2FAF8
(242,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAD2DA color. Also use rgb(202,210,218) instead hex code.

Text Font Color

.myTextColor { color: #CAD2DA; }

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

This text font color is #CAD2DA.


Background Color

.myBgColor { background-color: #CAD2DA; }

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

This div background color is #CAD2DA.


Border color

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

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

This div border color is #CAD2DA.


Opacity

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

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

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

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

This text has shadow with #CAD2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD2DA on black background.


Color preview on white background

This text has color #CAD2DA on white background.



Black color preview on #CAD2DA background

This text has black color on #CAD2DA background.


White color preview on #CAD2DA background

This text has white color on #CAD2DA background.