COLOR #CDE4EB

HEX: #CDE4EB RGB: (205,228,235)

Color info

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

RGB color model

#CDE4EB color RGB value is (205,228,235).

RGB: (205,228,235) (80%, 89%, 92%)

RGB channels and saturation

R 205 of 255 = 80%
G 228 of 255 = 89%
B 235 of 255 = 92%

205
228
235

R + G + B ~ 87%. #CDE4EB is light color.

Portions of RGB colors in percentages

R + G + B = 205 + 228 + 235 = 668 (100%)
R 205 of 668 ~ 30.69%
G 228 of 668 ~ 34.13%
B 235 of 668 ~ 35.18'%

%30.69
%34.13
%35.18

CMYK color model

#CDE4EB color CMYK value is (13,3,0,8).

  • cyan value is 12.77%
  • magenta value is 2.98%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (13,3,0,8)
C13M3Y0K8 (13%, 3%, 0%, 8%)
(0.13 / 0.03 / 0.00 / 0.08)

CMYK percentages

%12.77
%2.98
%0
%7.84

Codes

Color #CDE4EB in popluar color models

CD E4 EB
RGB 205 228 235
HSL 194° 42.86% 86.27%
HSB/HSV 194° 12.77% 92.16%
CMYK 12.77% 2.98% 0.00%
7.84%

Color #CDE4EB in popluar number systems.

HEX CD E4 EB
Decimal 205 228 235
Binary 11001101 11100100 11101011
Octal 315 344 353

Shades and tints

Shades of #CDE4EB

#CDE4EB
(205,228,235)
#BBD0D6
(187,208,214)
#A9BCC1
(169,188,193)
#97A8AC
(151,168,172)
#859497
(133,148,151)
#738082
(115,128,130)
#616C6D
(97,108,109)
#4F5858
(79,88,88)
#3D4443
(61,68,67)
#2B302E
(43,48,46)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #CDE4EB

#CDE4EB
(205,228,235)
#D1E6EC
(209,230,236)
#D5E8ED
(213,232,237)
#D9EAEE
(217,234,238)
#DDECEF
(221,236,239)
#E1EEF0
(225,238,240)
#E5F0F1
(229,240,241)
#E9F2F2
(233,242,242)
#EDF4F3
(237,244,243)
#F1F6F4
(241,246,244)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDE4EB color. Also use rgb(205,228,235) instead hex code.

Text Font Color

.myTextColor { color: #CDE4EB; }

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

This text font color is #CDE4EB.

Background Color

.myBgColor { background-color: #CDE4EB; }

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

This div background color is #CDE4EB.

Border color

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

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

This div border color is #CDE4EB.

Opacity

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

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

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

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

This text has shadow with #CDE4EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDE4EB.

Preview

Color preview on black background

This text has color #CDE4EB on black background.


Color preview on white background

This text has color #CDE4EB on white background.


Black color preview on #CDE4EB background

This text has black color on #CDE4EB background.


White color preview on #CDE4EB background

This text has white color on #CDE4EB background.


Related colors

Complementary color

Complementary color for #hex is #321B14.


I love getcolorcode.com

Triadic colors

1 #EBCDE4 and #E4EBCD with #CDE4EB are triadic colors.

2 #EBE4CD and #E4CDEB with #CDE4EB are triadic colors.