COLOR #D8DFDC

HEX: #D8DFDC RGB: (216,223,220)

Color info

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

RGB color model

#D8DFDC color RGB value is (216,223,220).

RGB: (216,223,220) (85%, 87%, 86%)

RGB channels and saturation

R 216 of 255 = 85%
G 223 of 255 = 87%
B 220 of 255 = 86%

216
223
220

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

Portions of RGB colors in percentages

R + G + B = 216 + 223 + 220 = 659 (100%)
R 216 of 659 ~ 32.78%
G 223 of 659 ~ 33.84%
B 220 of 659 ~ 33.38'%

%32.78
%33.84
%33.38

CMYK color model

#D8DFDC color CMYK value is (3,0,1,13).

  • cyan value is 3.14%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 12.55%
CMYK: (3,0,1,13) C3M0Y1K13 (3%,0%,1%,13%) (0.03/0.00/0.01/0.13) 

CMYK percentages

%3.14
%0
%1.35
%12.55

Codes

Color #D8DFDC in popluar color models

D8 DF DC
RGB 216 223 220
HSL 154° 9.86% 86.08%
HSB/HSV 154° 3.14% 87.45%
CMYK 3.14% 0.00% 1.35%
12.55%

Color #D8DFDC in popluar number systems.

HEX D8 DF DC
Decimal 216 223 220
Binary 11011000 11011111 11011100
Octal 330 337 334

Shades and tints

Shades of #D8DFDC

#D8DFDC
(216,223,220)
#C5CBC8
(197,203,200)
#B2B7B4
(178,183,180)
#9FA3A0
(159,163,160)
#8C8F8C
(140,143,140)
#797B78
(121,123,120)
#666764
(102,103,100)
#535350
(83,83,80)
#403F3C
(64,63,60)
#2D2B28
(45,43,40)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #D8DFDC

#D8DFDC
(216,223,220)
#DBE1DF
(219,225,223)
#DEE3E2
(222,227,226)
#E1E5E5
(225,229,229)
#E4E7E8
(228,231,232)
#E7E9EB
(231,233,235)
#EAEBEE
(234,235,238)
#EDEDF1
(237,237,241)
#F0EFF4
(240,239,244)
#F3F1F7
(243,241,247)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DFDC; }

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

This text font color is #D8DFDC.

Background Color

.myBgColor { background-color: #D8DFDC; }

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

This div background color is #D8DFDC.

Border color

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

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

This div border color is #D8DFDC.

Opacity

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

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

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

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

This text has shadow with #D8DFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DFDC.

Preview

Color preview on black background

This text has color #D8DFDC on black background.


Color preview on white background

This text has color #D8DFDC on white background.


Black color preview on #D8DFDC background

This text has black color on #D8DFDC background.


White color preview on #D8DFDC background

This text has white color on #D8DFDC background.


Related colors

Complementary color

Complementary color for #hex is #272023.


I love getcolorcode.com

Triadic colors

1 #DCD8DF and #DFDCD8 with #D8DFDC are triadic colors.

2 #DCDFD8 and #DFD8DC with #D8DFDC are triadic colors.