COLOR #CDE9F6

HEX: #CDE9F6 RGB: (205,233,246)

Color info

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

RGB color model

#CDE9F6 color RGB value is (205,233,246).

RGB: (205,233,246) (80%, 91%, 96%)

RGB channels and saturation

R 205 of 255 = 80%
G 233 of 255 = 91%
B 246 of 255 = 96%

205
233
246

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

Portions of RGB colors in percentages

R + G + B = 205 + 233 + 246 = 684 (100%)
R 205 of 684 ~ 29.97%
G 233 of 684 ~ 34.06%
B 246 of 684 ~ 35.96'%

%29.97
%34.06
%35.96

CMYK color model

#CDE9F6 color CMYK value is (17,5,0,4).

  • cyan value is 16.67%
  • magenta value is 5.28%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (17,5,0,4)
C17M5Y0K4 (17%, 5%, 0%, 4%)
(0.17 / 0.05 / 0.00 / 0.04)

CMYK percentages

%16.67
%5.28
%0
%3.53

Codes

Color #CDE9F6 in popluar color models

CD E9 F6
RGB 205 233 246
HSL 199° 69.49% 88.43%
HSB/HSV 199° 16.67% 96.47%
CMYK 16.67% 5.28% 0.00%
3.53%

Color #CDE9F6 in popluar number systems.

HEX CD E9 F6
Decimal 205 233 246
Binary 11001101 11101001 11110110
Octal 315 351 366

Shades and tints

Shades of #CDE9F6

#CDE9F6
(205,233,246)
#BBD4E0
(187,212,224)
#A9BFCA
(169,191,202)
#97AAB4
(151,170,180)
#85959E
(133,149,158)
#738088
(115,128,136)
#616B72
(97,107,114)
#4F565C
(79,86,92)
#3D4146
(61,65,70)
#2B2C30
(43,44,48)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #CDE9F6

#CDE9F6
(205,233,246)
#D1EBF6
(209,235,246)
#D5EDF6
(213,237,246)
#D9EFF6
(217,239,246)
#DDF1F6
(221,241,246)
#E1F3F6
(225,243,246)
#E5F5F6
(229,245,246)
#E9F7F6
(233,247,246)
#EDF9F6
(237,249,246)
#F1FBF6
(241,251,246)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDE9F6; }

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

This text font color is #CDE9F6.

Background Color

.myBgColor { background-color: #CDE9F6; }

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

This div background color is #CDE9F6.

Border color

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

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

This div border color is #CDE9F6.

Opacity

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

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

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

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

This text has shadow with #CDE9F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDE9F6.

Preview

Color preview on black background

This text has color #CDE9F6 on black background.


Color preview on white background

This text has color #CDE9F6 on white background.


Black color preview on #CDE9F6 background

This text has black color on #CDE9F6 background.


White color preview on #CDE9F6 background

This text has white color on #CDE9F6 background.


Related colors

Complementary color

Complementary color for #hex is #321609.


I love getcolorcode.com

Triadic colors

1 #F6CDE9 and #E9F6CD with #CDE9F6 are triadic colors.

2 #F6E9CD and #E9CDF6 with #CDE9F6 are triadic colors.