COLOR #D6DCDA

HEX: #D6DCDA
RGB: (214,220,218)

Color info

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

RGB color model

#D6DCDA color RGB value is (214,220,218).

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

RGB channels and saturation

R 214 of 255 = 84%
G 220 of 255 = 86%
B 218 of 255 = 85%

214
220
218

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

Portions of RGB colors in percentages

R + G + B =
214 + 220 + 218 = 652 (100%)
R 214 of 652 ~ 32.82%
G 220 of 652 ~ 33.74%
B 218 of 652 ~ 33.44%

%32.82
%33.74
%33.44

CMYK color model

#D6DCDA color CMYK value is (3,0,1,14).

  • cyan value is 2.73%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 13.73%
CMYK:
(3,0,1,14)
C3M0Y1K14 
(3%,0%,1%,14%)
(0.03/0.00/0.01/0.14)	

CMYK percentages

%2.73
%0
%0.91
%13.73

Codes

Color #D6DCDA in popluar color models

D6DCDA
RGB214220218
HSL160°7.89%85.10%
HSB/HSV160°2.73%86.27%
CMYK2.73%0.00%0.91%
13.73%

Color #D6DCDA in popluar number systems.

HEXD6DCDA
Decimal214220218
Binary110101101101110011011010
Octal326334332

Shades and tints

Shades of #D6DCDA

#D6DCDA
(214,220,218)
#C3C8C7
(195,200,199)
#B0B4B4
(176,180,180)
#9DA0A1
(157,160,161)
#8A8C8E
(138,140,142)
#77787B
(119,120,123)
#646468
(100,100,104)
#515055
(81,80,85)
#3E3C42
(62,60,66)
#2B282F
(43,40,47)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #D6DCDA

#D6DCDA
(214,220,218)
#D9DFDD
(217,223,221)
#DCE2E0
(220,226,224)
#DFE5E3
(223,229,227)
#E2E8E6
(226,232,230)
#E5EBE9
(229,235,233)
#E8EEEC
(232,238,236)
#EBF1EF
(235,241,239)
#EEF4F2
(238,244,242)
#F1F7F5
(241,247,245)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DCDA; }

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

This text font color is #D6DCDA.


Background Color

.myBgColor { background-color: #D6DCDA; }

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

This div background color is #D6DCDA.


Border color

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

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

This div border color is #D6DCDA.


Opacity

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

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

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

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

This text has shadow with #D6DCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DCDA on black background.


Color preview on white background

This text has color #D6DCDA on white background.



Black color preview on #D6DCDA background

This text has black color on #D6DCDA background.


White color preview on #D6DCDA background

This text has white color on #D6DCDA background.