COLOR #CDE5DD

HEX: #CDE5DD
RGB: (205,229,221)

Color info

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

RGB color model

#CDE5DD color RGB value is (205,229,221).

  • red value is 205;
  • green value is 229;
  • blue value is 221.
RGB:
(205,229,221)
(80%,90%,87%)

RGB channels and saturation

R 205 of 255 = 80%
G 229 of 255 = 90%
B 221 of 255 = 87%

205
229
221

R + G + B ~ 86%. #CDE5DD is light color.

Portions of RGB colors in percentages

R + G + B =
205 + 229 + 221 = 655 (100%)
R 205 of 655 ~ 31.3%
G 229 of 655 ~ 34.96%
B 221 of 655 ~ 33.74%

%31.3
%34.96
%33.74

CMYK color model

#CDE5DD color CMYK value is (10,0,3,10).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 3.49%
  • key color value is 10.20%
CMYK:
(10,0,3,10)
C10M0Y3K10 
(10%,0%,3%,10%)
(0.10/0.00/0.03/0.10)	

CMYK percentages

%10.48
%0
%3.49
%10.2

Codes

Color #CDE5DD in popluar color models

CDE5DD
RGB205229221
HSL160°31.58%85.10%
HSB/HSV160°10.48%89.80%
CMYK10.48%0.00%3.49%
10.20%

Color #CDE5DD in popluar number systems.

HEXCDE5DD
Decimal205229221
Binary110011011110010111011101
Octal315345335

Shades and tints

Shades of #CDE5DD

#CDE5DD
(205,229,221)
#BBD1C9
(187,209,201)
#A9BDB5
(169,189,181)
#97A9A1
(151,169,161)
#85958D
(133,149,141)
#738179
(115,129,121)
#616D65
(97,109,101)
#4F5951
(79,89,81)
#3D453D
(61,69,61)
#2B3129
(43,49,41)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #CDE5DD

#CDE5DD
(205,229,221)
#D1E7E0
(209,231,224)
#D5E9E3
(213,233,227)
#D9EBE6
(217,235,230)
#DDEDE9
(221,237,233)
#E1EFEC
(225,239,236)
#E5F1EF
(229,241,239)
#E9F3F2
(233,243,242)
#EDF5F5
(237,245,245)
#F1F7F8
(241,247,248)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDE5DD color. Also use rgb(205,229,221) instead hex code.

Text Font Color

.myTextColor { color: #CDE5DD; }

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

This text font color is #CDE5DD.


Background Color

.myBgColor { background-color: #CDE5DD; }

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

This div background color is #CDE5DD.


Border color

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

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

This div border color is #CDE5DD.


Opacity

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

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

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

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

This text has shadow with #CDE5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDE5DD on black background.


Color preview on white background

This text has color #CDE5DD on white background.



Black color preview on #CDE5DD background

This text has black color on #CDE5DD background.


White color preview on #CDE5DD background

This text has white color on #CDE5DD background.