COLOR #D1DDDA

HEX: #D1DDDA
RGB: (209,221,218)

Color info

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

RGB color model

#D1DDDA color RGB value is (209,221,218).

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

RGB channels and saturation

R 209 of 255 = 82%
G 221 of 255 = 87%
B 218 of 255 = 85%

209
221
218

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

Portions of RGB colors in percentages

R + G + B =
209 + 221 + 218 = 648 (100%)
R 209 of 648 ~ 32.25%
G 221 of 648 ~ 34.1%
B 218 of 648 ~ 33.64%

%32.25
%34.1
%33.64

CMYK color model

#D1DDDA color CMYK value is (5,0,1,13).

  • cyan value is 5.43%
  • magenta value is 0.00%
  • yellow value is 1.36%
  • key color value is 13.33%
CMYK:
(5,0,1,13)
C5M0Y1K13 
(5%,0%,1%,13%)
(0.05/0.00/0.01/0.13)	

CMYK percentages

%5.43
%0
%1.36
%13.33

Codes

Color #D1DDDA in popluar color models

D1DDDA
RGB209221218
HSL165°15.00%84.31%
HSB/HSV165°5.43%86.67%
CMYK5.43%0.00%1.36%
13.33%

Color #D1DDDA in popluar number systems.

HEXD1DDDA
Decimal209221218
Binary110100011101110111011010
Octal321335332

Shades and tints

Shades of #D1DDDA

#D1DDDA
(209,221,218)
#BEC9C7
(190,201,199)
#ABB5B4
(171,181,180)
#98A1A1
(152,161,161)
#858D8E
(133,141,142)
#72797B
(114,121,123)
#5F6568
(95,101,104)
#4C5155
(76,81,85)
#393D42
(57,61,66)
#26292F
(38,41,47)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #D1DDDA

#D1DDDA
(209,221,218)
#D5E0DD
(213,224,221)
#D9E3E0
(217,227,224)
#DDE6E3
(221,230,227)
#E1E9E6
(225,233,230)
#E5ECE9
(229,236,233)
#E9EFEC
(233,239,236)
#EDF2EF
(237,242,239)
#F1F5F2
(241,245,242)
#F5F8F5
(245,248,245)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DDDA; }

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

This text font color is #D1DDDA.


Background Color

.myBgColor { background-color: #D1DDDA; }

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

This div background color is #D1DDDA.


Border color

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

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

This div border color is #D1DDDA.


Opacity

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

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

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

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

This text has shadow with #D1DDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DDDA on black background.


Color preview on white background

This text has color #D1DDDA on white background.



Black color preview on #D1DDDA background

This text has black color on #D1DDDA background.


White color preview on #D1DDDA background

This text has white color on #D1DDDA background.