COLOR #DFD8DF

HEX: #DFD8DF
RGB: (223,216,223)

Color info

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

RGB color model

#DFD8DF color RGB value is (223,216,223).

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

RGB channels and saturation

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

223
216
223

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

Portions of RGB colors in percentages

R + G + B =
223 + 216 + 223 = 662 (100%)
R 223 of 662 ~ 33.69%
G 216 of 662 ~ 32.63%
B 223 of 662 ~ 33.69%

%33.69
%32.63
%33.69

CMYK color model

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

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

CMYK percentages

%0
%3.14
%0
%12.55

Codes

Color #DFD8DF in popluar color models

DFD8DF
RGB223216223
HSL300°9.86%86.08%
HSB/HSV300°3.14%87.45%
CMYK0.00%3.14%0.00%
12.55%

Color #DFD8DF in popluar number systems.

HEXDFD8DF
Decimal223216223
Binary110111111101100011011111
Octal337330337

Shades and tints

Shades of #DFD8DF

#DFD8DF
(223,216,223)
#CBC5CB
(203,197,203)
#B7B2B7
(183,178,183)
#A39FA3
(163,159,163)
#8F8C8F
(143,140,143)
#7B797B
(123,121,123)
#676667
(103,102,103)
#535353
(83,83,83)
#3F403F
(63,64,63)
#2B2D2B
(43,45,43)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #DFD8DF

#DFD8DF
(223,216,223)
#E1DBE1
(225,219,225)
#E3DEE3
(227,222,227)
#E5E1E5
(229,225,229)
#E7E4E7
(231,228,231)
#E9E7E9
(233,231,233)
#EBEAEB
(235,234,235)
#EDEDED
(237,237,237)
#EFF0EF
(239,240,239)
#F1F3F1
(241,243,241)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD8DF; }

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

This text font color is #DFD8DF.


Background Color

.myBgColor { background-color: #DFD8DF; }

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

This div background color is #DFD8DF.


Border color

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

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

This div border color is #DFD8DF.


Opacity

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

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

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

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

This text has shadow with #DFD8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD8DF on black background.


Color preview on white background

This text has color #DFD8DF on white background.



Black color preview on #DFD8DF background

This text has black color on #DFD8DF background.


White color preview on #DFD8DF background

This text has white color on #DFD8DF background.