COLOR #D5E3DE

HEX: #D5E3DE
RGB: (213,227,222)

Color info

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

RGB color model

#D5E3DE color RGB value is (213,227,222).

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

RGB channels and saturation

R 213 of 255 = 84%
G 227 of 255 = 89%
B 222 of 255 = 87%

213
227
222

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

Portions of RGB colors in percentages

R + G + B =
213 + 227 + 222 = 662 (100%)
R 213 of 662 ~ 32.18%
G 227 of 662 ~ 34.29%
B 222 of 662 ~ 33.53%

%32.18
%34.29
%33.53

CMYK color model

#D5E3DE color CMYK value is (6,0,2,11).

  • cyan value is 6.17%
  • magenta value is 0.00%
  • yellow value is 2.20%
  • key color value is 10.98%
CMYK:
(6,0,2,11)
C6M0Y2K11 
(6%,0%,2%,11%)
(0.06/0.00/0.02/0.11)	

CMYK percentages

%6.17
%0
%2.2
%10.98

Codes

Color #D5E3DE in popluar color models

D5E3DE
RGB213227222
HSL159°20.00%86.27%
HSB/HSV159°6.17%89.02%
CMYK6.17%0.00%2.20%
10.98%

Color #D5E3DE in popluar number systems.

HEXD5E3DE
Decimal213227222
Binary110101011110001111011110
Octal325343336

Shades and tints

Shades of #D5E3DE

#D5E3DE
(213,227,222)
#C2CFCA
(194,207,202)
#AFBBB6
(175,187,182)
#9CA7A2
(156,167,162)
#89938E
(137,147,142)
#767F7A
(118,127,122)
#636B66
(99,107,102)
#505752
(80,87,82)
#3D433E
(61,67,62)
#2A2F2A
(42,47,42)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #D5E3DE

#D5E3DE
(213,227,222)
#D8E5E1
(216,229,225)
#DBE7E4
(219,231,228)
#DEE9E7
(222,233,231)
#E1EBEA
(225,235,234)
#E4EDED
(228,237,237)
#E7EFF0
(231,239,240)
#EAF1F3
(234,241,243)
#EDF3F6
(237,243,246)
#F0F5F9
(240,245,249)
#F3F7FC
(243,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E3DE; }

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

This text font color is #D5E3DE.


Background Color

.myBgColor { background-color: #D5E3DE; }

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

This div background color is #D5E3DE.


Border color

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

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

This div border color is #D5E3DE.


Opacity

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

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

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

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

This text has shadow with #D5E3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E3DE on black background.


Color preview on white background

This text has color #D5E3DE on white background.



Black color preview on #D5E3DE background

This text has black color on #D5E3DE background.


White color preview on #D5E3DE background

This text has white color on #D5E3DE background.