COLOR #D5ECFE

HEX: #D5ECFE RGB: (213,236,254)

Color info

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

RGB color model

#D5ECFE color RGB value is (213,236,254).

RGB: (213,236,254) (84%, 93%, 100%)

RGB channels and saturation

R 213 of 255 = 84%
G 236 of 255 = 93%
B 254 of 255 = 100%

213
236
254

R + G + B ~ 92%. #D5ECFE is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 236 + 254 = 703 (100%)
R 213 of 703 ~ 30.3%
G 236 of 703 ~ 33.57%
B 254 of 703 ~ 36.13'%

%30.3
%33.57
%36.13

CMYK color model

#D5ECFE color CMYK value is (16,7,0,0).

  • cyan value is 16.14%
  • magenta value is 7.09%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (16,7,0,0)
C16M7Y0K0 (16%, 7%, 0%, 0%)
(0.16 / 0.07 / 0.00 / 0.00)

CMYK percentages

%16.14
%7.09
%0
%0.39

Codes

Color #D5ECFE in popluar color models

D5 EC FE
RGB 213 236 254
HSL 206° 95.35% 91.57%
HSB/HSV 206° 16.14% 99.61%
CMYK 16.14% 7.09% 0.00%
0.39%

Color #D5ECFE in popluar number systems.

HEX D5 EC FE
Decimal 213 236 254
Binary 11010101 11101100 11111110
Octal 325 354 376

Shades and tints

Shades of #D5ECFE

#D5ECFE
(213,236,254)
#C2D7E7
(194,215,231)
#AFC2D0
(175,194,208)
#9CADB9
(156,173,185)
#8998A2
(137,152,162)
#76838B
(118,131,139)
#636E74
(99,110,116)
#50595D
(80,89,93)
#3D4446
(61,68,70)
#2A2F2F
(42,47,47)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #D5ECFE

#D5ECFE
(213,236,254)
#D8EDFE
(216,237,254)
#DBEEFE
(219,238,254)
#DEEFFE
(222,239,254)
#E1F0FE
(225,240,254)
#E4F1FE
(228,241,254)
#E7F2FE
(231,242,254)
#EAF3FE
(234,243,254)
#EDF4FE
(237,244,254)
#F0F5FE
(240,245,254)
#F3F6FE
(243,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5ECFE color. Also use rgb(213,236,254) instead hex code.

Text Font Color

.myTextColor { color: #D5ECFE; }

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

This text font color is #D5ECFE.

Background Color

.myBgColor { background-color: #D5ECFE; }

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

This div background color is #D5ECFE.

Border color

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

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

This div border color is #D5ECFE.

Opacity

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

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

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

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

This text has shadow with #D5ECFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5ECFE.

Preview

Color preview on black background

This text has color #D5ECFE on black background.


Color preview on white background

This text has color #D5ECFE on white background.


Black color preview on #D5ECFE background

This text has black color on #D5ECFE background.


White color preview on #D5ECFE background

This text has white color on #D5ECFE background.


Related colors

Complementary color

Complementary color for #hex is #2A1301.


I love getcolorcode.com

Triadic colors

1 #FED5EC and #ECFED5 with #D5ECFE are triadic colors.

2 #FEECD5 and #ECD5FE with #D5ECFE are triadic colors.