COLOR #D9DDDD

HEX: #D9DDDD
RGB: (217,221,221)

Color info

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

RGB color model

#D9DDDD color RGB value is (217,221,221).

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

RGB channels and saturation

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

217
221
221

R + G + B ~ 86%. #D9DDDD is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 221 + 221 = 659 (100%)
R 217 of 659 ~ 32.93%
G 221 of 659 ~ 33.54%
B 221 of 659 ~ 33.54%

%32.93
%33.54
%33.54

CMYK color model

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

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

CMYK percentages

%1.81
%0
%0
%13.33

Codes

Color #D9DDDD in popluar color models

D9DDDD
RGB217221221
HSL180°5.56%85.88%
HSB/HSV180°1.81%86.67%
CMYK1.81%0.00%0.00%
13.33%

Color #D9DDDD in popluar number systems.

HEXD9DDDD
Decimal217221221
Binary110110011101110111011101
Octal331335335

Shades and tints

Shades of #D9DDDD

#D9DDDD
(217,221,221)
#C6C9C9
(198,201,201)
#B3B5B5
(179,181,181)
#A0A1A1
(160,161,161)
#8D8D8D
(141,141,141)
#7A7979
(122,121,121)
#676565
(103,101,101)
#545151
(84,81,81)
#413D3D
(65,61,61)
#2E2929
(46,41,41)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #D9DDDD

#D9DDDD
(217,221,221)
#DCE0E0
(220,224,224)
#DFE3E3
(223,227,227)
#E2E6E6
(226,230,230)
#E5E9E9
(229,233,233)
#E8ECEC
(232,236,236)
#EBEFEF
(235,239,239)
#EEF2F2
(238,242,242)
#F1F5F5
(241,245,245)
#F4F8F8
(244,248,248)
#F7FBFB
(247,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DDDD; }

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

This text font color is #D9DDDD.


Background Color

.myBgColor { background-color: #D9DDDD; }

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

This div background color is #D9DDDD.


Border color

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

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

This div border color is #D9DDDD.


Opacity

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

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

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

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

This text has shadow with #D9DDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DDDD on black background.


Color preview on white background

This text has color #D9DDDD on white background.



Black color preview on #D9DDDD background

This text has black color on #D9DDDD background.


White color preview on #D9DDDD background

This text has white color on #D9DDDD background.