COLOR #DFE3D7

HEX: #DFE3D7
RGB: (223,227,215)

Color info

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

RGB color model

#DFE3D7 color RGB value is (223,227,215).

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

RGB channels and saturation

R 223 of 255 = 87%
G 227 of 255 = 89%
B 215 of 255 = 84%

223
227
215

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

Portions of RGB colors in percentages

R + G + B =
223 + 227 + 215 = 665 (100%)
R 223 of 665 ~ 33.53%
G 227 of 665 ~ 34.14%
B 215 of 665 ~ 32.33%

%33.53
%34.14
%32.33

CMYK color model

#DFE3D7 color CMYK value is (2,0,5,11).

  • cyan value is 1.76%
  • magenta value is 0.00%
  • yellow value is 5.29%
  • key color value is 10.98%
CMYK: (2,0,5,11) C2M0Y5K11 (2%,0%,5%,11%) (0.02/0.00/0.05/0.11)

CMYK percentages

%1.76
%0
%5.29
%10.98

Codes

Color #DFE3D7 in popluar color models

DFE3D7
RGB223227215
HSL80°17.65%86.67%
HSB/HSV80°5.29%89.02%
CMYK1.76%0.00%5.29%
10.98%

Color #DFE3D7 in popluar number systems.

HEXDFE3D7
Decimal223227215
Binary110111111110001111010111
Octal337343327

Shades and tints

Shades of #DFE3D7

#DFE3D7
(223,227,215)
#CBCFC4
(203,207,196)
#B7BBB1
(183,187,177)
#A3A79E
(163,167,158)
#8F938B
(143,147,139)
#7B7F78
(123,127,120)
#676B65
(103,107,101)
#535752
(83,87,82)
#3F433F
(63,67,63)
#2B2F2C
(43,47,44)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #DFE3D7

#DFE3D7
(223,227,215)
#E1E5DA
(225,229,218)
#E3E7DD
(227,231,221)
#E5E9E0
(229,233,224)
#E7EBE3
(231,235,227)
#E9EDE6
(233,237,230)
#EBEFE9
(235,239,233)
#EDF1EC
(237,241,236)
#EFF3EF
(239,243,239)
#F1F5F2
(241,245,242)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE3D7; }

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

This text font color is #DFE3D7.


Background Color

.myBgColor { background-color: #DFE3D7; }

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

This div background color is #DFE3D7.


Border color

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

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

This div border color is #DFE3D7.


Opacity

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

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

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

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

This text has shadow with #DFE3D7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DFE3D7 on black background.


Color preview on white background

This text has color #DFE3D7 on white background.



Black color preview on #DFE3D7 background

This text has black color on #DFE3D7 background.


White color preview on #DFE3D7 background

This text has white color on #DFE3D7 background.