COLOR #DFC9CE

HEX: #DFC9CE
RGB: (223,201,206)

Color info

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

RGB color model

#DFC9CE color RGB value is (223,201,206).

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

RGB channels and saturation

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

223
201
206

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

Portions of RGB colors in percentages

R + G + B =
223 + 201 + 206 = 630 (100%)
R 223 of 630 ~ 35.4%
G 201 of 630 ~ 31.9%
B 206 of 630 ~ 32.7%

%35.4
%31.9
%32.7

CMYK color model

#DFC9CE color CMYK value is (0,10,8,13).

  • cyan value is 0.00%
  • magenta value is 9.87%
  • yellow value is 7.62%
  • key color value is 12.55%
CMYK:
(0,10,8,13)
C0M10Y8K13 
(0%,10%,8%,13%)
(0.00/0.10/0.08/0.13)	

CMYK percentages

%0
%9.87
%7.62
%12.55

Codes

Color #DFC9CE in popluar color models

DFC9CE
RGB223201206
HSL346°25.58%83.14%
HSB/HSV346°9.87%87.45%
CMYK0.00%9.87%7.62%
12.55%

Color #DFC9CE in popluar number systems.

HEXDFC9CE
Decimal223201206
Binary110111111100100111001110
Octal337311316

Shades and tints

Shades of #DFC9CE

#DFC9CE
(223,201,206)
#CBB7BC
(203,183,188)
#B7A5AA
(183,165,170)
#A39398
(163,147,152)
#8F8186
(143,129,134)
#7B6F74
(123,111,116)
#675D62
(103,93,98)
#534B50
(83,75,80)
#3F393E
(63,57,62)
#2B272C
(43,39,44)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #DFC9CE

#DFC9CE
(223,201,206)
#E1CDD2
(225,205,210)
#E3D1D6
(227,209,214)
#E5D5DA
(229,213,218)
#E7D9DE
(231,217,222)
#E9DDE2
(233,221,226)
#EBE1E6
(235,225,230)
#EDE5EA
(237,229,234)
#EFE9EE
(239,233,238)
#F1EDF2
(241,237,242)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC9CE; }

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

This text font color is #DFC9CE.


Background Color

.myBgColor { background-color: #DFC9CE; }

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

This div background color is #DFC9CE.


Border color

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

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

This div border color is #DFC9CE.


Opacity

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

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

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

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

This text has shadow with #DFC9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC9CE on black background.


Color preview on white background

This text has color #DFC9CE on white background.



Black color preview on #DFC9CE background

This text has black color on #DFC9CE background.


White color preview on #DFC9CE background

This text has white color on #DFC9CE background.