COLOR #CDE6EC

HEX: #CDE6EC
RGB: (205,230,236)

Color info

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

RGB color model

#CDE6EC color RGB value is (205,230,236).

  • red value is 205;
  • green value is 230;
  • blue value is 236.
RGB:
(205,230,236)
(80%,90%,93%)

RGB channels and saturation

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

205
230
236

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

Portions of RGB colors in percentages

R + G + B =
205 + 230 + 236 = 671 (100%)
R 205 of 671 ~ 30.55%
G 230 of 671 ~ 34.28%
B 236 of 671 ~ 35.17%

%30.55
%34.28
%35.17

CMYK color model

#CDE6EC color CMYK value is (13,3,0,7).

  • cyan value is 13.14%
  • magenta value is 2.54%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(13,3,0,7)
C13M3Y0K7 
(13%,3%,0%,7%)
(0.13/0.03/0.00/0.07)	

CMYK percentages

%13.14
%2.54
%0
%7.45

Codes

Color #CDE6EC in popluar color models

CDE6EC
RGB205230236
HSL192°44.93%86.47%
HSB/HSV192°13.14%92.55%
CMYK13.14%2.54%0.00%
7.45%

Color #CDE6EC in popluar number systems.

HEXCDE6EC
Decimal205230236
Binary110011011110011011101100
Octal315346354

Shades and tints

Shades of #CDE6EC

#CDE6EC
(205,230,236)
#BBD2D7
(187,210,215)
#A9BEC2
(169,190,194)
#97AAAD
(151,170,173)
#859698
(133,150,152)
#738283
(115,130,131)
#616E6E
(97,110,110)
#4F5A59
(79,90,89)
#3D4644
(61,70,68)
#2B322F
(43,50,47)
#191E1A
(25,30,26)
#000000
(0,0,0)

Tints of #CDE6EC

#CDE6EC
(205,230,236)
#D1E8ED
(209,232,237)
#D5EAEE
(213,234,238)
#D9ECEF
(217,236,239)
#DDEEF0
(221,238,240)
#E1F0F1
(225,240,241)
#E5F2F2
(229,242,242)
#E9F4F3
(233,244,243)
#EDF6F4
(237,246,244)
#F1F8F5
(241,248,245)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDE6EC; }

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

This text font color is #CDE6EC.


Background Color

.myBgColor { background-color: #CDE6EC; }

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

This div background color is #CDE6EC.


Border color

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

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

This div border color is #CDE6EC.


Opacity

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

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

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

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

This text has shadow with #CDE6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDE6EC on black background.


Color preview on white background

This text has color #CDE6EC on white background.



Black color preview on #CDE6EC background

This text has black color on #CDE6EC background.


White color preview on #CDE6EC background

This text has white color on #CDE6EC background.