COLOR #D1DED9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

209
222
217

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

Portions of RGB colors in percentages

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

%32.25
%34.26
%33.49

CMYK color model

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

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

CMYK percentages

%5.86
%0
%2.25
%12.94

Codes

Color #D1DED9 in popluar color models

D1DED9
RGB209222217
HSL157°16.46%84.51%
HSB/HSV157°5.86%87.06%
CMYK5.86%0.00%2.25%
12.94%

Color #D1DED9 in popluar number systems.

HEXD1DED9
Decimal209222217
Binary110100011101111011011001
Octal321336331

Shades and tints

Shades of #D1DED9

#D1DED9
(209,222,217)
#BECAC6
(190,202,198)
#ABB6B3
(171,182,179)
#98A2A0
(152,162,160)
#858E8D
(133,142,141)
#727A7A
(114,122,122)
#5F6667
(95,102,103)
#4C5254
(76,82,84)
#393E41
(57,62,65)
#262A2E
(38,42,46)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #D1DED9

#D1DED9
(209,222,217)
#D5E1DC
(213,225,220)
#D9E4DF
(217,228,223)
#DDE7E2
(221,231,226)
#E1EAE5
(225,234,229)
#E5EDE8
(229,237,232)
#E9F0EB
(233,240,235)
#EDF3EE
(237,243,238)
#F1F6F1
(241,246,241)
#F5F9F4
(245,249,244)
#F9FCF7
(249,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DED9; }

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

This text font color is #D1DED9.


Background Color

.myBgColor { background-color: #D1DED9; }

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

This div background color is #D1DED9.


Border color

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

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

This div border color is #D1DED9.


Opacity

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

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

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

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

This text has shadow with #D1DED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DED9 on black background.


Color preview on white background

This text has color #D1DED9 on white background.



Black color preview on #D1DED9 background

This text has black color on #D1DED9 background.


White color preview on #D1DED9 background

This text has white color on #D1DED9 background.