COLOR #CAD5D2

HEX: #CAD5D2
RGB: (202,213,210)

Color info

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

RGB color model

#CAD5D2 color RGB value is (202,213,210).

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

RGB channels and saturation

R 202 of 255 = 79%
G 213 of 255 = 84%
B 210 of 255 = 82%

202
213
210

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

Portions of RGB colors in percentages

R + G + B =
202 + 213 + 210 = 625 (100%)
R 202 of 625 ~ 32.32%
G 213 of 625 ~ 34.08%
B 210 of 625 ~ 33.6%

%32.32
%34.08
%33.6

CMYK color model

#CAD5D2 color CMYK value is (5,0,1,16).

  • cyan value is 5.16%
  • magenta value is 0.00%
  • yellow value is 1.41%
  • key color value is 16.47%
CMYK:
(5,0,1,16)
C5M0Y1K16 
(5%,0%,1%,16%)
(0.05/0.00/0.01/0.16)	

CMYK percentages

%5.16
%0
%1.41
%16.47

Codes

Color #CAD5D2 in popluar color models

CAD5D2
RGB202213210
HSL164°11.58%81.37%
HSB/HSV164°5.16%83.53%
CMYK5.16%0.00%1.41%
16.47%

Color #CAD5D2 in popluar number systems.

HEXCAD5D2
Decimal202213210
Binary110010101101010111010010
Octal312325322

Shades and tints

Shades of #CAD5D2

#CAD5D2
(202,213,210)
#B8C2BF
(184,194,191)
#A6AFAC
(166,175,172)
#949C99
(148,156,153)
#828986
(130,137,134)
#707673
(112,118,115)
#5E6360
(94,99,96)
#4C504D
(76,80,77)
#3A3D3A
(58,61,58)
#282A27
(40,42,39)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #CAD5D2

#CAD5D2
(202,213,210)
#CED8D6
(206,216,214)
#D2DBDA
(210,219,218)
#D6DEDE
(214,222,222)
#DAE1E2
(218,225,226)
#DEE4E6
(222,228,230)
#E2E7EA
(226,231,234)
#E6EAEE
(230,234,238)
#EAEDF2
(234,237,242)
#EEF0F6
(238,240,246)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAD5D2; }

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

This text font color is #CAD5D2.


Background Color

.myBgColor { background-color: #CAD5D2; }

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

This div background color is #CAD5D2.


Border color

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

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

This div border color is #CAD5D2.


Opacity

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

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

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

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

This text has shadow with #CAD5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD5D2 on black background.


Color preview on white background

This text has color #CAD5D2 on white background.



Black color preview on #CAD5D2 background

This text has black color on #CAD5D2 background.


White color preview on #CAD5D2 background

This text has white color on #CAD5D2 background.