COLOR #DFC5D7

HEX: #DFC5D7
RGB: (223,197,215)

Color info

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

RGB color model

#DFC5D7 color RGB value is (223,197,215).

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

RGB channels and saturation

R 223 of 255 = 87%
G 197 of 255 = 77%
B 215 of 255 = 84%

223
197
215

R + G + B ~ 83%. #DFC5D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 197 + 215 = 635 (100%)
R 223 of 635 ~ 35.12%
G 197 of 635 ~ 31.02%
B 215 of 635 ~ 33.86%

%35.12
%31.02
%33.86

CMYK color model

#DFC5D7 color CMYK value is (0,12,4,13).

  • cyan value is 0.00%
  • magenta value is 11.66%
  • yellow value is 3.59%
  • key color value is 12.55%
CMYK:
(0,12,4,13)
C0M12Y4K13 
(0%,12%,4%,13%)
(0.00/0.12/0.04/0.13)	

CMYK percentages

%0
%11.66
%3.59
%12.55

Codes

Color #DFC5D7 in popluar color models

DFC5D7
RGB223197215
HSL318°28.89%82.35%
HSB/HSV318°11.66%87.45%
CMYK0.00%11.66%3.59%
12.55%

Color #DFC5D7 in popluar number systems.

HEXDFC5D7
Decimal223197215
Binary110111111100010111010111
Octal337305327

Shades and tints

Shades of #DFC5D7

#DFC5D7
(223,197,215)
#CBB4C4
(203,180,196)
#B7A3B1
(183,163,177)
#A3929E
(163,146,158)
#8F818B
(143,129,139)
#7B7078
(123,112,120)
#675F65
(103,95,101)
#534E52
(83,78,82)
#3F3D3F
(63,61,63)
#2B2C2C
(43,44,44)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #DFC5D7

#DFC5D7
(223,197,215)
#E1CADA
(225,202,218)
#E3CFDD
(227,207,221)
#E5D4E0
(229,212,224)
#E7D9E3
(231,217,227)
#E9DEE6
(233,222,230)
#EBE3E9
(235,227,233)
#EDE8EC
(237,232,236)
#EFEDEF
(239,237,239)
#F1F2F2
(241,242,242)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC5D7; }

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

This text font color is #DFC5D7.


Background Color

.myBgColor { background-color: #DFC5D7; }

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

This div background color is #DFC5D7.


Border color

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

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

This div border color is #DFC5D7.


Opacity

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

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

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

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

This text has shadow with #DFC5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC5D7 on black background.


Color preview on white background

This text has color #DFC5D7 on white background.



Black color preview on #DFC5D7 background

This text has black color on #DFC5D7 background.


White color preview on #DFC5D7 background

This text has white color on #DFC5D7 background.