COLOR #DFEDD0

HEX: #DFEDD0
RGB: (223,237,208)

Color info

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

RGB color model

#DFEDD0 color RGB value is (223,237,208).

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

RGB channels and saturation

R 223 of 255 = 87%
G 237 of 255 = 93%
B 208 of 255 = 82%

223
237
208

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

Portions of RGB colors in percentages

R + G + B =
223 + 237 + 208 = 668 (100%)
R 223 of 668 ~ 33.38%
G 237 of 668 ~ 35.48%
B 208 of 668 ~ 31.14%

%33.38
%35.48
%31.14

CMYK color model

#DFEDD0 color CMYK value is (6,0,12,7).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 7.06%
CMYK:
(6,0,12,7)
C6M0Y12K7 
(6%,0%,12%,7%)
(0.06/0.00/0.12/0.07)	

CMYK percentages

%5.91
%0
%12.24
%7.06

Codes

Color #DFEDD0 in popluar color models

DFEDD0
RGB223237208
HSL89°44.62%87.25%
HSB/HSV89°12.24%92.94%
CMYK5.91%0.00%12.24%
7.06%

Color #DFEDD0 in popluar number systems.

HEXDFEDD0
Decimal223237208
Binary110111111110110111010000
Octal337355320

Shades and tints

Shades of #DFEDD0

#DFEDD0
(223,237,208)
#CBD8BE
(203,216,190)
#B7C3AC
(183,195,172)
#A3AE9A
(163,174,154)
#8F9988
(143,153,136)
#7B8476
(123,132,118)
#676F64
(103,111,100)
#535A52
(83,90,82)
#3F4540
(63,69,64)
#2B302E
(43,48,46)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #DFEDD0

#DFEDD0
(223,237,208)
#E1EED4
(225,238,212)
#E3EFD8
(227,239,216)
#E5F0DC
(229,240,220)
#E7F1E0
(231,241,224)
#E9F2E4
(233,242,228)
#EBF3E8
(235,243,232)
#EDF4EC
(237,244,236)
#EFF5F0
(239,245,240)
#F1F6F4
(241,246,244)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEDD0; }

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

This text font color is #DFEDD0.


Background Color

.myBgColor { background-color: #DFEDD0; }

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

This div background color is #DFEDD0.


Border color

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

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

This div border color is #DFEDD0.


Opacity

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

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

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

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

This text has shadow with #DFEDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEDD0 on black background.


Color preview on white background

This text has color #DFEDD0 on white background.



Black color preview on #DFEDD0 background

This text has black color on #DFEDD0 background.


White color preview on #DFEDD0 background

This text has white color on #DFEDD0 background.