COLOR #CADDE2

HEX: #CADDE2
RGB: (202,221,226)

Color info

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

RGB color model

#CADDE2 color RGB value is (202,221,226).

  • red value is 202;
  • green value is 221;
  • blue value is 226.
RGB:
(202,221,226)
(79%,87%,89%)

RGB channels and saturation

R 202 of 255 = 79%
G 221 of 255 = 87%
B 226 of 255 = 89%

202
221
226

R + G + B ~ 85%. #CADDE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 221 + 226 = 649 (100%)
R 202 of 649 ~ 31.12%
G 221 of 649 ~ 34.05%
B 226 of 649 ~ 34.82%

%31.12
%34.05
%34.82

CMYK color model

#CADDE2 color CMYK value is (11,2,0,11).

  • cyan value is 10.62%
  • magenta value is 2.21%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(11,2,0,11)
C11M2Y0K11 
(11%,2%,0%,11%)
(0.11/0.02/0.00/0.11)	

CMYK percentages

%10.62
%2.21
%0
%11.37

Codes

Color #CADDE2 in popluar color models

CADDE2
RGB202221226
HSL193°29.27%83.92%
HSB/HSV193°10.62%88.63%
CMYK10.62%2.21%0.00%
11.37%

Color #CADDE2 in popluar number systems.

HEXCADDE2
Decimal202221226
Binary110010101101110111100010
Octal312335342

Shades and tints

Shades of #CADDE2

#CADDE2
(202,221,226)
#B8C9CE
(184,201,206)
#A6B5BA
(166,181,186)
#94A1A6
(148,161,166)
#828D92
(130,141,146)
#70797E
(112,121,126)
#5E656A
(94,101,106)
#4C5156
(76,81,86)
#3A3D42
(58,61,66)
#28292E
(40,41,46)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #CADDE2

#CADDE2
(202,221,226)
#CEE0E4
(206,224,228)
#D2E3E6
(210,227,230)
#D6E6E8
(214,230,232)
#DAE9EA
(218,233,234)
#DEECEC
(222,236,236)
#E2EFEE
(226,239,238)
#E6F2F0
(230,242,240)
#EAF5F2
(234,245,242)
#EEF8F4
(238,248,244)
#F2FBF6
(242,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CADDE2 color. Also use rgb(202,221,226) instead hex code.

Text Font Color

.myTextColor { color: #CADDE2; }

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

This text font color is #CADDE2.


Background Color

.myBgColor { background-color: #CADDE2; }

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

This div background color is #CADDE2.


Border color

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

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

This div border color is #CADDE2.


Opacity

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

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

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

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

This text has shadow with #CADDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CADDE2 on black background.


Color preview on white background

This text has color #CADDE2 on white background.



Black color preview on #CADDE2 background

This text has black color on #CADDE2 background.


White color preview on #CADDE2 background

This text has white color on #CADDE2 background.