COLOR #CADDD5

HEX: #CADDD5 RGB: (202,221,213)

Color info

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

RGB color model

#CADDD5 color RGB value is (202,221,213).

RGB: (202,221,213) (79%, 87%, 84%)

RGB channels and saturation

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

202
221
213

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

Portions of RGB colors in percentages

R + G + B = 202 + 221 + 213 = 636 (100%)
R 202 of 636 ~ 31.76%
G 221 of 636 ~ 34.75%
B 213 of 636 ~ 33.49'%

%31.76
%34.75
%33.49

CMYK color model

#CADDD5 color CMYK value is (9,0,4,13).

  • cyan value is 8.60%
  • magenta value is 0.00%
  • yellow value is 3.62%
  • key color value is 13.33%

CMYK: (9,0,4,13)
C9M0Y4K13 (9%, 0%, 4%, 13%)
(0.09 / 0.00 / 0.04 / 0.13)

CMYK percentages

%8.6
%0
%3.62
%13.33

Codes

Color #CADDD5 in popluar color models

CA DD D5
RGB 202 221 213
HSL 155° 21.84% 82.94%
HSB/HSV 155° 8.60% 86.67%
CMYK 8.60% 0.00% 3.62%
13.33%

Color #CADDD5 in popluar number systems.

HEX CA DD D5
Decimal 202 221 213
Binary 11001010 11011101 11010101
Octal 312 335 325

Shades and tints

Shades of #CADDD5

#CADDD5
(202,221,213)
#B8C9C2
(184,201,194)
#A6B5AF
(166,181,175)
#94A19C
(148,161,156)
#828D89
(130,141,137)
#707976
(112,121,118)
#5E6563
(94,101,99)
#4C5150
(76,81,80)
#3A3D3D
(58,61,61)
#28292A
(40,41,42)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #CADDD5

#CADDD5
(202,221,213)
#CEE0D8
(206,224,216)
#D2E3DB
(210,227,219)
#D6E6DE
(214,230,222)
#DAE9E1
(218,233,225)
#DEECE4
(222,236,228)
#E2EFE7
(226,239,231)
#E6F2EA
(230,242,234)
#EAF5ED
(234,245,237)
#EEF8F0
(238,248,240)
#F2FBF3
(242,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CADDD5; }

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

This text font color is #CADDD5.

Background Color

.myBgColor { background-color: #CADDD5; }

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

This div background color is #CADDD5.

Border color

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

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

This div border color is #CADDD5.

Opacity

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

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

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

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

This text has shadow with #CADDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CADDD5.

Preview

Color preview on black background

This text has color #CADDD5 on black background.


Color preview on white background

This text has color #CADDD5 on white background.


Black color preview on #CADDD5 background

This text has black color on #CADDD5 background.


White color preview on #CADDD5 background

This text has white color on #CADDD5 background.


Related colors

Complementary color

Complementary color for #hex is #35222A.


I love getcolorcode.com

Triadic colors

1 #D5CADD and #DDD5CA with #CADDD5 are triadic colors.

2 #D5DDCA and #DDCAD5 with #CADDD5 are triadic colors.