COLOR #CDE5F3

HEX: #CDE5F3 RGB: (205,229,243)

Color info

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

RGB color model

#CDE5F3 color RGB value is (205,229,243).

RGB: (205,229,243) (80%, 90%, 95%)

RGB channels and saturation

R 205 of 255 = 80%
G 229 of 255 = 90%
B 243 of 255 = 95%

205
229
243

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

Portions of RGB colors in percentages

R + G + B = 205 + 229 + 243 = 677 (100%)
R 205 of 677 ~ 30.28%
G 229 of 677 ~ 33.83%
B 243 of 677 ~ 35.89'%

%30.28
%33.83
%35.89

CMYK color model

#CDE5F3 color CMYK value is (16,6,0,5).

  • cyan value is 15.64%
  • magenta value is 5.76%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK: (16,6,0,5) C16M6Y0K5 (16%,6%,0%,5%) (0.16/0.06/0.00/0.05) 

CMYK percentages

%15.64
%5.76
%0
%4.71

Codes

Color #CDE5F3 in popluar color models

CD E5 F3
RGB 205 229 243
HSL 202° 61.29% 87.84%
HSB/HSV 202° 15.64% 95.29%
CMYK 15.64% 5.76% 0.00%
4.71%

Color #CDE5F3 in popluar number systems.

HEX CD E5 F3
Decimal 205 229 243
Binary 11001101 11100101 11110011
Octal 315 345 363

Shades and tints

Shades of #CDE5F3

#CDE5F3
(205,229,243)
#BBD1DD
(187,209,221)
#A9BDC7
(169,189,199)
#97A9B1
(151,169,177)
#85959B
(133,149,155)
#738185
(115,129,133)
#616D6F
(97,109,111)
#4F5959
(79,89,89)
#3D4543
(61,69,67)
#2B312D
(43,49,45)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #CDE5F3

#CDE5F3
(205,229,243)
#D1E7F4
(209,231,244)
#D5E9F5
(213,233,245)
#D9EBF6
(217,235,246)
#DDEDF7
(221,237,247)
#E1EFF8
(225,239,248)
#E5F1F9
(229,241,249)
#E9F3FA
(233,243,250)
#EDF5FB
(237,245,251)
#F1F7FC
(241,247,252)
#F5F9FD
(245,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDE5F3; }

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

This text font color is #CDE5F3.

Background Color

.myBgColor { background-color: #CDE5F3; }

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

This div background color is #CDE5F3.

Border color

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

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

This div border color is #CDE5F3.

Opacity

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

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

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

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

This text has shadow with #CDE5F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDE5F3.

Preview

Color preview on black background

This text has color #CDE5F3 on black background.


Color preview on white background

This text has color #CDE5F3 on white background.


Black color preview on #CDE5F3 background

This text has black color on #CDE5F3 background.


White color preview on #CDE5F3 background

This text has white color on #CDE5F3 background.


Related colors

Complementary color

Complementary color for #hex is #321A0C.


I love getcolorcode.com

Triadic colors

1 #F3CDE5 and #E5F3CD with #CDE5F3 are triadic colors.

2 #F3E5CD and #E5CDF3 with #CDE5F3 are triadic colors.