COLOR #D5ECDB

HEX: #D5ECDB RGB: (213,236,219)

Color info

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

RGB color model

#D5ECDB color RGB value is (213,236,219).

RGB: (213,236,219) (84%, 93%, 86%)

RGB channels and saturation

R 213 of 255 = 84%
G 236 of 255 = 93%
B 219 of 255 = 86%

213
236
219

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

Portions of RGB colors in percentages

R + G + B = 213 + 236 + 219 = 668 (100%)
R 213 of 668 ~ 31.89%
G 236 of 668 ~ 35.33%
B 219 of 668 ~ 32.78'%

%31.89
%35.33
%32.78

CMYK color model

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

  • cyan value is 9.75%
  • magenta value is 0.00%
  • yellow value is 7.20%
  • key color value is 7.45%

CMYK: (10,0,7,7)
C10M0Y7K7 (10%, 0%, 7%, 7%)
(0.10 / 0.00 / 0.07 / 0.07)

CMYK percentages

%9.75
%0
%7.2
%7.45

Codes

Color #D5ECDB in popluar color models

D5 EC DB
RGB 213 236 219
HSL 136° 37.70% 88.04%
HSB/HSV 136° 9.75% 92.55%
CMYK 9.75% 0.00% 7.20%
7.45%

Color #D5ECDB in popluar number systems.

HEX D5 EC DB
Decimal 213 236 219
Binary 11010101 11101100 11011011
Octal 325 354 333

Shades and tints

Shades of #D5ECDB

#D5ECDB
(213,236,219)
#C2D7C8
(194,215,200)
#AFC2B5
(175,194,181)
#9CADA2
(156,173,162)
#89988F
(137,152,143)
#76837C
(118,131,124)
#636E69
(99,110,105)
#505956
(80,89,86)
#3D4443
(61,68,67)
#2A2F30
(42,47,48)
#171A1D
(23,26,29)
#000000
(0,0,0)

Tints of #D5ECDB

#D5ECDB
(213,236,219)
#D8EDDE
(216,237,222)
#DBEEE1
(219,238,225)
#DEEFE4
(222,239,228)
#E1F0E7
(225,240,231)
#E4F1EA
(228,241,234)
#E7F2ED
(231,242,237)
#EAF3F0
(234,243,240)
#EDF4F3
(237,244,243)
#F0F5F6
(240,245,246)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ECDB; }

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

This text font color is #D5ECDB.

Background Color

.myBgColor { background-color: #D5ECDB; }

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

This div background color is #D5ECDB.

Border color

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

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

This div border color is #D5ECDB.

Opacity

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

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

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

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

This text has shadow with #D5ECDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5ECDB.

Preview

Color preview on black background

This text has color #D5ECDB on black background.


Color preview on white background

This text has color #D5ECDB on white background.


Black color preview on #D5ECDB background

This text has black color on #D5ECDB background.


White color preview on #D5ECDB background

This text has white color on #D5ECDB background.


Related colors

Complementary color

Complementary color for #hex is #2A1324.


I love getcolorcode.com

Triadic colors

1 #DBD5EC and #ECDBD5 with #D5ECDB are triadic colors.

2 #DBECD5 and #ECD5DB with #D5ECDB are triadic colors.