COLOR #D5ECF1

HEX: #D5ECF1 RGB: (213,236,241)

Color info

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

RGB color model

#D5ECF1 color RGB value is (213,236,241).

RGB: (213,236,241) (84%, 93%, 95%)

RGB channels and saturation

R 213 of 255 = 84%
G 236 of 255 = 93%
B 241 of 255 = 95%

213
236
241

R + G + B ~ 91%. #D5ECF1 is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 236 + 241 = 690 (100%)
R 213 of 690 ~ 30.87%
G 236 of 690 ~ 34.2%
B 241 of 690 ~ 34.93'%

%30.87
%34.2
%34.93

CMYK color model

#D5ECF1 color CMYK value is (12,2,0,5).

  • cyan value is 11.62%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (12,2,0,5) C12M2Y0K5 (12%,2%,0%,5%) (0.12/0.02/0.00/0.05) 

CMYK percentages

%11.62
%2.07
%0
%5.49

Codes

Color #D5ECF1 in popluar color models

D5 EC F1
RGB 213 236 241
HSL 191° 50.00% 89.02%
HSB/HSV 191° 11.62% 94.51%
CMYK 11.62% 2.07% 0.00%
5.49%

Color #D5ECF1 in popluar number systems.

HEX D5 EC F1
Decimal 213 236 241
Binary 11010101 11101100 11110001
Octal 325 354 361

Shades and tints

Shades of #D5ECF1

#D5ECF1
(213,236,241)
#C2D7DC
(194,215,220)
#AFC2C7
(175,194,199)
#9CADB2
(156,173,178)
#89989D
(137,152,157)
#768388
(118,131,136)
#636E73
(99,110,115)
#50595E
(80,89,94)
#3D4449
(61,68,73)
#2A2F34
(42,47,52)
#171A1F
(23,26,31)
#000000
(0,0,0)

Tints of #D5ECF1

#D5ECF1
(213,236,241)
#D8EDF2
(216,237,242)
#DBEEF3
(219,238,243)
#DEEFF4
(222,239,244)
#E1F0F5
(225,240,245)
#E4F1F6
(228,241,246)
#E7F2F7
(231,242,247)
#EAF3F8
(234,243,248)
#EDF4F9
(237,244,249)
#F0F5FA
(240,245,250)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ECF1; }

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

This text font color is #D5ECF1.

Background Color

.myBgColor { background-color: #D5ECF1; }

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

This div background color is #D5ECF1.

Border color

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

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

This div border color is #D5ECF1.

Opacity

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

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

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

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

This text has shadow with #D5ECF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5ECF1.

Preview

Color preview on black background

This text has color #D5ECF1 on black background.


Color preview on white background

This text has color #D5ECF1 on white background.


Black color preview on #D5ECF1 background

This text has black color on #D5ECF1 background.


White color preview on #D5ECF1 background

This text has white color on #D5ECF1 background.


Related colors

Complementary color

Complementary color for #hex is #2A130E.


I love getcolorcode.com

Triadic colors

1 #F1D5EC and #ECF1D5 with #D5ECF1 are triadic colors.

2 #F1ECD5 and #ECD5F1 with #D5ECF1 are triadic colors.