COLOR #DFE7D5

HEX: #DFE7D5
RGB: (223,231,213)

Color info

#DFE7D5 contains red, green and blue colors in about the same proportion. Web safe color of #DFE7D5 is #CCFFCC (or #CFC).

RGB color model

#DFE7D5 color RGB value is (223,231,213).

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

RGB channels and saturation

R 223 of 255 = 87%
G 231 of 255 = 91%
B 213 of 255 = 84%

223
231
213

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

Portions of RGB colors in percentages

R + G + B =
223 + 231 + 213 = 667 (100%)
R 223 of 667 ~ 33.43%
G 231 of 667 ~ 34.63%
B 213 of 667 ~ 31.93%

%33.43
%34.63
%31.93

CMYK color model

#DFE7D5 color CMYK value is (3,0,8,9).

  • cyan value is 3.46%
  • magenta value is 0.00%
  • yellow value is 7.79%
  • key color value is 9.41%
CMYK:
(3,0,8,9)
C3M0Y8K9 
(3%,0%,8%,9%)
(0.03/0.00/0.08/0.09)	

CMYK percentages

%3.46
%0
%7.79
%9.41

Codes

Color #DFE7D5 in popluar color models

DFE7D5
RGB223231213
HSL87°27.27%87.06%
HSB/HSV87°7.79%90.59%
CMYK3.46%0.00%7.79%
9.41%

Color #DFE7D5 in popluar number systems.

HEXDFE7D5
Decimal223231213
Binary110111111110011111010101
Octal337347325

Shades and tints

Shades of #DFE7D5

#DFE7D5
(223,231,213)
#CBD2C2
(203,210,194)
#B7BDAF
(183,189,175)
#A3A89C
(163,168,156)
#8F9389
(143,147,137)
#7B7E76
(123,126,118)
#676963
(103,105,99)
#535450
(83,84,80)
#3F3F3D
(63,63,61)
#2B2A2A
(43,42,42)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #DFE7D5

#DFE7D5
(223,231,213)
#E1E9D8
(225,233,216)
#E3EBDB
(227,235,219)
#E5EDDE
(229,237,222)
#E7EFE1
(231,239,225)
#E9F1E4
(233,241,228)
#EBF3E7
(235,243,231)
#EDF5EA
(237,245,234)
#EFF7ED
(239,247,237)
#F1F9F0
(241,249,240)
#F3FBF3
(243,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE7D5; }

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

This text font color is #DFE7D5.


Background Color

.myBgColor { background-color: #DFE7D5; }

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

This div background color is #DFE7D5.


Border color

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

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

This div border color is #DFE7D5.


Opacity

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

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

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

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

This text has shadow with #DFE7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE7D5 on black background.


Color preview on white background

This text has color #DFE7D5 on white background.



Black color preview on #DFE7D5 background

This text has black color on #DFE7D5 background.


White color preview on #DFE7D5 background

This text has white color on #DFE7D5 background.