COLOR #D9DDD4

HEX: #D9DDD4
RGB: (217,221,212)

Color info

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

RGB color model

#D9DDD4 color RGB value is (217,221,212).

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

RGB channels and saturation

R 217 of 255 = 85%
G 221 of 255 = 87%
B 212 of 255 = 83%

217
221
212

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

Portions of RGB colors in percentages

R + G + B =
217 + 221 + 212 = 650 (100%)
R 217 of 650 ~ 33.38%
G 221 of 650 ~ 34%
B 212 of 650 ~ 32.62%

%33.38
%34
%32.62

CMYK color model

#D9DDD4 color CMYK value is (2,0,4,13).

  • cyan value is 1.81%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 13.33%
CMYK:
(2,0,4,13)
C2M0Y4K13 
(2%,0%,4%,13%)
(0.02/0.00/0.04/0.13)	

CMYK percentages

%1.81
%0
%4.07
%13.33

Codes

Color #D9DDD4 in popluar color models

D9DDD4
RGB217221212
HSL87°11.69%84.90%
HSB/HSV87°4.07%86.67%
CMYK1.81%0.00%4.07%
13.33%

Color #D9DDD4 in popluar number systems.

HEXD9DDD4
Decimal217221212
Binary110110011101110111010100
Octal331335324

Shades and tints

Shades of #D9DDD4

#D9DDD4
(217,221,212)
#C6C9C1
(198,201,193)
#B3B5AE
(179,181,174)
#A0A19B
(160,161,155)
#8D8D88
(141,141,136)
#7A7975
(122,121,117)
#676562
(103,101,98)
#54514F
(84,81,79)
#413D3C
(65,61,60)
#2E2929
(46,41,41)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #D9DDD4

#D9DDD4
(217,221,212)
#DCE0D7
(220,224,215)
#DFE3DA
(223,227,218)
#E2E6DD
(226,230,221)
#E5E9E0
(229,233,224)
#E8ECE3
(232,236,227)
#EBEFE6
(235,239,230)
#EEF2E9
(238,242,233)
#F1F5EC
(241,245,236)
#F4F8EF
(244,248,239)
#F7FBF2
(247,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DDD4; }

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

This text font color is #D9DDD4.


Background Color

.myBgColor { background-color: #D9DDD4; }

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

This div background color is #D9DDD4.


Border color

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

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

This div border color is #D9DDD4.


Opacity

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

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

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

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

This text has shadow with #D9DDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DDD4 on black background.


Color preview on white background

This text has color #D9DDD4 on white background.



Black color preview on #D9DDD4 background

This text has black color on #D9DDD4 background.


White color preview on #D9DDD4 background

This text has white color on #D9DDD4 background.