COLOR #DFD3D6

HEX: #DFD3D6
RGB: (223,211,214)

Color info

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

RGB color model

#DFD3D6 color RGB value is (223,211,214).

  • red value is 223;
  • green value is 211;
  • blue value is 214.
RGB:
(223,211,214)
(87%,83%,84%)

RGB channels and saturation

R 223 of 255 = 87%
G 211 of 255 = 83%
B 214 of 255 = 84%

223
211
214

R + G + B ~ 85%. #DFD3D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 211 + 214 = 648 (100%)
R 223 of 648 ~ 34.41%
G 211 of 648 ~ 32.56%
B 214 of 648 ~ 33.02%

%34.41
%32.56
%33.02

CMYK color model

#DFD3D6 color CMYK value is (0,5,4,13).

  • cyan value is 0.00%
  • magenta value is 5.38%
  • yellow value is 4.04%
  • key color value is 12.55%
CMYK:
(0,5,4,13)
C0M5Y4K13 
(0%,5%,4%,13%)
(0.00/0.05/0.04/0.13)	

CMYK percentages

%0
%5.38
%4.04
%12.55

Codes

Color #DFD3D6 in popluar color models

DFD3D6
RGB223211214
HSL345°15.79%85.10%
HSB/HSV345°5.38%87.45%
CMYK0.00%5.38%4.04%
12.55%

Color #DFD3D6 in popluar number systems.

HEXDFD3D6
Decimal223211214
Binary110111111101001111010110
Octal337323326

Shades and tints

Shades of #DFD3D6

#DFD3D6
(223,211,214)
#CBC0C3
(203,192,195)
#B7ADB0
(183,173,176)
#A39A9D
(163,154,157)
#8F878A
(143,135,138)
#7B7477
(123,116,119)
#676164
(103,97,100)
#534E51
(83,78,81)
#3F3B3E
(63,59,62)
#2B282B
(43,40,43)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #DFD3D6

#DFD3D6
(223,211,214)
#E1D7D9
(225,215,217)
#E3DBDC
(227,219,220)
#E5DFDF
(229,223,223)
#E7E3E2
(231,227,226)
#E9E7E5
(233,231,229)
#EBEBE8
(235,235,232)
#EDEFEB
(237,239,235)
#EFF3EE
(239,243,238)
#F1F7F1
(241,247,241)
#F3FBF4
(243,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD3D6 color. Also use rgb(223,211,214) instead hex code.

Text Font Color

.myTextColor { color: #DFD3D6; }

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

This text font color is #DFD3D6.


Background Color

.myBgColor { background-color: #DFD3D6; }

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

This div background color is #DFD3D6.


Border color

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

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

This div border color is #DFD3D6.


Opacity

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

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

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

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

This text has shadow with #DFD3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD3D6 on black background.


Color preview on white background

This text has color #DFD3D6 on white background.



Black color preview on #DFD3D6 background

This text has black color on #DFD3D6 background.


White color preview on #DFD3D6 background

This text has white color on #DFD3D6 background.