COLOR #D5E0DB

HEX: #D5E0DB RGB: (213,224,219)

Color info

#D5E0DB contains red, green and blue colors in about the same proportion. Web safe color of #D5E0DB is #CCCCCC (or #CCC).

RGB color model

#D5E0DB color RGB value is (213,224,219).

RGB: (213,224,219) (84%, 88%, 86%)

RGB channels and saturation

R 213 of 255 = 84%
G 224 of 255 = 88%
B 219 of 255 = 86%

213
224
219

R + G + B ~ 86%. #D5E0DB is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 224 + 219 = 656 (100%)
R 213 of 656 ~ 32.47%
G 224 of 656 ~ 34.15%
B 219 of 656 ~ 33.38'%

%32.47
%34.15
%33.38

CMYK color model

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

  • cyan value is 4.91%
  • magenta value is 0.00%
  • yellow value is 2.23%
  • key color value is 12.16%
CMYK: (5,0,2,12) C5M0Y2K12 (5%,0%,2%,12%) (0.05/0.00/0.02/0.12) 

CMYK percentages

%4.91
%0
%2.23
%12.16

Codes

Color #D5E0DB in popluar color models

D5 E0 DB
RGB 213 224 219
HSL 153° 15.07% 85.69%
HSB/HSV 153° 4.91% 87.84%
CMYK 4.91% 0.00% 2.23%
12.16%

Color #D5E0DB in popluar number systems.

HEX D5 E0 DB
Decimal 213 224 219
Binary 11010101 11100000 11011011
Octal 325 340 333

Shades and tints

Shades of #D5E0DB

#D5E0DB
(213,224,219)
#C2CCC8
(194,204,200)
#AFB8B5
(175,184,181)
#9CA4A2
(156,164,162)
#89908F
(137,144,143)
#767C7C
(118,124,124)
#636869
(99,104,105)
#505456
(80,84,86)
#3D4043
(61,64,67)
#2A2C30
(42,44,48)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #D5E0DB

#D5E0DB
(213,224,219)
#D8E2DE
(216,226,222)
#DBE4E1
(219,228,225)
#DEE6E4
(222,230,228)
#E1E8E7
(225,232,231)
#E4EAEA
(228,234,234)
#E7ECED
(231,236,237)
#EAEEF0
(234,238,240)
#EDF0F3
(237,240,243)
#F0F2F6
(240,242,246)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E0DB; }

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

This text font color is #D5E0DB.

Background Color

.myBgColor { background-color: #D5E0DB; }

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

This div background color is #D5E0DB.

Border color

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

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

This div border color is #D5E0DB.

Opacity

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

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

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

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

This text has shadow with #D5E0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E0DB.

Preview

Color preview on black background

This text has color #D5E0DB on black background.


Color preview on white background

This text has color #D5E0DB on white background.


Black color preview on #D5E0DB background

This text has black color on #D5E0DB background.


White color preview on #D5E0DB background

This text has white color on #D5E0DB background.


Related colors

Complementary color

Complementary color for #hex is #2A1F24.


I love getcolorcode.com

Triadic colors

1 #DBD5E0 and #E0DBD5 with #D5E0DB are triadic colors.

2 #DBE0D5 and #E0D5DB with #D5E0DB are triadic colors.