COLOR #D5E5DB

HEX: #D5E5DB
RGB: (213,229,219)

Color info

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

RGB color model

#D5E5DB color RGB value is (213,229,219).

  • red value is 213;
  • green value is 229;
  • blue value is 219.
RGB:
(213,229,219)
(84%,90%,86%)

RGB channels and saturation

R 213 of 255 = 84%
G 229 of 255 = 90%
B 219 of 255 = 86%

213
229
219

R + G + B ~ 87%. #D5E5DB is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 229 + 219 = 661 (100%)
R 213 of 661 ~ 32.22%
G 229 of 661 ~ 34.64%
B 219 of 661 ~ 33.13%

%32.22
%34.64
%33.13

CMYK color model

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

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 10.20%
CMYK:
(7,0,4,10)
C7M0Y4K10 
(7%,0%,4%,10%)
(0.07/0.00/0.04/0.10)	

CMYK percentages

%6.99
%0
%4.37
%10.2

Codes

Color #D5E5DB in popluar color models

D5E5DB
RGB213229219
HSL143°23.53%86.67%
HSB/HSV143°6.99%89.80%
CMYK6.99%0.00%4.37%
10.20%

Color #D5E5DB in popluar number systems.

HEXD5E5DB
Decimal213229219
Binary110101011110010111011011
Octal325345333

Shades and tints

Shades of #D5E5DB

#D5E5DB
(213,229,219)
#C2D1C8
(194,209,200)
#AFBDB5
(175,189,181)
#9CA9A2
(156,169,162)
#89958F
(137,149,143)
#76817C
(118,129,124)
#636D69
(99,109,105)
#505956
(80,89,86)
#3D4543
(61,69,67)
#2A3130
(42,49,48)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #D5E5DB

#D5E5DB
(213,229,219)
#D8E7DE
(216,231,222)
#DBE9E1
(219,233,225)
#DEEBE4
(222,235,228)
#E1EDE7
(225,237,231)
#E4EFEA
(228,239,234)
#E7F1ED
(231,241,237)
#EAF3F0
(234,243,240)
#EDF5F3
(237,245,243)
#F0F7F6
(240,247,246)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E5DB; }

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

This text font color is #D5E5DB.


Background Color

.myBgColor { background-color: #D5E5DB; }

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

This div background color is #D5E5DB.


Border color

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

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

This div border color is #D5E5DB.


Opacity

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

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

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

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

This text has shadow with #D5E5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E5DB on black background.


Color preview on white background

This text has color #D5E5DB on white background.



Black color preview on #D5E5DB background

This text has black color on #D5E5DB background.


White color preview on #D5E5DB background

This text has white color on #D5E5DB background.