COLOR #D6D7DF

HEX: #D6D7DF
RGB: (214,215,223)

Color info

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

RGB color model

#D6D7DF color RGB value is (214,215,223).

  • red value is 214;
  • green value is 215;
  • blue value is 223.
RGB:
(214,215,223)
(84%,84%,87%)

RGB channels and saturation

R 214 of 255 = 84%
G 215 of 255 = 84%
B 223 of 255 = 87%

214
215
223

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

Portions of RGB colors in percentages

R + G + B =
214 + 215 + 223 = 652 (100%)
R 214 of 652 ~ 32.82%
G 215 of 652 ~ 32.98%
B 223 of 652 ~ 34.2%

%32.82
%32.98
%34.2

CMYK color model

#D6D7DF color CMYK value is (4,4,0,13).

  • cyan value is 4.04%
  • magenta value is 3.59%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(4,4,0,13)
C4M4Y0K13 
(4%,4%,0%,13%)
(0.04/0.04/0.00/0.13)	

CMYK percentages

%4.04
%3.59
%0
%12.55

Codes

Color #D6D7DF in popluar color models

D6D7DF
RGB214215223
HSL233°12.33%85.69%
HSB/HSV233°4.04%87.45%
CMYK4.04%3.59%0.00%
12.55%

Color #D6D7DF in popluar number systems.

HEXD6D7DF
Decimal214215223
Binary110101101101011111011111
Octal326327337

Shades and tints

Shades of #D6D7DF

#D6D7DF
(214,215,223)
#C3C4CB
(195,196,203)
#B0B1B7
(176,177,183)
#9D9EA3
(157,158,163)
#8A8B8F
(138,139,143)
#77787B
(119,120,123)
#646567
(100,101,103)
#515253
(81,82,83)
#3E3F3F
(62,63,63)
#2B2C2B
(43,44,43)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #D6D7DF

#D6D7DF
(214,215,223)
#D9DAE1
(217,218,225)
#DCDDE3
(220,221,227)
#DFE0E5
(223,224,229)
#E2E3E7
(226,227,231)
#E5E6E9
(229,230,233)
#E8E9EB
(232,233,235)
#EBECED
(235,236,237)
#EEEFEF
(238,239,239)
#F1F2F1
(241,242,241)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D7DF color. Also use rgb(214,215,223) instead hex code.

Text Font Color

.myTextColor { color: #D6D7DF; }

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

This text font color is #D6D7DF.


Background Color

.myBgColor { background-color: #D6D7DF; }

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

This div background color is #D6D7DF.


Border color

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

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

This div border color is #D6D7DF.


Opacity

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

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

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

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

This text has shadow with #D6D7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D7DF on black background.


Color preview on white background

This text has color #D6D7DF on white background.



Black color preview on #D6D7DF background

This text has black color on #D6D7DF background.


White color preview on #D6D7DF background

This text has white color on #D6D7DF background.