COLOR #DFC4C6

HEX: #DFC4C6
RGB: (223,196,198)

Color info

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

RGB color model

#DFC4C6 color RGB value is (223,196,198).

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

RGB channels and saturation

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

223
196
198

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

Portions of RGB colors in percentages

R + G + B =
223 + 196 + 198 = 617 (100%)
R 223 of 617 ~ 36.14%
G 196 of 617 ~ 31.77%
B 198 of 617 ~ 32.09%

%36.14
%31.77
%32.09

CMYK color model

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

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

CMYK percentages

%0
%12.11
%11.21
%12.55

Codes

Color #DFC4C6 in popluar color models

DFC4C6
RGB223196198
HSL356°29.67%82.16%
HSB/HSV356°12.11%87.45%
CMYK0.00%12.11%11.21%
12.55%

Color #DFC4C6 in popluar number systems.

HEXDFC4C6
Decimal223196198
Binary110111111100010011000110
Octal337304306

Shades and tints

Shades of #DFC4C6

#DFC4C6
(223,196,198)
#CBB3B4
(203,179,180)
#B7A2A2
(183,162,162)
#A39190
(163,145,144)
#8F807E
(143,128,126)
#7B6F6C
(123,111,108)
#675E5A
(103,94,90)
#534D48
(83,77,72)
#3F3C36
(63,60,54)
#2B2B24
(43,43,36)
#171A12
(23,26,18)
#000000
(0,0,0)

Tints of #DFC4C6

#DFC4C6
(223,196,198)
#E1C9CB
(225,201,203)
#E3CED0
(227,206,208)
#E5D3D5
(229,211,213)
#E7D8DA
(231,216,218)
#E9DDDF
(233,221,223)
#EBE2E4
(235,226,228)
#EDE7E9
(237,231,233)
#EFECEE
(239,236,238)
#F1F1F3
(241,241,243)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC4C6; }

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

This text font color is #DFC4C6.


Background Color

.myBgColor { background-color: #DFC4C6; }

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

This div background color is #DFC4C6.


Border color

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

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

This div border color is #DFC4C6.


Opacity

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

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

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

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

This text has shadow with #DFC4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC4C6 on black background.


Color preview on white background

This text has color #DFC4C6 on white background.



Black color preview on #DFC4C6 background

This text has black color on #DFC4C6 background.


White color preview on #DFC4C6 background

This text has white color on #DFC4C6 background.