COLOR #DFC6C0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

223
198
192

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

Portions of RGB colors in percentages

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

%36.38
%32.3
%31.32

CMYK color model

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

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

CMYK percentages

%0
%11.21
%13.9
%12.55

Codes

Color #DFC6C0 in popluar color models

DFC6C0
RGB223198192
HSL12°32.63%81.37%
HSB/HSV12°13.90%87.45%
CMYK0.00%11.21%13.90%
12.55%

Color #DFC6C0 in popluar number systems.

HEXDFC6C0
Decimal223198192
Binary110111111100011011000000
Octal337306300

Shades and tints

Shades of #DFC6C0

#DFC6C0
(223,198,192)
#CBB4AF
(203,180,175)
#B7A29E
(183,162,158)
#A3908D
(163,144,141)
#8F7E7C
(143,126,124)
#7B6C6B
(123,108,107)
#675A5A
(103,90,90)
#534849
(83,72,73)
#3F3638
(63,54,56)
#2B2427
(43,36,39)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #DFC6C0

#DFC6C0
(223,198,192)
#E1CBC5
(225,203,197)
#E3D0CA
(227,208,202)
#E5D5CF
(229,213,207)
#E7DAD4
(231,218,212)
#E9DFD9
(233,223,217)
#EBE4DE
(235,228,222)
#EDE9E3
(237,233,227)
#EFEEE8
(239,238,232)
#F1F3ED
(241,243,237)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC6C0; }

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

This text font color is #DFC6C0.


Background Color

.myBgColor { background-color: #DFC6C0; }

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

This div background color is #DFC6C0.


Border color

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

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

This div border color is #DFC6C0.


Opacity

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

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

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

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

This text has shadow with #DFC6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC6C0 on black background.


Color preview on white background

This text has color #DFC6C0 on white background.



Black color preview on #DFC6C0 background

This text has black color on #DFC6C0 background.


White color preview on #DFC6C0 background

This text has white color on #DFC6C0 background.