COLOR #DFD9DA

HEX: #DFD9DA RGB: (223,217,218)

Color info

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

RGB color model

#DFD9DA color RGB value is (223,217,218).

RGB: (223,217,218) (87%, 85%, 85%)

RGB channels and saturation

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

223
217
218

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

Portions of RGB colors in percentages

R + G + B = 223 + 217 + 218 = 658 (100%)
R 223 of 658 ~ 33.89%
G 217 of 658 ~ 32.98%
B 218 of 658 ~ 33.13'%

%33.89
%32.98
%33.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.69%
  • yellow value is 2.24%
  • key color value is 12.55%
CMYK: (0,3,2,13) C0M3Y2K13 (0%,3%,2%,13%) (0.00/0.03/0.02/0.13) 

CMYK percentages

%0
%2.69
%2.24
%12.55

Codes

Color #DFD9DA in popluar color models

DF D9 DA
RGB 223 217 218
HSL 350° 8.57% 86.27%
HSB/HSV 350° 2.69% 87.45%
CMYK 0.00% 2.69% 2.24%
12.55%

Color #DFD9DA in popluar number systems.

HEX DF D9 DA
Decimal 223 217 218
Binary 11011111 11011001 11011010
Octal 337 331 332

Shades and tints

Shades of #DFD9DA

#DFD9DA
(223,217,218)
#CBC6C7
(203,198,199)
#B7B3B4
(183,179,180)
#A3A0A1
(163,160,161)
#8F8D8E
(143,141,142)
#7B7A7B
(123,122,123)
#676768
(103,103,104)
#535455
(83,84,85)
#3F4142
(63,65,66)
#2B2E2F
(43,46,47)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #DFD9DA

#DFD9DA
(223,217,218)
#E1DCDD
(225,220,221)
#E3DFE0
(227,223,224)
#E5E2E3
(229,226,227)
#E7E5E6
(231,229,230)
#E9E8E9
(233,232,233)
#EBEBEC
(235,235,236)
#EDEEEF
(237,238,239)
#EFF1F2
(239,241,242)
#F1F4F5
(241,244,245)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD9DA; }

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

This text font color is #DFD9DA.

Background Color

.myBgColor { background-color: #DFD9DA; }

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

This div background color is #DFD9DA.

Border color

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

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

This div border color is #DFD9DA.

Opacity

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

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

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

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

This text has shadow with #DFD9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD9DA.

Preview

Color preview on black background

This text has color #DFD9DA on black background.


Color preview on white background

This text has color #DFD9DA on white background.


Black color preview on #DFD9DA background

This text has black color on #DFD9DA background.


White color preview on #DFD9DA background

This text has white color on #DFD9DA background.


Related colors

Complementary color

Complementary color for #hex is #202625.


I love getcolorcode.com

Triadic colors

1 #DADFD9 and #D9DADF with #DFD9DA are triadic colors.

2 #DAD9DF and #D9DFDA with #DFD9DA are triadic colors.