COLOR #CDE6ED

HEX: #CDE6ED RGB: (205,230,237)

Color info

#CDE6ED contains red, green and blue colors in about the same proportion. Web safe color of #CDE6ED is #CCCCFF (or #CCF).

RGB color model

#CDE6ED color RGB value is (205,230,237).

RGB: (205,230,237) (80%, 90%, 93%)

RGB channels and saturation

R 205 of 255 = 80%
G 230 of 255 = 90%
B 237 of 255 = 93%

205
230
237

R + G + B ~ 88%. #CDE6ED is light color.

Portions of RGB colors in percentages

R + G + B = 205 + 230 + 237 = 672 (100%)
R 205 of 672 ~ 30.51%
G 230 of 672 ~ 34.23%
B 237 of 672 ~ 35.27'%

%30.51
%34.23
%35.27

CMYK color model

#CDE6ED color CMYK value is (14,3,0,7).

  • cyan value is 13.50%
  • magenta value is 2.95%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (14,3,0,7)
C14M3Y0K7 (14%, 3%, 0%, 7%)
(0.14 / 0.03 / 0.00 / 0.07)

CMYK percentages

%13.5
%2.95
%0
%7.06

Codes

Color #CDE6ED in popluar color models

CD E6 ED
RGB 205 230 237
HSL 193° 47.06% 86.67%
HSB/HSV 193° 13.50% 92.94%
CMYK 13.50% 2.95% 0.00%
7.06%

Color #CDE6ED in popluar number systems.

HEX CD E6 ED
Decimal 205 230 237
Binary 11001101 11100110 11101101
Octal 315 346 355

Shades and tints

Shades of #CDE6ED

#CDE6ED
(205,230,237)
#BBD2D8
(187,210,216)
#A9BEC3
(169,190,195)
#97AAAE
(151,170,174)
#859699
(133,150,153)
#738284
(115,130,132)
#616E6F
(97,110,111)
#4F5A5A
(79,90,90)
#3D4645
(61,70,69)
#2B3230
(43,50,48)
#191E1B
(25,30,27)
#000000
(0,0,0)

Tints of #CDE6ED

#CDE6ED
(205,230,237)
#D1E8EE
(209,232,238)
#D5EAEF
(213,234,239)
#D9ECF0
(217,236,240)
#DDEEF1
(221,238,241)
#E1F0F2
(225,240,242)
#E5F2F3
(229,242,243)
#E9F4F4
(233,244,244)
#EDF6F5
(237,246,245)
#F1F8F6
(241,248,246)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDE6ED color. Also use rgb(205,230,237) instead hex code.

Text Font Color

.myTextColor { color: #CDE6ED; }

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

This text font color is #CDE6ED.

Background Color

.myBgColor { background-color: #CDE6ED; }

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

This div background color is #CDE6ED.

Border color

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

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

This div border color is #CDE6ED.

Opacity

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

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

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

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

This text has shadow with #CDE6ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDE6ED.

Preview

Color preview on black background

This text has color #CDE6ED on black background.


Color preview on white background

This text has color #CDE6ED on white background.


Black color preview on #CDE6ED background

This text has black color on #CDE6ED background.


White color preview on #CDE6ED background

This text has white color on #CDE6ED background.


Related colors

Complementary color

Complementary color for #hex is #321912.


I love getcolorcode.com

Triadic colors

1 #EDCDE6 and #E6EDCD with #CDE6ED are triadic colors.

2 #EDE6CD and #E6CDED with #CDE6ED are triadic colors.