COLOR #DFC9D7

HEX: #DFC9D7 RGB: (223,201,215)

Color info

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

RGB color model

#DFC9D7 color RGB value is (223,201,215).

RGB: (223,201,215) (87%, 79%, 84%)

RGB channels and saturation

R 223 of 255 = 87%
G 201 of 255 = 79%
B 215 of 255 = 84%

223
201
215

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

Portions of RGB colors in percentages

R + G + B = 223 + 201 + 215 = 639 (100%)
R 223 of 639 ~ 34.9%
G 201 of 639 ~ 31.46%
B 215 of 639 ~ 33.65'%

%34.9
%31.46
%33.65

CMYK color model

#DFC9D7 color CMYK value is (0,10,4,13).

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

CMYK: (0,10,4,13)
C0M10Y4K13 (0%, 10%, 4%, 13%)
(0.00 / 0.10 / 0.04 / 0.13)

CMYK percentages

%0
%9.87
%3.59
%12.55

Codes

Color #DFC9D7 in popluar color models

DF C9 D7
RGB 223 201 215
HSL 322° 25.58% 83.14%
HSB/HSV 322° 9.87% 87.45%
CMYK 0.00% 9.87% 3.59%
12.55%

Color #DFC9D7 in popluar number systems.

HEX DF C9 D7
Decimal 223 201 215
Binary 11011111 11001001 11010111
Octal 337 311 327

Shades and tints

Shades of #DFC9D7

#DFC9D7
(223,201,215)
#CBB7C4
(203,183,196)
#B7A5B1
(183,165,177)
#A3939E
(163,147,158)
#8F818B
(143,129,139)
#7B6F78
(123,111,120)
#675D65
(103,93,101)
#534B52
(83,75,82)
#3F393F
(63,57,63)
#2B272C
(43,39,44)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #DFC9D7

#DFC9D7
(223,201,215)
#E1CDDA
(225,205,218)
#E3D1DD
(227,209,221)
#E5D5E0
(229,213,224)
#E7D9E3
(231,217,227)
#E9DDE6
(233,221,230)
#EBE1E9
(235,225,233)
#EDE5EC
(237,229,236)
#EFE9EF
(239,233,239)
#F1EDF2
(241,237,242)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC9D7; }

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

This text font color is #DFC9D7.

Background Color

.myBgColor { background-color: #DFC9D7; }

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

This div background color is #DFC9D7.

Border color

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

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

This div border color is #DFC9D7.

Opacity

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

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

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

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

This text has shadow with #DFC9D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC9D7.

Preview

Color preview on black background

This text has color #DFC9D7 on black background.


Color preview on white background

This text has color #DFC9D7 on white background.


Black color preview on #DFC9D7 background

This text has black color on #DFC9D7 background.


White color preview on #DFC9D7 background

This text has white color on #DFC9D7 background.


Related colors

Complementary color

Complementary color for #hex is #203628.


I love getcolorcode.com

Triadic colors

1 #D7DFC9 and #C9D7DF with #DFC9D7 are triadic colors.

2 #D7C9DF and #C9DFD7 with #DFC9D7 are triadic colors.