COLOR #D5ECDE

HEX: #D5ECDE
RGB: (213,236,222)

Color info

#D5ECDE contains red, green and blue colors in about the same proportion. Web safe color of #D5ECDE is #CCFFCC (or #CFC).

RGB color model

#D5ECDE color RGB value is (213,236,222).

  • red value is 213;
  • green value is 236;
  • blue value is 222.
RGB:
(213,236,222)
(84%,93%,87%)

RGB channels and saturation

R 213 of 255 = 84%
G 236 of 255 = 93%
B 222 of 255 = 87%

213
236
222

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

Portions of RGB colors in percentages

R + G + B =
213 + 236 + 222 = 671 (100%)
R 213 of 671 ~ 31.74%
G 236 of 671 ~ 35.17%
B 222 of 671 ~ 33.08%

%31.74
%35.17
%33.08

CMYK color model

#D5ECDE color CMYK value is (10,0,6,7).

  • cyan value is 9.75%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 7.45%
CMYK:
(10,0,6,7)
C10M0Y6K7 
(10%,0%,6%,7%)
(0.10/0.00/0.06/0.07)	

CMYK percentages

%9.75
%0
%5.93
%7.45

Codes

Color #D5ECDE in popluar color models

D5ECDE
RGB213236222
HSL143°37.70%88.04%
HSB/HSV143°9.75%92.55%
CMYK9.75%0.00%5.93%
7.45%

Color #D5ECDE in popluar number systems.

HEXD5ECDE
Decimal213236222
Binary110101011110110011011110
Octal325354336

Shades and tints

Shades of #D5ECDE

#D5ECDE
(213,236,222)
#C2D7CA
(194,215,202)
#AFC2B6
(175,194,182)
#9CADA2
(156,173,162)
#89988E
(137,152,142)
#76837A
(118,131,122)
#636E66
(99,110,102)
#505952
(80,89,82)
#3D443E
(61,68,62)
#2A2F2A
(42,47,42)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #D5ECDE

#D5ECDE
(213,236,222)
#D8EDE1
(216,237,225)
#DBEEE4
(219,238,228)
#DEEFE7
(222,239,231)
#E1F0EA
(225,240,234)
#E4F1ED
(228,241,237)
#E7F2F0
(231,242,240)
#EAF3F3
(234,243,243)
#EDF4F6
(237,244,246)
#F0F5F9
(240,245,249)
#F3F6FC
(243,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ECDE; }

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

This text font color is #D5ECDE.


Background Color

.myBgColor { background-color: #D5ECDE; }

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

This div background color is #D5ECDE.


Border color

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

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

This div border color is #D5ECDE.


Opacity

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

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

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

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

This text has shadow with #D5ECDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ECDE on black background.


Color preview on white background

This text has color #D5ECDE on white background.



Black color preview on #D5ECDE background

This text has black color on #D5ECDE background.


White color preview on #D5ECDE background

This text has white color on #D5ECDE background.