COLOR #DFE4D4

HEX: #DFE4D4
RGB: (223,228,212)

Color info

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

RGB color model

#DFE4D4 color RGB value is (223,228,212).

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

RGB channels and saturation

R 223 of 255 = 87%
G 228 of 255 = 89%
B 212 of 255 = 83%

223
228
212

R + G + B ~ 86%. #DFE4D4 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 228 + 212 = 663 (100%)
R 223 of 663 ~ 33.63%
G 228 of 663 ~ 34.39%
B 212 of 663 ~ 31.98%

%33.63
%34.39
%31.98

CMYK color model

#DFE4D4 color CMYK value is (2,0,7,11).

  • cyan value is 2.19%
  • magenta value is 0.00%
  • yellow value is 7.02%
  • key color value is 10.59%
CMYK:
(2,0,7,11)
C2M0Y7K11 
(2%,0%,7%,11%)
(0.02/0.00/0.07/0.11)	

CMYK percentages

%2.19
%0
%7.02
%10.59

Codes

Color #DFE4D4 in popluar color models

DFE4D4
RGB223228212
HSL79°22.86%86.27%
HSB/HSV79°7.02%89.41%
CMYK2.19%0.00%7.02%
10.59%

Color #DFE4D4 in popluar number systems.

HEXDFE4D4
Decimal223228212
Binary110111111110010011010100
Octal337344324

Shades and tints

Shades of #DFE4D4

#DFE4D4
(223,228,212)
#CBD0C1
(203,208,193)
#B7BCAE
(183,188,174)
#A3A89B
(163,168,155)
#8F9488
(143,148,136)
#7B8075
(123,128,117)
#676C62
(103,108,98)
#53584F
(83,88,79)
#3F443C
(63,68,60)
#2B3029
(43,48,41)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #DFE4D4

#DFE4D4
(223,228,212)
#E1E6D7
(225,230,215)
#E3E8DA
(227,232,218)
#E5EADD
(229,234,221)
#E7ECE0
(231,236,224)
#E9EEE3
(233,238,227)
#EBF0E6
(235,240,230)
#EDF2E9
(237,242,233)
#EFF4EC
(239,244,236)
#F1F6EF
(241,246,239)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE4D4; }

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

This text font color is #DFE4D4.


Background Color

.myBgColor { background-color: #DFE4D4; }

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

This div background color is #DFE4D4.


Border color

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

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

This div border color is #DFE4D4.


Opacity

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

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

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

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

This text has shadow with #DFE4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE4D4 on black background.


Color preview on white background

This text has color #DFE4D4 on white background.



Black color preview on #DFE4D4 background

This text has black color on #DFE4D4 background.


White color preview on #DFE4D4 background

This text has white color on #DFE4D4 background.