COLOR #DFEDD9

HEX: #DFEDD9
RGB: (223,237,217)

Color info

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

RGB color model

#DFEDD9 color RGB value is (223,237,217).

  • red value is 223;
  • green value is 237;
  • blue value is 217.
RGB:
(223,237,217)
(87%,93%,85%)

RGB channels and saturation

R 223 of 255 = 87%
G 237 of 255 = 93%
B 217 of 255 = 85%

223
237
217

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

Portions of RGB colors in percentages

R + G + B =
223 + 237 + 217 = 677 (100%)
R 223 of 677 ~ 32.94%
G 237 of 677 ~ 35.01%
B 217 of 677 ~ 32.05%

%32.94
%35.01
%32.05

CMYK color model

#DFEDD9 color CMYK value is (6,0,8,7).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 8.44%
  • key color value is 7.06%
CMYK:
(6,0,8,7)
C6M0Y8K7 
(6%,0%,8%,7%)
(0.06/0.00/0.08/0.07)	

CMYK percentages

%5.91
%0
%8.44
%7.06

Codes

Color #DFEDD9 in popluar color models

DFEDD9
RGB223237217
HSL102°35.71%89.02%
HSB/HSV102°8.44%92.94%
CMYK5.91%0.00%8.44%
7.06%

Color #DFEDD9 in popluar number systems.

HEXDFEDD9
Decimal223237217
Binary110111111110110111011001
Octal337355331

Shades and tints

Shades of #DFEDD9

#DFEDD9
(223,237,217)
#CBD8C6
(203,216,198)
#B7C3B3
(183,195,179)
#A3AEA0
(163,174,160)
#8F998D
(143,153,141)
#7B847A
(123,132,122)
#676F67
(103,111,103)
#535A54
(83,90,84)
#3F4541
(63,69,65)
#2B302E
(43,48,46)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #DFEDD9

#DFEDD9
(223,237,217)
#E1EEDC
(225,238,220)
#E3EFDF
(227,239,223)
#E5F0E2
(229,240,226)
#E7F1E5
(231,241,229)
#E9F2E8
(233,242,232)
#EBF3EB
(235,243,235)
#EDF4EE
(237,244,238)
#EFF5F1
(239,245,241)
#F1F6F4
(241,246,244)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFEDD9 color. Also use rgb(223,237,217) instead hex code.

Text Font Color

.myTextColor { color: #DFEDD9; }

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

This text font color is #DFEDD9.


Background Color

.myBgColor { background-color: #DFEDD9; }

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

This div background color is #DFEDD9.


Border color

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

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

This div border color is #DFEDD9.


Opacity

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

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

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

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

This text has shadow with #DFEDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEDD9 on black background.


Color preview on white background

This text has color #DFEDD9 on white background.



Black color preview on #DFEDD9 background

This text has black color on #DFEDD9 background.


White color preview on #DFEDD9 background

This text has white color on #DFEDD9 background.