COLOR #D9E3DD

HEX: #D9E3DD
RGB: (217,227,221)

Color info

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

RGB color model

#D9E3DD color RGB value is (217,227,221).

  • red value is 217;
  • green value is 227;
  • blue value is 221.
RGB:
(217,227,221)
(85%,89%,87%)

RGB channels and saturation

R 217 of 255 = 85%
G 227 of 255 = 89%
B 221 of 255 = 87%

217
227
221

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

Portions of RGB colors in percentages

R + G + B =
217 + 227 + 221 = 665 (100%)
R 217 of 665 ~ 32.63%
G 227 of 665 ~ 34.14%
B 221 of 665 ~ 33.23%

%32.63
%34.14
%33.23

CMYK color model

#D9E3DD color CMYK value is (4,0,3,11).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 2.64%
  • key color value is 10.98%
CMYK:
(4,0,3,11)
C4M0Y3K11 
(4%,0%,3%,11%)
(0.04/0.00/0.03/0.11)	

CMYK percentages

%4.41
%0
%2.64
%10.98

Codes

Color #D9E3DD in popluar color models

D9E3DD
RGB217227221
HSL144°15.15%87.06%
HSB/HSV144°4.41%89.02%
CMYK4.41%0.00%2.64%
10.98%

Color #D9E3DD in popluar number systems.

HEXD9E3DD
Decimal217227221
Binary110110011110001111011101
Octal331343335

Shades and tints

Shades of #D9E3DD

#D9E3DD
(217,227,221)
#C6CFC9
(198,207,201)
#B3BBB5
(179,187,181)
#A0A7A1
(160,167,161)
#8D938D
(141,147,141)
#7A7F79
(122,127,121)
#676B65
(103,107,101)
#545751
(84,87,81)
#41433D
(65,67,61)
#2E2F29
(46,47,41)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #D9E3DD

#D9E3DD
(217,227,221)
#DCE5E0
(220,229,224)
#DFE7E3
(223,231,227)
#E2E9E6
(226,233,230)
#E5EBE9
(229,235,233)
#E8EDEC
(232,237,236)
#EBEFEF
(235,239,239)
#EEF1F2
(238,241,242)
#F1F3F5
(241,243,245)
#F4F5F8
(244,245,248)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E3DD color. Also use rgb(217,227,221) instead hex code.

Text Font Color

.myTextColor { color: #D9E3DD; }

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

This text font color is #D9E3DD.


Background Color

.myBgColor { background-color: #D9E3DD; }

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

This div background color is #D9E3DD.


Border color

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

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

This div border color is #D9E3DD.


Opacity

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

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

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

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

This text has shadow with #D9E3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E3DD on black background.


Color preview on white background

This text has color #D9E3DD on white background.



Black color preview on #D9E3DD background

This text has black color on #D9E3DD background.


White color preview on #D9E3DD background

This text has white color on #D9E3DD background.