COLOR #DFC9CF

HEX: #DFC9CF
RGB: (223,201,207)

Color info

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

RGB color model

#DFC9CF color RGB value is (223,201,207).

  • red value is 223;
  • green value is 201;
  • blue value is 207.
RGB:
(223,201,207)
(87%,79%,81%)

RGB channels and saturation

R 223 of 255 = 87%
G 201 of 255 = 79%
B 207 of 255 = 81%

223
201
207

R + G + B ~ 82%. #DFC9CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 201 + 207 = 631 (100%)
R 223 of 631 ~ 35.34%
G 201 of 631 ~ 31.85%
B 207 of 631 ~ 32.81%

%35.34
%31.85
%32.81

CMYK color model

#DFC9CF color CMYK value is (0,10,7,13).

  • cyan value is 0.00%
  • magenta value is 9.87%
  • yellow value is 7.17%
  • key color value is 12.55%
CMYK:
(0,10,7,13)
C0M10Y7K13 
(0%,10%,7%,13%)
(0.00/0.10/0.07/0.13)	

CMYK percentages

%0
%9.87
%7.17
%12.55

Codes

Color #DFC9CF in popluar color models

DFC9CF
RGB223201207
HSL344°25.58%83.14%
HSB/HSV344°9.87%87.45%
CMYK0.00%9.87%7.17%
12.55%

Color #DFC9CF in popluar number systems.

HEXDFC9CF
Decimal223201207
Binary110111111100100111001111
Octal337311317

Shades and tints

Shades of #DFC9CF

#DFC9CF
(223,201,207)
#CBB7BD
(203,183,189)
#B7A5AB
(183,165,171)
#A39399
(163,147,153)
#8F8187
(143,129,135)
#7B6F75
(123,111,117)
#675D63
(103,93,99)
#534B51
(83,75,81)
#3F393F
(63,57,63)
#2B272D
(43,39,45)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #DFC9CF

#DFC9CF
(223,201,207)
#E1CDD3
(225,205,211)
#E3D1D7
(227,209,215)
#E5D5DB
(229,213,219)
#E7D9DF
(231,217,223)
#E9DDE3
(233,221,227)
#EBE1E7
(235,225,231)
#EDE5EB
(237,229,235)
#EFE9EF
(239,233,239)
#F1EDF3
(241,237,243)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC9CF; }

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

This text font color is #DFC9CF.


Background Color

.myBgColor { background-color: #DFC9CF; }

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

This div background color is #DFC9CF.


Border color

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

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

This div border color is #DFC9CF.


Opacity

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

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

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

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

This text has shadow with #DFC9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC9CF on black background.


Color preview on white background

This text has color #DFC9CF on white background.



Black color preview on #DFC9CF background

This text has black color on #DFC9CF background.


White color preview on #DFC9CF background

This text has white color on #DFC9CF background.