COLOR #CACDDE

HEX: #CACDDE
RGB: (202,205,222)

Color info

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

RGB color model

#CACDDE color RGB value is (202,205,222).

  • red value is 202;
  • green value is 205;
  • blue value is 222.
RGB:
(202,205,222)
(79%,80%,87%)

RGB channels and saturation

R 202 of 255 = 79%
G 205 of 255 = 80%
B 222 of 255 = 87%

202
205
222

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

Portions of RGB colors in percentages

R + G + B =
202 + 205 + 222 = 629 (100%)
R 202 of 629 ~ 32.11%
G 205 of 629 ~ 32.59%
B 222 of 629 ~ 35.29%

%32.11
%32.59
%35.29

CMYK color model

#CACDDE color CMYK value is (9,8,0,13).

  • cyan value is 9.01%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(9,8,0,13)
C9M8Y0K13 
(9%,8%,0%,13%)
(0.09/0.08/0.00/0.13)	

CMYK percentages

%9.01
%7.66
%0
%12.94

Codes

Color #CACDDE in popluar color models

CACDDE
RGB202205222
HSL231°23.26%83.14%
HSB/HSV231°9.01%87.06%
CMYK9.01%7.66%0.00%
12.94%

Color #CACDDE in popluar number systems.

HEXCACDDE
Decimal202205222
Binary110010101100110111011110
Octal312315336

Shades and tints

Shades of #CACDDE

#CACDDE
(202,205,222)
#B8BBCA
(184,187,202)
#A6A9B6
(166,169,182)
#9497A2
(148,151,162)
#82858E
(130,133,142)
#70737A
(112,115,122)
#5E6166
(94,97,102)
#4C4F52
(76,79,82)
#3A3D3E
(58,61,62)
#282B2A
(40,43,42)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #CACDDE

#CACDDE
(202,205,222)
#CED1E1
(206,209,225)
#D2D5E4
(210,213,228)
#D6D9E7
(214,217,231)
#DADDEA
(218,221,234)
#DEE1ED
(222,225,237)
#E2E5F0
(226,229,240)
#E6E9F3
(230,233,243)
#EAEDF6
(234,237,246)
#EEF1F9
(238,241,249)
#F2F5FC
(242,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CACDDE color. Also use rgb(202,205,222) instead hex code.

Text Font Color

.myTextColor { color: #CACDDE; }

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

This text font color is #CACDDE.


Background Color

.myBgColor { background-color: #CACDDE; }

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

This div background color is #CACDDE.


Border color

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

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

This div border color is #CACDDE.


Opacity

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

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

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

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

This text has shadow with #CACDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CACDDE on black background.


Color preview on white background

This text has color #CACDDE on white background.



Black color preview on #CACDDE background

This text has black color on #CACDDE background.


White color preview on #CACDDE background

This text has white color on #CACDDE background.