COLOR #D6DDDA

HEX: #D6DDDA
RGB: (214,221,218)

Color info

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

RGB color model

#D6DDDA color RGB value is (214,221,218).

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

RGB channels and saturation

R 214 of 255 = 84%
G 221 of 255 = 87%
B 218 of 255 = 85%

214
221
218

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

Portions of RGB colors in percentages

R + G + B =
214 + 221 + 218 = 653 (100%)
R 214 of 653 ~ 32.77%
G 221 of 653 ~ 33.84%
B 218 of 653 ~ 33.38%

%32.77
%33.84
%33.38

CMYK color model

#D6DDDA color CMYK value is (3,0,1,13).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 1.36%
  • key color value is 13.33%
CMYK:
(3,0,1,13)
C3M0Y1K13 
(3%,0%,1%,13%)
(0.03/0.00/0.01/0.13)	

CMYK percentages

%3.17
%0
%1.36
%13.33

Codes

Color #D6DDDA in popluar color models

D6DDDA
RGB214221218
HSL154°9.33%85.29%
HSB/HSV154°3.17%86.67%
CMYK3.17%0.00%1.36%
13.33%

Color #D6DDDA in popluar number systems.

HEXD6DDDA
Decimal214221218
Binary110101101101110111011010
Octal326335332

Shades and tints

Shades of #D6DDDA

#D6DDDA
(214,221,218)
#C3C9C7
(195,201,199)
#B0B5B4
(176,181,180)
#9DA1A1
(157,161,161)
#8A8D8E
(138,141,142)
#77797B
(119,121,123)
#646568
(100,101,104)
#515155
(81,81,85)
#3E3D42
(62,61,66)
#2B292F
(43,41,47)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #D6DDDA

#D6DDDA
(214,221,218)
#D9E0DD
(217,224,221)
#DCE3E0
(220,227,224)
#DFE6E3
(223,230,227)
#E2E9E6
(226,233,230)
#E5ECE9
(229,236,233)
#E8EFEC
(232,239,236)
#EBF2EF
(235,242,239)
#EEF5F2
(238,245,242)
#F1F8F5
(241,248,245)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DDDA; }

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

This text font color is #D6DDDA.


Background Color

.myBgColor { background-color: #D6DDDA; }

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

This div background color is #D6DDDA.


Border color

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

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

This div border color is #D6DDDA.


Opacity

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

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

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

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

This text has shadow with #D6DDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DDDA on black background.


Color preview on white background

This text has color #D6DDDA on white background.



Black color preview on #D6DDDA background

This text has black color on #D6DDDA background.


White color preview on #D6DDDA background

This text has white color on #D6DDDA background.