COLOR #CDE9ED

HEX: #CDE9ED
RGB: (205,233,237)

Color info

#CDE9ED contains red, green and blue colors in about the same proportion. Web safe color of #CDE9ED is #CCFFFF (or #CFF).

RGB color model

#CDE9ED color RGB value is (205,233,237).

  • red value is 205;
  • green value is 233;
  • blue value is 237.
RGB:
(205,233,237)
(80%,91%,93%)

RGB channels and saturation

R 205 of 255 = 80%
G 233 of 255 = 91%
B 237 of 255 = 93%

205
233
237

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

Portions of RGB colors in percentages

R + G + B =
205 + 233 + 237 = 675 (100%)
R 205 of 675 ~ 30.37%
G 233 of 675 ~ 34.52%
B 237 of 675 ~ 35.11%

%30.37
%34.52
%35.11

CMYK color model

#CDE9ED color CMYK value is (14,2,0,7).

  • cyan value is 13.50%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(14,2,0,7)
C14M2Y0K7 
(14%,2%,0%,7%)
(0.14/0.02/0.00/0.07)	

CMYK percentages

%13.5
%1.69
%0
%7.06

Codes

Color #CDE9ED in popluar color models

CDE9ED
RGB205233237
HSL188°47.06%86.67%
HSB/HSV188°13.50%92.94%
CMYK13.50%1.69%0.00%
7.06%

Color #CDE9ED in popluar number systems.

HEXCDE9ED
Decimal205233237
Binary110011011110100111101101
Octal315351355

Shades and tints

Shades of #CDE9ED

#CDE9ED
(205,233,237)
#BBD4D8
(187,212,216)
#A9BFC3
(169,191,195)
#97AAAE
(151,170,174)
#859599
(133,149,153)
#738084
(115,128,132)
#616B6F
(97,107,111)
#4F565A
(79,86,90)
#3D4145
(61,65,69)
#2B2C30
(43,44,48)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #CDE9ED

#CDE9ED
(205,233,237)
#D1EBEE
(209,235,238)
#D5EDEF
(213,237,239)
#D9EFF0
(217,239,240)
#DDF1F1
(221,241,241)
#E1F3F2
(225,243,242)
#E5F5F3
(229,245,243)
#E9F7F4
(233,247,244)
#EDF9F5
(237,249,245)
#F1FBF6
(241,251,246)
#F5FDF7
(245,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDE9ED; }

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

This text font color is #CDE9ED.


Background Color

.myBgColor { background-color: #CDE9ED; }

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

This div background color is #CDE9ED.


Border color

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

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

This div border color is #CDE9ED.


Opacity

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

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

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

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

This text has shadow with #CDE9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDE9ED on black background.


Color preview on white background

This text has color #CDE9ED on white background.



Black color preview on #CDE9ED background

This text has black color on #CDE9ED background.


White color preview on #CDE9ED background

This text has white color on #CDE9ED background.