COLOR #DFCAD4

HEX: #DFCAD4
RGB: (223,202,212)

Color info

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

RGB color model

#DFCAD4 color RGB value is (223,202,212).

  • red value is 223;
  • green value is 202;
  • blue value is 212.
RGB:
(223,202,212)
(87%,79%,83%)

RGB channels and saturation

R 223 of 255 = 87%
G 202 of 255 = 79%
B 212 of 255 = 83%

223
202
212

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

Portions of RGB colors in percentages

R + G + B =
223 + 202 + 212 = 637 (100%)
R 223 of 637 ~ 35.01%
G 202 of 637 ~ 31.71%
B 212 of 637 ~ 33.28%

%35.01
%31.71
%33.28

CMYK color model

#DFCAD4 color CMYK value is (0,9,5,13).

  • cyan value is 0.00%
  • magenta value is 9.42%
  • yellow value is 4.93%
  • key color value is 12.55%
CMYK:
(0,9,5,13)
C0M9Y5K13 
(0%,9%,5%,13%)
(0.00/0.09/0.05/0.13)	

CMYK percentages

%0
%9.42
%4.93
%12.55

Codes

Color #DFCAD4 in popluar color models

DFCAD4
RGB223202212
HSL331°24.71%83.33%
HSB/HSV331°9.42%87.45%
CMYK0.00%9.42%4.93%
12.55%

Color #DFCAD4 in popluar number systems.

HEXDFCAD4
Decimal223202212
Binary110111111100101011010100
Octal337312324

Shades and tints

Shades of #DFCAD4

#DFCAD4
(223,202,212)
#CBB8C1
(203,184,193)
#B7A6AE
(183,166,174)
#A3949B
(163,148,155)
#8F8288
(143,130,136)
#7B7075
(123,112,117)
#675E62
(103,94,98)
#534C4F
(83,76,79)
#3F3A3C
(63,58,60)
#2B2829
(43,40,41)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #DFCAD4

#DFCAD4
(223,202,212)
#E1CED7
(225,206,215)
#E3D2DA
(227,210,218)
#E5D6DD
(229,214,221)
#E7DAE0
(231,218,224)
#E9DEE3
(233,222,227)
#EBE2E6
(235,226,230)
#EDE6E9
(237,230,233)
#EFEAEC
(239,234,236)
#F1EEEF
(241,238,239)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCAD4 color. Also use rgb(223,202,212) instead hex code.

Text Font Color

.myTextColor { color: #DFCAD4; }

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

This text font color is #DFCAD4.


Background Color

.myBgColor { background-color: #DFCAD4; }

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

This div background color is #DFCAD4.


Border color

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

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

This div border color is #DFCAD4.


Opacity

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

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

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

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

This text has shadow with #DFCAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCAD4 on black background.


Color preview on white background

This text has color #DFCAD4 on white background.



Black color preview on #DFCAD4 background

This text has black color on #DFCAD4 background.


White color preview on #DFCAD4 background

This text has white color on #DFCAD4 background.