COLOR #D6DFD6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

214
223
214

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

Portions of RGB colors in percentages

R + G + B =
214 + 223 + 214 = 651 (100%)
R 214 of 651 ~ 32.87%
G 223 of 651 ~ 34.25%
B 214 of 651 ~ 32.87%

%32.87
%34.25
%32.87

CMYK color model

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

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

CMYK percentages

%4.04
%0
%4.04
%12.55

Codes

Color #D6DFD6 in popluar color models

D6DFD6
RGB214223214
HSL120°12.33%85.69%
HSB/HSV120°4.04%87.45%
CMYK4.04%0.00%4.04%
12.55%

Color #D6DFD6 in popluar number systems.

HEXD6DFD6
Decimal214223214
Binary110101101101111111010110
Octal326337326

Shades and tints

Shades of #D6DFD6

#D6DFD6
(214,223,214)
#C3CBC3
(195,203,195)
#B0B7B0
(176,183,176)
#9DA39D
(157,163,157)
#8A8F8A
(138,143,138)
#777B77
(119,123,119)
#646764
(100,103,100)
#515351
(81,83,81)
#3E3F3E
(62,63,62)
#2B2B2B
(43,43,43)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #D6DFD6

#D6DFD6
(214,223,214)
#D9E1D9
(217,225,217)
#DCE3DC
(220,227,220)
#DFE5DF
(223,229,223)
#E2E7E2
(226,231,226)
#E5E9E5
(229,233,229)
#E8EBE8
(232,235,232)
#EBEDEB
(235,237,235)
#EEEFEE
(238,239,238)
#F1F1F1
(241,241,241)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DFD6; }

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

This text font color is #D6DFD6.


Background Color

.myBgColor { background-color: #D6DFD6; }

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

This div background color is #D6DFD6.


Border color

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

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

This div border color is #D6DFD6.


Opacity

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

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

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

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

This text has shadow with #D6DFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DFD6 on black background.


Color preview on white background

This text has color #D6DFD6 on white background.



Black color preview on #D6DFD6 background

This text has black color on #D6DFD6 background.


White color preview on #D6DFD6 background

This text has white color on #D6DFD6 background.