COLOR #DFE8D8

HEX: #DFE8D8 RGB: (223,232,216)

Color info

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

RGB color model

#DFE8D8 color RGB value is (223,232,216).

RGB: (223,232,216) (87%, 91%, 85%)

RGB channels and saturation

R 223 of 255 = 87%
G 232 of 255 = 91%
B 216 of 255 = 85%

223
232
216

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

Portions of RGB colors in percentages

R + G + B = 223 + 232 + 216 = 671 (100%)
R 223 of 671 ~ 33.23%
G 232 of 671 ~ 34.58%
B 216 of 671 ~ 32.19'%

%33.23
%34.58
%32.19

CMYK color model

#DFE8D8 color CMYK value is (4,0,7,9).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 9.02%

CMYK: (4,0,7,9)
C4M0Y7K9 (4%, 0%, 7%, 9%)
(0.04 / 0.00 / 0.07 / 0.09)

CMYK percentages

%3.88
%0
%6.9
%9.02

Codes

Color #DFE8D8 in popluar color models

DF E8 D8
RGB 223 232 216
HSL 94° 25.81% 87.84%
HSB/HSV 94° 6.90% 90.98%
CMYK 3.88% 0.00% 6.90%
9.02%

Color #DFE8D8 in popluar number systems.

HEX DF E8 D8
Decimal 223 232 216
Binary 11011111 11101000 11011000
Octal 337 350 330

Shades and tints

Shades of #DFE8D8

#DFE8D8
(223,232,216)
#CBD3C5
(203,211,197)
#B7BEB2
(183,190,178)
#A3A99F
(163,169,159)
#8F948C
(143,148,140)
#7B7F79
(123,127,121)
#676A66
(103,106,102)
#535553
(83,85,83)
#3F4040
(63,64,64)
#2B2B2D
(43,43,45)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #DFE8D8

#DFE8D8
(223,232,216)
#E1EADB
(225,234,219)
#E3ECDE
(227,236,222)
#E5EEE1
(229,238,225)
#E7F0E4
(231,240,228)
#E9F2E7
(233,242,231)
#EBF4EA
(235,244,234)
#EDF6ED
(237,246,237)
#EFF8F0
(239,248,240)
#F1FAF3
(241,250,243)
#F3FCF6
(243,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE8D8 color. Also use rgb(223,232,216) instead hex code.

Text Font Color

.myTextColor { color: #DFE8D8; }

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

This text font color is #DFE8D8.

Background Color

.myBgColor { background-color: #DFE8D8; }

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

This div background color is #DFE8D8.

Border color

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

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

This div border color is #DFE8D8.

Opacity

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

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

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

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

This text has shadow with #DFE8D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE8D8.

Preview

Color preview on black background

This text has color #DFE8D8 on black background.


Color preview on white background

This text has color #DFE8D8 on white background.


Black color preview on #DFE8D8 background

This text has black color on #DFE8D8 background.


White color preview on #DFE8D8 background

This text has white color on #DFE8D8 background.


Related colors

Complementary color

Complementary color for #hex is #201727.


I love getcolorcode.com

Triadic colors

1 #D8DFE8 and #E8D8DF with #DFE8D8 are triadic colors.

2 #D8E8DF and #E8DFD8 with #DFE8D8 are triadic colors.