COLOR #DFC9D1

HEX: #DFC9D1 RGB: (223,201,209)

Color info

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

RGB color model

#DFC9D1 color RGB value is (223,201,209).

RGB: (223,201,209) (87%, 79%, 82%)

RGB channels and saturation

R 223 of 255 = 87%
G 201 of 255 = 79%
B 209 of 255 = 82%

223
201
209

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

Portions of RGB colors in percentages

R + G + B = 223 + 201 + 209 = 633 (100%)
R 223 of 633 ~ 35.23%
G 201 of 633 ~ 31.75%
B 209 of 633 ~ 33.02'%

%35.23
%31.75
%33.02

CMYK color model

#DFC9D1 color CMYK value is (0,10,6,13).

  • cyan value is 0.00%
  • magenta value is 9.87%
  • yellow value is 6.28%
  • key color value is 12.55%

CMYK: (0,10,6,13)
C0M10Y6K13 (0%, 10%, 6%, 13%)
(0.00 / 0.10 / 0.06 / 0.13)

CMYK percentages

%0
%9.87
%6.28
%12.55

Codes

Color #DFC9D1 in popluar color models

DF C9 D1
RGB 223 201 209
HSL 338° 25.58% 83.14%
HSB/HSV 338° 9.87% 87.45%
CMYK 0.00% 9.87% 6.28%
12.55%

Color #DFC9D1 in popluar number systems.

HEX DF C9 D1
Decimal 223 201 209
Binary 11011111 11001001 11010001
Octal 337 311 321

Shades and tints

Shades of #DFC9D1

#DFC9D1
(223,201,209)
#CBB7BE
(203,183,190)
#B7A5AB
(183,165,171)
#A39398
(163,147,152)
#8F8185
(143,129,133)
#7B6F72
(123,111,114)
#675D5F
(103,93,95)
#534B4C
(83,75,76)
#3F3939
(63,57,57)
#2B2726
(43,39,38)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #DFC9D1

#DFC9D1
(223,201,209)
#E1CDD5
(225,205,213)
#E3D1D9
(227,209,217)
#E5D5DD
(229,213,221)
#E7D9E1
(231,217,225)
#E9DDE5
(233,221,229)
#EBE1E9
(235,225,233)
#EDE5ED
(237,229,237)
#EFE9F1
(239,233,241)
#F1EDF5
(241,237,245)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC9D1; }

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

This text font color is #DFC9D1.

Background Color

.myBgColor { background-color: #DFC9D1; }

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

This div background color is #DFC9D1.

Border color

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

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

This div border color is #DFC9D1.

Opacity

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

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

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

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

This text has shadow with #DFC9D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC9D1.

Preview

Color preview on black background

This text has color #DFC9D1 on black background.


Color preview on white background

This text has color #DFC9D1 on white background.


Black color preview on #DFC9D1 background

This text has black color on #DFC9D1 background.


White color preview on #DFC9D1 background

This text has white color on #DFC9D1 background.


Related colors

Complementary color

Complementary color for #hex is #20362E.


I love getcolorcode.com

Triadic colors

1 #D1DFC9 and #C9D1DF with #DFC9D1 are triadic colors.

2 #D1C9DF and #C9DFD1 with #DFC9D1 are triadic colors.