COLOR #DFE6D8

HEX: #DFE6D8 RGB: (223,230,216)

Color info

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

RGB color model

#DFE6D8 color RGB value is (223,230,216).

RGB: (223,230,216) (87%, 90%, 85%)

RGB channels and saturation

R 223 of 255 = 87%
G 230 of 255 = 90%
B 216 of 255 = 85%

223
230
216

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

Portions of RGB colors in percentages

R + G + B = 223 + 230 + 216 = 669 (100%)
R 223 of 669 ~ 33.33%
G 230 of 669 ~ 34.38%
B 216 of 669 ~ 32.29'%

%33.33
%34.38
%32.29

CMYK color model

#DFE6D8 color CMYK value is (3,0,6,10).

  • cyan value is 3.04%
  • magenta value is 0.00%
  • yellow value is 6.09%
  • key color value is 9.80%

CMYK: (3,0,6,10)
C3M0Y6K10 (3%, 0%, 6%, 10%)
(0.03 / 0.00 / 0.06 / 0.10)

CMYK percentages

%3.04
%0
%6.09
%9.8

Codes

Color #DFE6D8 in popluar color models

DF E6 D8
RGB 223 230 216
HSL 90° 21.88% 87.45%
HSB/HSV 90° 6.09% 90.20%
CMYK 3.04% 0.00% 6.09%
9.80%

Color #DFE6D8 in popluar number systems.

HEX DF E6 D8
Decimal 223 230 216
Binary 11011111 11100110 11011000
Octal 337 346 330

Shades and tints

Shades of #DFE6D8

#DFE6D8
(223,230,216)
#CBD2C5
(203,210,197)
#B7BEB2
(183,190,178)
#A3AA9F
(163,170,159)
#8F968C
(143,150,140)
#7B8279
(123,130,121)
#676E66
(103,110,102)
#535A53
(83,90,83)
#3F4640
(63,70,64)
#2B322D
(43,50,45)
#171E1A
(23,30,26)
#000000
(0,0,0)

Tints of #DFE6D8

#DFE6D8
(223,230,216)
#E1E8DB
(225,232,219)
#E3EADE
(227,234,222)
#E5ECE1
(229,236,225)
#E7EEE4
(231,238,228)
#E9F0E7
(233,240,231)
#EBF2EA
(235,242,234)
#EDF4ED
(237,244,237)
#EFF6F0
(239,246,240)
#F1F8F3
(241,248,243)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE6D8; }

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

This text font color is #DFE6D8.

Background Color

.myBgColor { background-color: #DFE6D8; }

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

This div background color is #DFE6D8.

Border color

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

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

This div border color is #DFE6D8.

Opacity

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

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

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

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

This text has shadow with #DFE6D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE6D8.

Preview

Color preview on black background

This text has color #DFE6D8 on black background.


Color preview on white background

This text has color #DFE6D8 on white background.


Black color preview on #DFE6D8 background

This text has black color on #DFE6D8 background.


White color preview on #DFE6D8 background

This text has white color on #DFE6D8 background.


Related colors

Complementary color

Complementary color for #hex is #201927.


I love getcolorcode.com

Triadic colors

1 #D8DFE6 and #E6D8DF with #DFE6D8 are triadic colors.

2 #D8E6DF and #E6DFD8 with #DFE6D8 are triadic colors.