COLOR #CAD9CE

HEX: #CAD9CE
RGB: (202,217,206)

Color info

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

RGB color model

#CAD9CE color RGB value is (202,217,206).

  • red value is 202;
  • green value is 217;
  • blue value is 206.
RGB:
(202,217,206)
(79%,85%,81%)

RGB channels and saturation

R 202 of 255 = 79%
G 217 of 255 = 85%
B 206 of 255 = 81%

202
217
206

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

Portions of RGB colors in percentages

R + G + B =
202 + 217 + 206 = 625 (100%)
R 202 of 625 ~ 32.32%
G 217 of 625 ~ 34.72%
B 206 of 625 ~ 32.96%

%32.32
%34.72
%32.96

CMYK color model

#CAD9CE color CMYK value is (7,0,5,15).

  • cyan value is 6.91%
  • magenta value is 0.00%
  • yellow value is 5.07%
  • key color value is 14.90%
CMYK:
(7,0,5,15)
C7M0Y5K15 
(7%,0%,5%,15%)
(0.07/0.00/0.05/0.15)	

CMYK percentages

%6.91
%0
%5.07
%14.9

Codes

Color #CAD9CE in popluar color models

CAD9CE
RGB202217206
HSL136°16.48%82.16%
HSB/HSV136°6.91%85.10%
CMYK6.91%0.00%5.07%
14.90%

Color #CAD9CE in popluar number systems.

HEXCAD9CE
Decimal202217206
Binary110010101101100111001110
Octal312331316

Shades and tints

Shades of #CAD9CE

#CAD9CE
(202,217,206)
#B8C6BC
(184,198,188)
#A6B3AA
(166,179,170)
#94A098
(148,160,152)
#828D86
(130,141,134)
#707A74
(112,122,116)
#5E6762
(94,103,98)
#4C5450
(76,84,80)
#3A413E
(58,65,62)
#282E2C
(40,46,44)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #CAD9CE

#CAD9CE
(202,217,206)
#CEDCD2
(206,220,210)
#D2DFD6
(210,223,214)
#D6E2DA
(214,226,218)
#DAE5DE
(218,229,222)
#DEE8E2
(222,232,226)
#E2EBE6
(226,235,230)
#E6EEEA
(230,238,234)
#EAF1EE
(234,241,238)
#EEF4F2
(238,244,242)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAD9CE color. Also use rgb(202,217,206) instead hex code.

Text Font Color

.myTextColor { color: #CAD9CE; }

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

This text font color is #CAD9CE.


Background Color

.myBgColor { background-color: #CAD9CE; }

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

This div background color is #CAD9CE.


Border color

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

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

This div border color is #CAD9CE.


Opacity

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

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

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

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

This text has shadow with #CAD9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD9CE on black background.


Color preview on white background

This text has color #CAD9CE on white background.



Black color preview on #CAD9CE background

This text has black color on #CAD9CE background.


White color preview on #CAD9CE background

This text has white color on #CAD9CE background.