COLOR #DFE9D1

HEX: #DFE9D1 RGB: (223,233,209)

Color info

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

RGB color model

#DFE9D1 color RGB value is (223,233,209).

RGB: (223,233,209) (87%, 91%, 82%)

RGB channels and saturation

R 223 of 255 = 87%
G 233 of 255 = 91%
B 209 of 255 = 82%

223
233
209

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

Portions of RGB colors in percentages

R + G + B = 223 + 233 + 209 = 665 (100%)
R 223 of 665 ~ 33.53%
G 233 of 665 ~ 35.04%
B 209 of 665 ~ 31.43'%

%33.53
%35.04
%31.43

CMYK color model

#DFE9D1 color CMYK value is (4,0,10,9).

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 10.30%
  • key color value is 8.63%

CMYK: (4,0,10,9)
C4M0Y10K9 (4%, 0%, 10%, 9%)
(0.04 / 0.00 / 0.10 / 0.09)

CMYK percentages

%4.29
%0
%10.3
%8.63

Codes

Color #DFE9D1 in popluar color models

DF E9 D1
RGB 223 233 209
HSL 85° 35.29% 86.67%
HSB/HSV 85° 10.30% 91.37%
CMYK 4.29% 0.00% 10.30%
8.63%

Color #DFE9D1 in popluar number systems.

HEX DF E9 D1
Decimal 223 233 209
Binary 11011111 11101001 11010001
Octal 337 351 321

Shades and tints

Shades of #DFE9D1

#DFE9D1
(223,233,209)
#CBD4BE
(203,212,190)
#B7BFAB
(183,191,171)
#A3AA98
(163,170,152)
#8F9585
(143,149,133)
#7B8072
(123,128,114)
#676B5F
(103,107,95)
#53564C
(83,86,76)
#3F4139
(63,65,57)
#2B2C26
(43,44,38)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #DFE9D1

#DFE9D1
(223,233,209)
#E1EBD5
(225,235,213)
#E3EDD9
(227,237,217)
#E5EFDD
(229,239,221)
#E7F1E1
(231,241,225)
#E9F3E5
(233,243,229)
#EBF5E9
(235,245,233)
#EDF7ED
(237,247,237)
#EFF9F1
(239,249,241)
#F1FBF5
(241,251,245)
#F3FDF9
(243,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE9D1 color. Also use rgb(223,233,209) instead hex code.

Text Font Color

.myTextColor { color: #DFE9D1; }

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

This text font color is #DFE9D1.

Background Color

.myBgColor { background-color: #DFE9D1; }

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

This div background color is #DFE9D1.

Border color

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

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

This div border color is #DFE9D1.

Opacity

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

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

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

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

This text has shadow with #DFE9D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE9D1.

Preview

Color preview on black background

This text has color #DFE9D1 on black background.


Color preview on white background

This text has color #DFE9D1 on white background.


Black color preview on #DFE9D1 background

This text has black color on #DFE9D1 background.


White color preview on #DFE9D1 background

This text has white color on #DFE9D1 background.


Related colors

Complementary color

Complementary color for #hex is #20162E.


I love getcolorcode.com

Triadic colors

1 #D1DFE9 and #E9D1DF with #DFE9D1 are triadic colors.

2 #D1E9DF and #E9DFD1 with #DFE9D1 are triadic colors.