COLOR #DFE9DB

HEX: #DFE9DB RGB: (223,233,219)

Color info

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

RGB color model

#DFE9DB color RGB value is (223,233,219).

RGB: (223,233,219) (87%, 91%, 86%)

RGB channels and saturation

R 223 of 255 = 87%
G 233 of 255 = 91%
B 219 of 255 = 86%

223
233
219

R + G + B ~ 88%. #DFE9DB is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 233 + 219 = 675 (100%)
R 223 of 675 ~ 33.04%
G 233 of 675 ~ 34.52%
B 219 of 675 ~ 32.44'%

%33.04
%34.52
%32.44

CMYK color model

#DFE9DB color CMYK value is (4,0,6,9).

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

CMYK: (4,0,6,9)
C4M0Y6K9 (4%, 0%, 6%, 9%)
(0.04 / 0.00 / 0.06 / 0.09)

CMYK percentages

%4.29
%0
%6.01
%8.63

Codes

Color #DFE9DB in popluar color models

DF E9 DB
RGB 223 233 219
HSL 103° 24.14% 88.63%
HSB/HSV 103° 6.01% 91.37%
CMYK 4.29% 0.00% 6.01%
8.63%

Color #DFE9DB in popluar number systems.

HEX DF E9 DB
Decimal 223 233 219
Binary 11011111 11101001 11011011
Octal 337 351 333

Shades and tints

Shades of #DFE9DB

#DFE9DB
(223,233,219)
#CBD4C8
(203,212,200)
#B7BFB5
(183,191,181)
#A3AAA2
(163,170,162)
#8F958F
(143,149,143)
#7B807C
(123,128,124)
#676B69
(103,107,105)
#535656
(83,86,86)
#3F4143
(63,65,67)
#2B2C30
(43,44,48)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #DFE9DB

#DFE9DB
(223,233,219)
#E1EBDE
(225,235,222)
#E3EDE1
(227,237,225)
#E5EFE4
(229,239,228)
#E7F1E7
(231,241,231)
#E9F3EA
(233,243,234)
#EBF5ED
(235,245,237)
#EDF7F0
(237,247,240)
#EFF9F3
(239,249,243)
#F1FBF6
(241,251,246)
#F3FDF9
(243,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE9DB; }

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

This text font color is #DFE9DB.

Background Color

.myBgColor { background-color: #DFE9DB; }

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

This div background color is #DFE9DB.

Border color

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

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

This div border color is #DFE9DB.

Opacity

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

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

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

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

This text has shadow with #DFE9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE9DB.

Preview

Color preview on black background

This text has color #DFE9DB on black background.


Color preview on white background

This text has color #DFE9DB on white background.


Black color preview on #DFE9DB background

This text has black color on #DFE9DB background.


White color preview on #DFE9DB background

This text has white color on #DFE9DB background.


Related colors

Complementary color

Complementary color for #hex is #201624.


I love getcolorcode.com

Triadic colors

1 #DBDFE9 and #E9DBDF with #DFE9DB are triadic colors.

2 #DBE9DF and #E9DFDB with #DFE9DB are triadic colors.