COLOR #CADDD6

HEX: #CADDD6
RGB: (202,221,214)

Color info

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

RGB color model

#CADDD6 color RGB value is (202,221,214).

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

RGB channels and saturation

R 202 of 255 = 79%
G 221 of 255 = 87%
B 214 of 255 = 84%

202
221
214

R + G + B ~ 83%. #CADDD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 221 + 214 = 637 (100%)
R 202 of 637 ~ 31.71%
G 221 of 637 ~ 34.69%
B 214 of 637 ~ 33.59%

%31.71
%34.69
%33.59

CMYK color model

#CADDD6 color CMYK value is (9,0,3,13).

  • cyan value is 8.60%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 13.33%
CMYK:
(9,0,3,13)
C9M0Y3K13 
(9%,0%,3%,13%)
(0.09/0.00/0.03/0.13)	

CMYK percentages

%8.6
%0
%3.17
%13.33

Codes

Color #CADDD6 in popluar color models

CADDD6
RGB202221214
HSL158°21.84%82.94%
HSB/HSV158°8.60%86.67%
CMYK8.60%0.00%3.17%
13.33%

Color #CADDD6 in popluar number systems.

HEXCADDD6
Decimal202221214
Binary110010101101110111010110
Octal312335326

Shades and tints

Shades of #CADDD6

#CADDD6
(202,221,214)
#B8C9C3
(184,201,195)
#A6B5B0
(166,181,176)
#94A19D
(148,161,157)
#828D8A
(130,141,138)
#707977
(112,121,119)
#5E6564
(94,101,100)
#4C5151
(76,81,81)
#3A3D3E
(58,61,62)
#28292B
(40,41,43)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #CADDD6

#CADDD6
(202,221,214)
#CEE0D9
(206,224,217)
#D2E3DC
(210,227,220)
#D6E6DF
(214,230,223)
#DAE9E2
(218,233,226)
#DEECE5
(222,236,229)
#E2EFE8
(226,239,232)
#E6F2EB
(230,242,235)
#EAF5EE
(234,245,238)
#EEF8F1
(238,248,241)
#F2FBF4
(242,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CADDD6; }

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

This text font color is #CADDD6.


Background Color

.myBgColor { background-color: #CADDD6; }

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

This div background color is #CADDD6.


Border color

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

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

This div border color is #CADDD6.


Opacity

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

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

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

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

This text has shadow with #CADDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CADDD6 on black background.


Color preview on white background

This text has color #CADDD6 on white background.



Black color preview on #CADDD6 background

This text has black color on #CADDD6 background.


White color preview on #CADDD6 background

This text has white color on #CADDD6 background.