COLOR #CADDD9

HEX: #CADDD9
RGB: (202,221,217)

Color info

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

RGB color model

#CADDD9 color RGB value is (202,221,217).

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

RGB channels and saturation

R 202 of 255 = 79%
G 221 of 255 = 87%
B 217 of 255 = 85%

202
221
217

R + G + B ~ 84%. #CADDD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 221 + 217 = 640 (100%)
R 202 of 640 ~ 31.56%
G 221 of 640 ~ 34.53%
B 217 of 640 ~ 33.91%

%31.56
%34.53
%33.91

CMYK color model

#CADDD9 color CMYK value is (9,0,2,13).

  • cyan value is 8.60%
  • magenta value is 0.00%
  • yellow value is 1.81%
  • key color value is 13.33%
CMYK:
(9,0,2,13)
C9M0Y2K13 
(9%,0%,2%,13%)
(0.09/0.00/0.02/0.13)	

CMYK percentages

%8.6
%0
%1.81
%13.33

Codes

Color #CADDD9 in popluar color models

CADDD9
RGB202221217
HSL167°21.84%82.94%
HSB/HSV167°8.60%86.67%
CMYK8.60%0.00%1.81%
13.33%

Color #CADDD9 in popluar number systems.

HEXCADDD9
Decimal202221217
Binary110010101101110111011001
Octal312335331

Shades and tints

Shades of #CADDD9

#CADDD9
(202,221,217)
#B8C9C6
(184,201,198)
#A6B5B3
(166,181,179)
#94A1A0
(148,161,160)
#828D8D
(130,141,141)
#70797A
(112,121,122)
#5E6567
(94,101,103)
#4C5154
(76,81,84)
#3A3D41
(58,61,65)
#28292E
(40,41,46)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #CADDD9

#CADDD9
(202,221,217)
#CEE0DC
(206,224,220)
#D2E3DF
(210,227,223)
#D6E6E2
(214,230,226)
#DAE9E5
(218,233,229)
#DEECE8
(222,236,232)
#E2EFEB
(226,239,235)
#E6F2EE
(230,242,238)
#EAF5F1
(234,245,241)
#EEF8F4
(238,248,244)
#F2FBF7
(242,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CADDD9; }

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

This text font color is #CADDD9.


Background Color

.myBgColor { background-color: #CADDD9; }

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

This div background color is #CADDD9.


Border color

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

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

This div border color is #CADDD9.


Opacity

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

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

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

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

This text has shadow with #CADDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CADDD9 on black background.


Color preview on white background

This text has color #CADDD9 on white background.



Black color preview on #CADDD9 background

This text has black color on #CADDD9 background.


White color preview on #CADDD9 background

This text has white color on #CADDD9 background.