COLOR #DFC2C9

HEX: #DFC2C9
RGB: (223,194,201)

Color info

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

RGB color model

#DFC2C9 color RGB value is (223,194,201).

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

RGB channels and saturation

R 223 of 255 = 87%
G 194 of 255 = 76%
B 201 of 255 = 79%

223
194
201

R + G + B ~ 81%. #DFC2C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 194 + 201 = 618 (100%)
R 223 of 618 ~ 36.08%
G 194 of 618 ~ 31.39%
B 201 of 618 ~ 32.52%

%36.08
%31.39
%32.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.00%
  • yellow value is 9.87%
  • key color value is 12.55%
CMYK:
(0,13,10,13)
C0M13Y10K13 
(0%,13%,10%,13%)
(0.00/0.13/0.10/0.13)	

CMYK percentages

%0
%13
%9.87
%12.55

Codes

Color #DFC2C9 in popluar color models

DFC2C9
RGB223194201
HSL346°31.18%81.76%
HSB/HSV346°13.00%87.45%
CMYK0.00%13.00%9.87%
12.55%

Color #DFC2C9 in popluar number systems.

HEXDFC2C9
Decimal223194201
Binary110111111100001011001001
Octal337302311

Shades and tints

Shades of #DFC2C9

#DFC2C9
(223,194,201)
#CBB1B7
(203,177,183)
#B7A0A5
(183,160,165)
#A38F93
(163,143,147)
#8F7E81
(143,126,129)
#7B6D6F
(123,109,111)
#675C5D
(103,92,93)
#534B4B
(83,75,75)
#3F3A39
(63,58,57)
#2B2927
(43,41,39)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #DFC2C9

#DFC2C9
(223,194,201)
#E1C7CD
(225,199,205)
#E3CCD1
(227,204,209)
#E5D1D5
(229,209,213)
#E7D6D9
(231,214,217)
#E9DBDD
(233,219,221)
#EBE0E1
(235,224,225)
#EDE5E5
(237,229,229)
#EFEAE9
(239,234,233)
#F1EFED
(241,239,237)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC2C9; }

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

This text font color is #DFC2C9.


Background Color

.myBgColor { background-color: #DFC2C9; }

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

This div background color is #DFC2C9.


Border color

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

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

This div border color is #DFC2C9.


Opacity

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

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

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

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

This text has shadow with #DFC2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC2C9 on black background.


Color preview on white background

This text has color #DFC2C9 on white background.



Black color preview on #DFC2C9 background

This text has black color on #DFC2C9 background.


White color preview on #DFC2C9 background

This text has white color on #DFC2C9 background.