COLOR #D5E9DB

HEX: #D5E9DB
RGB: (213,233,219)

Color info

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

RGB color model

#D5E9DB color RGB value is (213,233,219).

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

RGB channels and saturation

R 213 of 255 = 84%
G 233 of 255 = 91%
B 219 of 255 = 86%

213
233
219

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

Portions of RGB colors in percentages

R + G + B =
213 + 233 + 219 = 665 (100%)
R 213 of 665 ~ 32.03%
G 233 of 665 ~ 35.04%
B 219 of 665 ~ 32.93%

%32.03
%35.04
%32.93

CMYK color model

#D5E9DB color CMYK value is (9,0,6,9).

  • cyan value is 8.58%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 8.63%
CMYK:
(9,0,6,9)
C9M0Y6K9 
(9%,0%,6%,9%)
(0.09/0.00/0.06/0.09)	

CMYK percentages

%8.58
%0
%6.01
%8.63

Codes

Color #D5E9DB in popluar color models

D5E9DB
RGB213233219
HSL138°31.25%87.45%
HSB/HSV138°8.58%91.37%
CMYK8.58%0.00%6.01%
8.63%

Color #D5E9DB in popluar number systems.

HEXD5E9DB
Decimal213233219
Binary110101011110100111011011
Octal325351333

Shades and tints

Shades of #D5E9DB

#D5E9DB
(213,233,219)
#C2D4C8
(194,212,200)
#AFBFB5
(175,191,181)
#9CAAA2
(156,170,162)
#89958F
(137,149,143)
#76807C
(118,128,124)
#636B69
(99,107,105)
#505656
(80,86,86)
#3D4143
(61,65,67)
#2A2C30
(42,44,48)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #D5E9DB

#D5E9DB
(213,233,219)
#D8EBDE
(216,235,222)
#DBEDE1
(219,237,225)
#DEEFE4
(222,239,228)
#E1F1E7
(225,241,231)
#E4F3EA
(228,243,234)
#E7F5ED
(231,245,237)
#EAF7F0
(234,247,240)
#EDF9F3
(237,249,243)
#F0FBF6
(240,251,246)
#F3FDF9
(243,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E9DB; }

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

This text font color is #D5E9DB.


Background Color

.myBgColor { background-color: #D5E9DB; }

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

This div background color is #D5E9DB.


Border color

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

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

This div border color is #D5E9DB.


Opacity

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

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

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

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

This text has shadow with #D5E9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E9DB on black background.


Color preview on white background

This text has color #D5E9DB on white background.



Black color preview on #D5E9DB background

This text has black color on #D5E9DB background.


White color preview on #D5E9DB background

This text has white color on #D5E9DB background.