COLOR #DFC6C5

HEX: #DFC6C5
RGB: (223,198,197)

Color info

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

RGB color model

#DFC6C5 color RGB value is (223,198,197).

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

RGB channels and saturation

R 223 of 255 = 87%
G 198 of 255 = 78%
B 197 of 255 = 77%

223
198
197

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

Portions of RGB colors in percentages

R + G + B =
223 + 198 + 197 = 618 (100%)
R 223 of 618 ~ 36.08%
G 198 of 618 ~ 32.04%
B 197 of 618 ~ 31.88%

%36.08
%32.04
%31.88

CMYK color model

#DFC6C5 color CMYK value is (0,11,12,13).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 11.66%
  • key color value is 12.55%
CMYK:
(0,11,12,13)
C0M11Y12K13 
(0%,11%,12%,13%)
(0.00/0.11/0.12/0.13)	

CMYK percentages

%0
%11.21
%11.66
%12.55

Codes

Color #DFC6C5 in popluar color models

DFC6C5
RGB223198197
HSL28.89%82.35%
HSB/HSV11.66%87.45%
CMYK0.00%11.21%11.66%
12.55%

Color #DFC6C5 in popluar number systems.

HEXDFC6C5
Decimal223198197
Binary110111111100011011000101
Octal337306305

Shades and tints

Shades of #DFC6C5

#DFC6C5
(223,198,197)
#CBB4B4
(203,180,180)
#B7A2A3
(183,162,163)
#A39092
(163,144,146)
#8F7E81
(143,126,129)
#7B6C70
(123,108,112)
#675A5F
(103,90,95)
#53484E
(83,72,78)
#3F363D
(63,54,61)
#2B242C
(43,36,44)
#17121B
(23,18,27)
#000000
(0,0,0)

Tints of #DFC6C5

#DFC6C5
(223,198,197)
#E1CBCA
(225,203,202)
#E3D0CF
(227,208,207)
#E5D5D4
(229,213,212)
#E7DAD9
(231,218,217)
#E9DFDE
(233,223,222)
#EBE4E3
(235,228,227)
#EDE9E8
(237,233,232)
#EFEEED
(239,238,237)
#F1F3F2
(241,243,242)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC6C5; }

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

This text font color is #DFC6C5.


Background Color

.myBgColor { background-color: #DFC6C5; }

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

This div background color is #DFC6C5.


Border color

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

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

This div border color is #DFC6C5.


Opacity

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

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

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

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

This text has shadow with #DFC6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC6C5 on black background.


Color preview on white background

This text has color #DFC6C5 on white background.



Black color preview on #DFC6C5 background

This text has black color on #DFC6C5 background.


White color preview on #DFC6C5 background

This text has white color on #DFC6C5 background.