COLOR #D9DED1

HEX: #D9DED1
RGB: (217,222,209)

Color info

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

RGB color model

#D9DED1 color RGB value is (217,222,209).

  • red value is 217;
  • green value is 222;
  • blue value is 209.
RGB:
(217,222,209)
(85%,87%,82%)

RGB channels and saturation

R 217 of 255 = 85%
G 222 of 255 = 87%
B 209 of 255 = 82%

217
222
209

R + G + B ~ 85%. #D9DED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 222 + 209 = 648 (100%)
R 217 of 648 ~ 33.49%
G 222 of 648 ~ 34.26%
B 209 of 648 ~ 32.25%

%33.49
%34.26
%32.25

CMYK color model

#D9DED1 color CMYK value is (2,0,6,13).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 5.86%
  • key color value is 12.94%
CMYK:
(2,0,6,13)
C2M0Y6K13 
(2%,0%,6%,13%)
(0.02/0.00/0.06/0.13)	

CMYK percentages

%2.25
%0
%5.86
%12.94

Codes

Color #D9DED1 in popluar color models

D9DED1
RGB217222209
HSL83°16.46%84.51%
HSB/HSV83°5.86%87.06%
CMYK2.25%0.00%5.86%
12.94%

Color #D9DED1 in popluar number systems.

HEXD9DED1
Decimal217222209
Binary110110011101111011010001
Octal331336321

Shades and tints

Shades of #D9DED1

#D9DED1
(217,222,209)
#C6CABE
(198,202,190)
#B3B6AB
(179,182,171)
#A0A298
(160,162,152)
#8D8E85
(141,142,133)
#7A7A72
(122,122,114)
#67665F
(103,102,95)
#54524C
(84,82,76)
#413E39
(65,62,57)
#2E2A26
(46,42,38)
#1B1613
(27,22,19)
#000000
(0,0,0)

Tints of #D9DED1

#D9DED1
(217,222,209)
#DCE1D5
(220,225,213)
#DFE4D9
(223,228,217)
#E2E7DD
(226,231,221)
#E5EAE1
(229,234,225)
#E8EDE5
(232,237,229)
#EBF0E9
(235,240,233)
#EEF3ED
(238,243,237)
#F1F6F1
(241,246,241)
#F4F9F5
(244,249,245)
#F7FCF9
(247,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DED1 color. Also use rgb(217,222,209) instead hex code.

Text Font Color

.myTextColor { color: #D9DED1; }

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

This text font color is #D9DED1.


Background Color

.myBgColor { background-color: #D9DED1; }

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

This div background color is #D9DED1.


Border color

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

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

This div border color is #D9DED1.


Opacity

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

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

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

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

This text has shadow with #D9DED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DED1 on black background.


Color preview on white background

This text has color #D9DED1 on white background.



Black color preview on #D9DED1 background

This text has black color on #D9DED1 background.


White color preview on #D9DED1 background

This text has white color on #D9DED1 background.