COLOR #DFE3D9

HEX: #DFE3D9
RGB: (223,227,217)

Color info

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

RGB color model

#DFE3D9 color RGB value is (223,227,217).

  • red value is 223;
  • green value is 227;
  • blue value is 217.
RGB:
(223,227,217)
(87%,89%,85%)

RGB channels and saturation

R 223 of 255 = 87%
G 227 of 255 = 89%
B 217 of 255 = 85%

223
227
217

R + G + B ~ 87%. #DFE3D9 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 227 + 217 = 667 (100%)
R 223 of 667 ~ 33.43%
G 227 of 667 ~ 34.03%
B 217 of 667 ~ 32.53%

%33.43
%34.03
%32.53

CMYK color model

#DFE3D9 color CMYK value is (2,0,4,11).

  • cyan value is 1.76%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • key color value is 10.98%
CMYK:
(2,0,4,11)
C2M0Y4K11 
(2%,0%,4%,11%)
(0.02/0.00/0.04/0.11)	

CMYK percentages

%1.76
%0
%4.41
%10.98

Codes

Color #DFE3D9 in popluar color models

DFE3D9
RGB223227217
HSL84°15.15%87.06%
HSB/HSV84°4.41%89.02%
CMYK1.76%0.00%4.41%
10.98%

Color #DFE3D9 in popluar number systems.

HEXDFE3D9
Decimal223227217
Binary110111111110001111011001
Octal337343331

Shades and tints

Shades of #DFE3D9

#DFE3D9
(223,227,217)
#CBCFC6
(203,207,198)
#B7BBB3
(183,187,179)
#A3A7A0
(163,167,160)
#8F938D
(143,147,141)
#7B7F7A
(123,127,122)
#676B67
(103,107,103)
#535754
(83,87,84)
#3F4341
(63,67,65)
#2B2F2E
(43,47,46)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #DFE3D9

#DFE3D9
(223,227,217)
#E1E5DC
(225,229,220)
#E3E7DF
(227,231,223)
#E5E9E2
(229,233,226)
#E7EBE5
(231,235,229)
#E9EDE8
(233,237,232)
#EBEFEB
(235,239,235)
#EDF1EE
(237,241,238)
#EFF3F1
(239,243,241)
#F1F5F4
(241,245,244)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE3D9 color. Also use rgb(223,227,217) instead hex code.

Text Font Color

.myTextColor { color: #DFE3D9; }

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

This text font color is #DFE3D9.


Background Color

.myBgColor { background-color: #DFE3D9; }

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

This div background color is #DFE3D9.


Border color

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

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

This div border color is #DFE3D9.


Opacity

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

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

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

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

This text has shadow with #DFE3D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE3D9 on black background.


Color preview on white background

This text has color #DFE3D9 on white background.



Black color preview on #DFE3D9 background

This text has black color on #DFE3D9 background.


White color preview on #DFE3D9 background

This text has white color on #DFE3D9 background.