COLOR #DFC3C9

HEX: #DFC3C9 RGB: (223,195,201)

Color info

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

RGB color model

#DFC3C9 color RGB value is (223,195,201).

RGB: (223,195,201) (87%, 76%, 79%)

RGB channels and saturation

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

223
195
201

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

Portions of RGB colors in percentages

R + G + B = 223 + 195 + 201 = 619 (100%)
R 223 of 619 ~ 36.03%
G 195 of 619 ~ 31.5%
B 201 of 619 ~ 32.47'%

%36.03
%31.5
%32.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.56%
  • 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
%12.56
%9.87
%12.55

Codes

Color #DFC3C9 in popluar color models

DF C3 C9
RGB 223 195 201
HSL 347° 30.43% 81.96%
HSB/HSV 347° 12.56% 87.45%
CMYK 0.00% 12.56% 9.87%
12.55%

Color #DFC3C9 in popluar number systems.

HEX DF C3 C9
Decimal 223 195 201
Binary 11011111 11000011 11001001
Octal 337 303 311

Shades and tints

Shades of #DFC3C9

#DFC3C9
(223,195,201)
#CBB2B7
(203,178,183)
#B7A1A5
(183,161,165)
#A39093
(163,144,147)
#8F7F81
(143,127,129)
#7B6E6F
(123,110,111)
#675D5D
(103,93,93)
#534C4B
(83,76,75)
#3F3B39
(63,59,57)
#2B2A27
(43,42,39)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #DFC3C9

#DFC3C9
(223,195,201)
#E1C8CD
(225,200,205)
#E3CDD1
(227,205,209)
#E5D2D5
(229,210,213)
#E7D7D9
(231,215,217)
#E9DCDD
(233,220,221)
#EBE1E1
(235,225,225)
#EDE6E5
(237,230,229)
#EFEBE9
(239,235,233)
#F1F0ED
(241,240,237)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC3C9; }

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

This text font color is #DFC3C9.

Background Color

.myBgColor { background-color: #DFC3C9; }

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

This div background color is #DFC3C9.

Border color

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

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

This div border color is #DFC3C9.

Opacity

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

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

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

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

This text has shadow with #DFC3C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC3C9.

Preview

Color preview on black background

This text has color #DFC3C9 on black background.


Color preview on white background

This text has color #DFC3C9 on white background.


Black color preview on #DFC3C9 background

This text has black color on #DFC3C9 background.


White color preview on #DFC3C9 background

This text has white color on #DFC3C9 background.


Related colors

Complementary color

Complementary color for #hex is #203C36.


I love getcolorcode.com

Triadic colors

1 #C9DFC3 and #C3C9DF with #DFC3C9 are triadic colors.

2 #C9C3DF and #C3DFC9 with #DFC3C9 are triadic colors.