COLOR #D2DCD6

HEX: #D2DCD6
RGB: (210,220,214)

Color info

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

RGB color model

#D2DCD6 color RGB value is (210,220,214).

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

RGB channels and saturation

R 210 of 255 = 82%
G 220 of 255 = 86%
B 214 of 255 = 84%

210
220
214

R + G + B ~ 84%. #D2DCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 220 + 214 = 644 (100%)
R 210 of 644 ~ 32.61%
G 220 of 644 ~ 34.16%
B 214 of 644 ~ 33.23%

%32.61
%34.16
%33.23

CMYK color model

#D2DCD6 color CMYK value is (5,0,3,14).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 2.73%
  • key color value is 13.73%
CMYK:
(5,0,3,14)
C5M0Y3K14 
(5%,0%,3%,14%)
(0.05/0.00/0.03/0.14)	

CMYK percentages

%4.55
%0
%2.73
%13.73

Codes

Color #D2DCD6 in popluar color models

D2DCD6
RGB210220214
HSL144°12.50%84.31%
HSB/HSV144°4.55%86.27%
CMYK4.55%0.00%2.73%
13.73%

Color #D2DCD6 in popluar number systems.

HEXD2DCD6
Decimal210220214
Binary110100101101110011010110
Octal322334326

Shades and tints

Shades of #D2DCD6

#D2DCD6
(210,220,214)
#BFC8C3
(191,200,195)
#ACB4B0
(172,180,176)
#99A09D
(153,160,157)
#868C8A
(134,140,138)
#737877
(115,120,119)
#606464
(96,100,100)
#4D5051
(77,80,81)
#3A3C3E
(58,60,62)
#27282B
(39,40,43)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #D2DCD6

#D2DCD6
(210,220,214)
#D6DFD9
(214,223,217)
#DAE2DC
(218,226,220)
#DEE5DF
(222,229,223)
#E2E8E2
(226,232,226)
#E6EBE5
(230,235,229)
#EAEEE8
(234,238,232)
#EEF1EB
(238,241,235)
#F2F4EE
(242,244,238)
#F6F7F1
(246,247,241)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DCD6; }

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

This text font color is #D2DCD6.


Background Color

.myBgColor { background-color: #D2DCD6; }

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

This div background color is #D2DCD6.


Border color

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

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

This div border color is #D2DCD6.


Opacity

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

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

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

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

This text has shadow with #D2DCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DCD6 on black background.


Color preview on white background

This text has color #D2DCD6 on white background.



Black color preview on #D2DCD6 background

This text has black color on #D2DCD6 background.


White color preview on #D2DCD6 background

This text has white color on #D2DCD6 background.