COLOR #DFD7DA

HEX: #DFD7DA
RGB: (223,215,218)

Color info

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

RGB color model

#DFD7DA color RGB value is (223,215,218).

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

RGB channels and saturation

R 223 of 255 = 87%
G 215 of 255 = 84%
B 218 of 255 = 85%

223
215
218

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

Portions of RGB colors in percentages

R + G + B =
223 + 215 + 218 = 656 (100%)
R 223 of 656 ~ 33.99%
G 215 of 656 ~ 32.77%
B 218 of 656 ~ 33.23%

%33.99
%32.77
%33.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 2.24%
  • key color value is 12.55%
CMYK:
(0,4,2,13)
C0M4Y2K13 
(0%,4%,2%,13%)
(0.00/0.04/0.02/0.13)	

CMYK percentages

%0
%3.59
%2.24
%12.55

Codes

Color #DFD7DA in popluar color models

DFD7DA
RGB223215218
HSL338°11.11%85.88%
HSB/HSV338°3.59%87.45%
CMYK0.00%3.59%2.24%
12.55%

Color #DFD7DA in popluar number systems.

HEXDFD7DA
Decimal223215218
Binary110111111101011111011010
Octal337327332

Shades and tints

Shades of #DFD7DA

#DFD7DA
(223,215,218)
#CBC4C7
(203,196,199)
#B7B1B4
(183,177,180)
#A39EA1
(163,158,161)
#8F8B8E
(143,139,142)
#7B787B
(123,120,123)
#676568
(103,101,104)
#535255
(83,82,85)
#3F3F42
(63,63,66)
#2B2C2F
(43,44,47)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #DFD7DA

#DFD7DA
(223,215,218)
#E1DADD
(225,218,221)
#E3DDE0
(227,221,224)
#E5E0E3
(229,224,227)
#E7E3E6
(231,227,230)
#E9E6E9
(233,230,233)
#EBE9EC
(235,233,236)
#EDECEF
(237,236,239)
#EFEFF2
(239,239,242)
#F1F2F5
(241,242,245)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD7DA; }

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

This text font color is #DFD7DA.


Background Color

.myBgColor { background-color: #DFD7DA; }

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

This div background color is #DFD7DA.


Border color

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

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

This div border color is #DFD7DA.


Opacity

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

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

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

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

This text has shadow with #DFD7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD7DA on black background.


Color preview on white background

This text has color #DFD7DA on white background.



Black color preview on #DFD7DA background

This text has black color on #DFD7DA background.


White color preview on #DFD7DA background

This text has white color on #DFD7DA background.