COLOR #DFD9DF

HEX: #DFD9DF
RGB: (223,217,223)

Color info

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

RGB color model

#DFD9DF color RGB value is (223,217,223).

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

RGB channels and saturation

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

223
217
223

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

Portions of RGB colors in percentages

R + G + B =
223 + 217 + 223 = 663 (100%)
R 223 of 663 ~ 33.63%
G 217 of 663 ~ 32.73%
B 223 of 663 ~ 33.63%

%33.63
%32.73
%33.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.69%
  • 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
%2.69
%0
%12.55

Codes

Color #DFD9DF in popluar color models

DFD9DF
RGB223217223
HSL300°8.57%86.27%
HSB/HSV300°2.69%87.45%
CMYK0.00%2.69%0.00%
12.55%

Color #DFD9DF in popluar number systems.

HEXDFD9DF
Decimal223217223
Binary110111111101100111011111
Octal337331337

Shades and tints

Shades of #DFD9DF

#DFD9DF
(223,217,223)
#CBC6CB
(203,198,203)
#B7B3B7
(183,179,183)
#A3A0A3
(163,160,163)
#8F8D8F
(143,141,143)
#7B7A7B
(123,122,123)
#676767
(103,103,103)
#535453
(83,84,83)
#3F413F
(63,65,63)
#2B2E2B
(43,46,43)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #DFD9DF

#DFD9DF
(223,217,223)
#E1DCE1
(225,220,225)
#E3DFE3
(227,223,227)
#E5E2E5
(229,226,229)
#E7E5E7
(231,229,231)
#E9E8E9
(233,232,233)
#EBEBEB
(235,235,235)
#EDEEED
(237,238,237)
#EFF1EF
(239,241,239)
#F1F4F1
(241,244,241)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD9DF; }

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

This text font color is #DFD9DF.


Background Color

.myBgColor { background-color: #DFD9DF; }

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

This div background color is #DFD9DF.


Border color

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

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

This div border color is #DFD9DF.


Opacity

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

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

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

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

This text has shadow with #DFD9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD9DF on black background.


Color preview on white background

This text has color #DFD9DF on white background.



Black color preview on #DFD9DF background

This text has black color on #DFD9DF background.


White color preview on #DFD9DF background

This text has white color on #DFD9DF background.