COLOR #DFC0C6

HEX: #DFC0C6
RGB: (223,192,198)

Color info

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

RGB color model

#DFC0C6 color RGB value is (223,192,198).

  • red value is 223;
  • green value is 192;
  • blue value is 198.
RGB:
(223,192,198)
(87%,75%,78%)

RGB channels and saturation

R 223 of 255 = 87%
G 192 of 255 = 75%
B 198 of 255 = 78%

223
192
198

R + G + B ~ 80%. #DFC0C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 192 + 198 = 613 (100%)
R 223 of 613 ~ 36.38%
G 192 of 613 ~ 31.32%
B 198 of 613 ~ 32.3%

%36.38
%31.32
%32.3

CMYK color model

#DFC0C6 color CMYK value is (0,14,11,13).

  • cyan value is 0.00%
  • magenta value is 13.90%
  • yellow value is 11.21%
  • key color value is 12.55%
CMYK:
(0,14,11,13)
C0M14Y11K13 
(0%,14%,11%,13%)
(0.00/0.14/0.11/0.13)	

CMYK percentages

%0
%13.9
%11.21
%12.55

Codes

Color #DFC0C6 in popluar color models

DFC0C6
RGB223192198
HSL348°32.63%81.37%
HSB/HSV348°13.90%87.45%
CMYK0.00%13.90%11.21%
12.55%

Color #DFC0C6 in popluar number systems.

HEXDFC0C6
Decimal223192198
Binary110111111100000011000110
Octal337300306

Shades and tints

Shades of #DFC0C6

#DFC0C6
(223,192,198)
#CBAFB4
(203,175,180)
#B79EA2
(183,158,162)
#A38D90
(163,141,144)
#8F7C7E
(143,124,126)
#7B6B6C
(123,107,108)
#675A5A
(103,90,90)
#534948
(83,73,72)
#3F3836
(63,56,54)
#2B2724
(43,39,36)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #DFC0C6

#DFC0C6
(223,192,198)
#E1C5CB
(225,197,203)
#E3CAD0
(227,202,208)
#E5CFD5
(229,207,213)
#E7D4DA
(231,212,218)
#E9D9DF
(233,217,223)
#EBDEE4
(235,222,228)
#EDE3E9
(237,227,233)
#EFE8EE
(239,232,238)
#F1EDF3
(241,237,243)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC0C6 color. Also use rgb(223,192,198) instead hex code.

Text Font Color

.myTextColor { color: #DFC0C6; }

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

This text font color is #DFC0C6.


Background Color

.myBgColor { background-color: #DFC0C6; }

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

This div background color is #DFC0C6.


Border color

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

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

This div border color is #DFC0C6.


Opacity

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

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

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

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

This text has shadow with #DFC0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC0C6 on black background.


Color preview on white background

This text has color #DFC0C6 on white background.



Black color preview on #DFC0C6 background

This text has black color on #DFC0C6 background.


White color preview on #DFC0C6 background

This text has white color on #DFC0C6 background.