COLOR #DFD9C7

HEX: #DFD9C7 RGB: (223,217,199)

Color info

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

RGB color model

#DFD9C7 color RGB value is (223,217,199).

RGB: (223,217,199) (87%, 85%, 78%)

RGB channels and saturation

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

223
217
199

R + G + B ~ 83%. #DFD9C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 217 + 199 = 639 (100%)
R 223 of 639 ~ 34.9%
G 217 of 639 ~ 33.96%
B 199 of 639 ~ 31.14'%

%34.9
%33.96
%31.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.69%
  • yellow value is 10.76%
  • key color value is 12.55%

CMYK: (0,3,11,13)
C0M3Y11K13 (0%, 3%, 11%, 13%)
(0.00 / 0.03 / 0.11 / 0.13)

CMYK percentages

%0
%2.69
%10.76
%12.55

Codes

Color #DFD9C7 in popluar color models

DF D9 C7
RGB 223 217 199
HSL 45° 27.27% 82.75%
HSB/HSV 45° 10.76% 87.45%
CMYK 0.00% 2.69% 10.76%
12.55%

Color #DFD9C7 in popluar number systems.

HEX DF D9 C7
Decimal 223 217 199
Binary 11011111 11011001 11000111
Octal 337 331 307

Shades and tints

Shades of #DFD9C7

#DFD9C7
(223,217,199)
#CBC6B5
(203,198,181)
#B7B3A3
(183,179,163)
#A3A091
(163,160,145)
#8F8D7F
(143,141,127)
#7B7A6D
(123,122,109)
#67675B
(103,103,91)
#535449
(83,84,73)
#3F4137
(63,65,55)
#2B2E25
(43,46,37)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #DFD9C7

#DFD9C7
(223,217,199)
#E1DCCC
(225,220,204)
#E3DFD1
(227,223,209)
#E5E2D6
(229,226,214)
#E7E5DB
(231,229,219)
#E9E8E0
(233,232,224)
#EBEBE5
(235,235,229)
#EDEEEA
(237,238,234)
#EFF1EF
(239,241,239)
#F1F4F4
(241,244,244)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD9C7; }

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

This text font color is #DFD9C7.

Background Color

.myBgColor { background-color: #DFD9C7; }

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

This div background color is #DFD9C7.

Border color

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

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

This div border color is #DFD9C7.

Opacity

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

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

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

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

This text has shadow with #DFD9C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD9C7.

Preview

Color preview on black background

This text has color #DFD9C7 on black background.


Color preview on white background

This text has color #DFD9C7 on white background.


Black color preview on #DFD9C7 background

This text has black color on #DFD9C7 background.


White color preview on #DFD9C7 background

This text has white color on #DFD9C7 background.


Related colors

Complementary color

Complementary color for #hex is #202638.


I love getcolorcode.com

Triadic colors

1 #C7DFD9 and #D9C7DF with #DFD9C7 are triadic colors.

2 #C7D9DF and #D9DFC7 with #DFD9C7 are triadic colors.