COLOR #DFD9D2

HEX: #DFD9D2 RGB: (223,217,210)

Color info

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

RGB color model

#DFD9D2 color RGB value is (223,217,210).

RGB: (223,217,210) (87%, 85%, 82%)

RGB channels and saturation

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

223
217
210

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

Portions of RGB colors in percentages

R + G + B = 223 + 217 + 210 = 650 (100%)
R 223 of 650 ~ 34.31%
G 217 of 650 ~ 33.38%
B 210 of 650 ~ 32.31'%

%34.31
%33.38
%32.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.69%
  • yellow value is 5.83%
  • key color value is 12.55%
CMYK: (0,3,6,13) C0M3Y6K13 (0%,3%,6%,13%) (0.00/0.03/0.06/0.13) 

CMYK percentages

%0
%2.69
%5.83
%12.55

Codes

Color #DFD9D2 in popluar color models

DF D9 D2
RGB 223 217 210
HSL 32° 16.88% 84.90%
HSB/HSV 32° 5.83% 87.45%
CMYK 0.00% 2.69% 5.83%
12.55%

Color #DFD9D2 in popluar number systems.

HEX DF D9 D2
Decimal 223 217 210
Binary 11011111 11011001 11010010
Octal 337 331 322

Shades and tints

Shades of #DFD9D2

#DFD9D2
(223,217,210)
#CBC6BF
(203,198,191)
#B7B3AC
(183,179,172)
#A3A099
(163,160,153)
#8F8D86
(143,141,134)
#7B7A73
(123,122,115)
#676760
(103,103,96)
#53544D
(83,84,77)
#3F413A
(63,65,58)
#2B2E27
(43,46,39)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #DFD9D2

#DFD9D2
(223,217,210)
#E1DCD6
(225,220,214)
#E3DFDA
(227,223,218)
#E5E2DE
(229,226,222)
#E7E5E2
(231,229,226)
#E9E8E6
(233,232,230)
#EBEBEA
(235,235,234)
#EDEEEE
(237,238,238)
#EFF1F2
(239,241,242)
#F1F4F6
(241,244,246)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD9D2; }

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

This text font color is #DFD9D2.

Background Color

.myBgColor { background-color: #DFD9D2; }

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

This div background color is #DFD9D2.

Border color

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

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

This div border color is #DFD9D2.

Opacity

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

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

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

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

This text has shadow with #DFD9D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD9D2.

Preview

Color preview on black background

This text has color #DFD9D2 on black background.


Color preview on white background

This text has color #DFD9D2 on white background.


Black color preview on #DFD9D2 background

This text has black color on #DFD9D2 background.


White color preview on #DFD9D2 background

This text has white color on #DFD9D2 background.


Related colors

Complementary color

Complementary color for #hex is #20262D.


I love getcolorcode.com

Triadic colors

1 #D2DFD9 and #D9D2DF with #DFD9D2 are triadic colors.

2 #D2D9DF and #D9DFD2 with #DFD9D2 are triadic colors.