COLOR #CDE1E6

HEX: #CDE1E6
RGB: (205,225,230)

Color info

#CDE1E6 contains red, green and blue colors in about the same proportion. Web safe color of #CDE1E6 is #CCCCCC (or #CCC).

RGB color model

#CDE1E6 color RGB value is (205,225,230).

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

RGB channels and saturation

R 205 of 255 = 80%
G 225 of 255 = 88%
B 230 of 255 = 90%

205
225
230

R + G + B ~ 86%. #CDE1E6 is light color.

Portions of RGB colors in percentages

R + G + B =
205 + 225 + 230 = 660 (100%)
R 205 of 660 ~ 31.06%
G 225 of 660 ~ 34.09%
B 230 of 660 ~ 34.85%

%31.06
%34.09
%34.85

CMYK color model

#CDE1E6 color CMYK value is (11,2,0,10).

  • cyan value is 10.87%
  • magenta value is 2.17%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(11,2,0,10)
C11M2Y0K10 
(11%,2%,0%,10%)
(0.11/0.02/0.00/0.10)	

CMYK percentages

%10.87
%2.17
%0
%9.8

Codes

Color #CDE1E6 in popluar color models

CDE1E6
RGB205225230
HSL192°33.33%85.29%
HSB/HSV192°10.87%90.20%
CMYK10.87%2.17%0.00%
9.80%

Color #CDE1E6 in popluar number systems.

HEXCDE1E6
Decimal205225230
Binary110011011110000111100110
Octal315341346

Shades and tints

Shades of #CDE1E6

#CDE1E6
(205,225,230)
#BBCDD2
(187,205,210)
#A9B9BE
(169,185,190)
#97A5AA
(151,165,170)
#859196
(133,145,150)
#737D82
(115,125,130)
#61696E
(97,105,110)
#4F555A
(79,85,90)
#3D4146
(61,65,70)
#2B2D32
(43,45,50)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #CDE1E6

#CDE1E6
(205,225,230)
#D1E3E8
(209,227,232)
#D5E5EA
(213,229,234)
#D9E7EC
(217,231,236)
#DDE9EE
(221,233,238)
#E1EBF0
(225,235,240)
#E5EDF2
(229,237,242)
#E9EFF4
(233,239,244)
#EDF1F6
(237,241,246)
#F1F3F8
(241,243,248)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDE1E6; }

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

This text font color is #CDE1E6.


Background Color

.myBgColor { background-color: #CDE1E6; }

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

This div background color is #CDE1E6.


Border color

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

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

This div border color is #CDE1E6.


Opacity

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

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

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

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

This text has shadow with #CDE1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDE1E6 on black background.


Color preview on white background

This text has color #CDE1E6 on white background.



Black color preview on #CDE1E6 background

This text has black color on #CDE1E6 background.


White color preview on #CDE1E6 background

This text has white color on #CDE1E6 background.