COLOR #D6DFDF

HEX: #D6DFDF RGB: (214,223,223)

Color info

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

RGB color model

#D6DFDF color RGB value is (214,223,223).

RGB: (214,223,223) (84%, 87%, 87%)

RGB channels and saturation

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

214
223
223

R + G + B ~ 86%. #D6DFDF is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 223 + 223 = 660 (100%)
R 214 of 660 ~ 32.42%
G 223 of 660 ~ 33.79%
B 223 of 660 ~ 33.79'%

%32.42
%33.79
%33.79

CMYK color model

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

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (4,0,0,13)
C4M0Y0K13 (4%, 0%, 0%, 13%)
(0.04 / 0.00 / 0.00 / 0.13)

CMYK percentages

%4.04
%0
%0
%12.55

Codes

Color #D6DFDF in popluar color models

D6 DF DF
RGB 214 223 223
HSL 180° 12.33% 85.69%
HSB/HSV 180° 4.04% 87.45%
CMYK 4.04% 0.00% 0.00%
12.55%

Color #D6DFDF in popluar number systems.

HEX D6 DF DF
Decimal 214 223 223
Binary 11010110 11011111 11011111
Octal 326 337 337

Shades and tints

Shades of #D6DFDF

#D6DFDF
(214,223,223)
#C3CBCB
(195,203,203)
#B0B7B7
(176,183,183)
#9DA3A3
(157,163,163)
#8A8F8F
(138,143,143)
#777B7B
(119,123,123)
#646767
(100,103,103)
#515353
(81,83,83)
#3E3F3F
(62,63,63)
#2B2B2B
(43,43,43)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #D6DFDF

#D6DFDF
(214,223,223)
#D9E1E1
(217,225,225)
#DCE3E3
(220,227,227)
#DFE5E5
(223,229,229)
#E2E7E7
(226,231,231)
#E5E9E9
(229,233,233)
#E8EBEB
(232,235,235)
#EBEDED
(235,237,237)
#EEEFEF
(238,239,239)
#F1F1F1
(241,241,241)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DFDF; }

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

This text font color is #D6DFDF.

Background Color

.myBgColor { background-color: #D6DFDF; }

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

This div background color is #D6DFDF.

Border color

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

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

This div border color is #D6DFDF.

Opacity

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

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

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

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

This text has shadow with #D6DFDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DFDF.

Preview

Color preview on black background

This text has color #D6DFDF on black background.


Color preview on white background

This text has color #D6DFDF on white background.


Black color preview on #D6DFDF background

This text has black color on #D6DFDF background.


White color preview on #D6DFDF background

This text has white color on #D6DFDF background.


Related colors

Complementary color

Complementary color for #hex is #292020.


I love getcolorcode.com