COLOR #D9DED3

HEX: #D9DED3
RGB: (217,222,211)

Color info

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

RGB color model

#D9DED3 color RGB value is (217,222,211).

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

RGB channels and saturation

R 217 of 255 = 85%
G 222 of 255 = 87%
B 211 of 255 = 83%

217
222
211

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

Portions of RGB colors in percentages

R + G + B =
217 + 222 + 211 = 650 (100%)
R 217 of 650 ~ 33.38%
G 222 of 650 ~ 34.15%
B 211 of 650 ~ 32.46%

%33.38
%34.15
%32.46

CMYK color model

#D9DED3 color CMYK value is (2,0,5,13).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 4.95%
  • key color value is 12.94%
CMYK:
(2,0,5,13)
C2M0Y5K13 
(2%,0%,5%,13%)
(0.02/0.00/0.05/0.13)	

CMYK percentages

%2.25
%0
%4.95
%12.94

Codes

Color #D9DED3 in popluar color models

D9DED3
RGB217222211
HSL87°14.29%84.90%
HSB/HSV87°4.95%87.06%
CMYK2.25%0.00%4.95%
12.94%

Color #D9DED3 in popluar number systems.

HEXD9DED3
Decimal217222211
Binary110110011101111011010011
Octal331336323

Shades and tints

Shades of #D9DED3

#D9DED3
(217,222,211)
#C6CAC0
(198,202,192)
#B3B6AD
(179,182,173)
#A0A29A
(160,162,154)
#8D8E87
(141,142,135)
#7A7A74
(122,122,116)
#676661
(103,102,97)
#54524E
(84,82,78)
#413E3B
(65,62,59)
#2E2A28
(46,42,40)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #D9DED3

#D9DED3
(217,222,211)
#DCE1D7
(220,225,215)
#DFE4DB
(223,228,219)
#E2E7DF
(226,231,223)
#E5EAE3
(229,234,227)
#E8EDE7
(232,237,231)
#EBF0EB
(235,240,235)
#EEF3EF
(238,243,239)
#F1F6F3
(241,246,243)
#F4F9F7
(244,249,247)
#F7FCFB
(247,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DED3; }

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

This text font color is #D9DED3.


Background Color

.myBgColor { background-color: #D9DED3; }

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

This div background color is #D9DED3.


Border color

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

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

This div border color is #D9DED3.


Opacity

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

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

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

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

This text has shadow with #D9DED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DED3 on black background.


Color preview on white background

This text has color #D9DED3 on white background.



Black color preview on #D9DED3 background

This text has black color on #D9DED3 background.


White color preview on #D9DED3 background

This text has white color on #D9DED3 background.