COLOR #CDE5F7

HEX: #CDE5F7
RGB: (205,229,247)

Color info

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

RGB color model

#CDE5F7 color RGB value is (205,229,247).

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

RGB channels and saturation

R 205 of 255 = 80%
G 229 of 255 = 90%
B 247 of 255 = 97%

205
229
247

R + G + B ~ 89%. #CDE5F7 is light color.

Portions of RGB colors in percentages

R + G + B =
205 + 229 + 247 = 681 (100%)
R 205 of 681 ~ 30.1%
G 229 of 681 ~ 33.63%
B 247 of 681 ~ 36.27%

%30.1
%33.63
%36.27

CMYK color model

#CDE5F7 color CMYK value is (17,7,0,3).

  • cyan value is 17.00%
  • magenta value is 7.29%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(17,7,0,3)
C17M7Y0K3 
(17%,7%,0%,3%)
(0.17/0.07/0.00/0.03)	

CMYK percentages

%17
%7.29
%0
%3.14

Codes

Color #CDE5F7 in popluar color models

CDE5F7
RGB205229247
HSL206°72.41%88.63%
HSB/HSV206°17.00%96.86%
CMYK17.00%7.29%0.00%
3.14%

Color #CDE5F7 in popluar number systems.

HEXCDE5F7
Decimal205229247
Binary110011011110010111110111
Octal315345367

Shades and tints

Shades of #CDE5F7

#CDE5F7
(205,229,247)
#BBD1E1
(187,209,225)
#A9BDCB
(169,189,203)
#97A9B5
(151,169,181)
#85959F
(133,149,159)
#738189
(115,129,137)
#616D73
(97,109,115)
#4F595D
(79,89,93)
#3D4547
(61,69,71)
#2B3131
(43,49,49)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #CDE5F7

#CDE5F7
(205,229,247)
#D1E7F7
(209,231,247)
#D5E9F7
(213,233,247)
#D9EBF7
(217,235,247)
#DDEDF7
(221,237,247)
#E1EFF7
(225,239,247)
#E5F1F7
(229,241,247)
#E9F3F7
(233,243,247)
#EDF5F7
(237,245,247)
#F1F7F7
(241,247,247)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDE5F7; }

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

This text font color is #CDE5F7.


Background Color

.myBgColor { background-color: #CDE5F7; }

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

This div background color is #CDE5F7.


Border color

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

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

This div border color is #CDE5F7.


Opacity

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

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

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

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

This text has shadow with #CDE5F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDE5F7 on black background.


Color preview on white background

This text has color #CDE5F7 on white background.



Black color preview on #CDE5F7 background

This text has black color on #CDE5F7 background.


White color preview on #CDE5F7 background

This text has white color on #CDE5F7 background.