COLOR #DFE2D5

HEX: #DFE2D5
RGB: (223,226,213)

Color info

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

RGB color model

#DFE2D5 color RGB value is (223,226,213).

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

RGB channels and saturation

R 223 of 255 = 87%
G 226 of 255 = 89%
B 213 of 255 = 84%

223
226
213

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

Portions of RGB colors in percentages

R + G + B =
223 + 226 + 213 = 662 (100%)
R 223 of 662 ~ 33.69%
G 226 of 662 ~ 34.14%
B 213 of 662 ~ 32.18%

%33.69
%34.14
%32.18

CMYK color model

#DFE2D5 color CMYK value is (1,0,6,11).

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 11.37%
CMYK:
(1,0,6,11)
C1M0Y6K11 
(1%,0%,6%,11%)
(0.01/0.00/0.06/0.11)	

CMYK percentages

%1.33
%0
%5.75
%11.37

Codes

Color #DFE2D5 in popluar color models

DFE2D5
RGB223226213
HSL74°18.31%86.08%
HSB/HSV74°5.75%88.63%
CMYK1.33%0.00%5.75%
11.37%

Color #DFE2D5 in popluar number systems.

HEXDFE2D5
Decimal223226213
Binary110111111110001011010101
Octal337342325

Shades and tints

Shades of #DFE2D5

#DFE2D5
(223,226,213)
#CBCEC2
(203,206,194)
#B7BAAF
(183,186,175)
#A3A69C
(163,166,156)
#8F9289
(143,146,137)
#7B7E76
(123,126,118)
#676A63
(103,106,99)
#535650
(83,86,80)
#3F423D
(63,66,61)
#2B2E2A
(43,46,42)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #DFE2D5

#DFE2D5
(223,226,213)
#E1E4D8
(225,228,216)
#E3E6DB
(227,230,219)
#E5E8DE
(229,232,222)
#E7EAE1
(231,234,225)
#E9ECE4
(233,236,228)
#EBEEE7
(235,238,231)
#EDF0EA
(237,240,234)
#EFF2ED
(239,242,237)
#F1F4F0
(241,244,240)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE2D5 color. Also use rgb(223,226,213) instead hex code.

Text Font Color

.myTextColor { color: #DFE2D5; }

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

This text font color is #DFE2D5.


Background Color

.myBgColor { background-color: #DFE2D5; }

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

This div background color is #DFE2D5.


Border color

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

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

This div border color is #DFE2D5.


Opacity

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

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

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

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

This text has shadow with #DFE2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE2D5 on black background.


Color preview on white background

This text has color #DFE2D5 on white background.



Black color preview on #DFE2D5 background

This text has black color on #DFE2D5 background.


White color preview on #DFE2D5 background

This text has white color on #DFE2D5 background.