COLOR #DFEDD7

HEX: #DFEDD7
RGB: (223,237,215)

Color info

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

RGB color model

#DFEDD7 color RGB value is (223,237,215).

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

RGB channels and saturation

R 223 of 255 = 87%
G 237 of 255 = 93%
B 215 of 255 = 84%

223
237
215

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

Portions of RGB colors in percentages

R + G + B =
223 + 237 + 215 = 675 (100%)
R 223 of 675 ~ 33.04%
G 237 of 675 ~ 35.11%
B 215 of 675 ~ 31.85%

%33.04
%35.11
%31.85

CMYK color model

#DFEDD7 color CMYK value is (6,0,9,7).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 9.28%
  • key color value is 7.06%
CMYK:
(6,0,9,7)
C6M0Y9K7 
(6%,0%,9%,7%)
(0.06/0.00/0.09/0.07)	

CMYK percentages

%5.91
%0
%9.28
%7.06

Codes

Color #DFEDD7 in popluar color models

DFEDD7
RGB223237215
HSL98°37.93%88.63%
HSB/HSV98°9.28%92.94%
CMYK5.91%0.00%9.28%
7.06%

Color #DFEDD7 in popluar number systems.

HEXDFEDD7
Decimal223237215
Binary110111111110110111010111
Octal337355327

Shades and tints

Shades of #DFEDD7

#DFEDD7
(223,237,215)
#CBD8C4
(203,216,196)
#B7C3B1
(183,195,177)
#A3AE9E
(163,174,158)
#8F998B
(143,153,139)
#7B8478
(123,132,120)
#676F65
(103,111,101)
#535A52
(83,90,82)
#3F453F
(63,69,63)
#2B302C
(43,48,44)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #DFEDD7

#DFEDD7
(223,237,215)
#E1EEDA
(225,238,218)
#E3EFDD
(227,239,221)
#E5F0E0
(229,240,224)
#E7F1E3
(231,241,227)
#E9F2E6
(233,242,230)
#EBF3E9
(235,243,233)
#EDF4EC
(237,244,236)
#EFF5EF
(239,245,239)
#F1F6F2
(241,246,242)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEDD7; }

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

This text font color is #DFEDD7.


Background Color

.myBgColor { background-color: #DFEDD7; }

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

This div background color is #DFEDD7.


Border color

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

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

This div border color is #DFEDD7.


Opacity

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

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

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

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

This text has shadow with #DFEDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEDD7 on black background.


Color preview on white background

This text has color #DFEDD7 on white background.



Black color preview on #DFEDD7 background

This text has black color on #DFEDD7 background.


White color preview on #DFEDD7 background

This text has white color on #DFEDD7 background.