COLOR #D6DADD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

214
218
221

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

Portions of RGB colors in percentages

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

%32.77
%33.38
%33.84

CMYK color model

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

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

CMYK percentages

%3.17
%1.36
%0
%13.33

Codes

Color #D6DADD in popluar color models

D6DADD
RGB214218221
HSL206°9.33%85.29%
HSB/HSV206°3.17%86.67%
CMYK3.17%1.36%0.00%
13.33%

Color #D6DADD in popluar number systems.

HEXD6DADD
Decimal214218221
Binary110101101101101011011101
Octal326332335

Shades and tints

Shades of #D6DADD

#D6DADD
(214,218,221)
#C3C7C9
(195,199,201)
#B0B4B5
(176,180,181)
#9DA1A1
(157,161,161)
#8A8E8D
(138,142,141)
#777B79
(119,123,121)
#646865
(100,104,101)
#515551
(81,85,81)
#3E423D
(62,66,61)
#2B2F29
(43,47,41)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #D6DADD

#D6DADD
(214,218,221)
#D9DDE0
(217,221,224)
#DCE0E3
(220,224,227)
#DFE3E6
(223,227,230)
#E2E6E9
(226,230,233)
#E5E9EC
(229,233,236)
#E8ECEF
(232,236,239)
#EBEFF2
(235,239,242)
#EEF2F5
(238,242,245)
#F1F5F8
(241,245,248)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DADD; }

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

This text font color is #D6DADD.


Background Color

.myBgColor { background-color: #D6DADD; }

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

This div background color is #D6DADD.


Border color

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

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

This div border color is #D6DADD.


Opacity

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

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

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

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

This text has shadow with #D6DADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DADD on black background.


Color preview on white background

This text has color #D6DADD on white background.



Black color preview on #D6DADD background

This text has black color on #D6DADD background.


White color preview on #D6DADD background

This text has white color on #D6DADD background.