COLOR #DFF0DE

HEX: #DFF0DE
RGB: (223,240,222)

Color info

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

RGB color model

#DFF0DE color RGB value is (223,240,222).

  • red value is 223;
  • green value is 240;
  • blue value is 222.
RGB:
(223,240,222)
(87%,94%,87%)

RGB channels and saturation

R 223 of 255 = 87%
G 240 of 255 = 94%
B 222 of 255 = 87%

223
240
222

R + G + B ~ 89%. #DFF0DE is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 240 + 222 = 685 (100%)
R 223 of 685 ~ 32.55%
G 240 of 685 ~ 35.04%
B 222 of 685 ~ 32.41%

%32.55
%35.04
%32.41

CMYK color model

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

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 7.50%
  • key color value is 5.88%
CMYK:
(7,0,8,6)
C7M0Y8K6 
(7%,0%,8%,6%)
(0.07/0.00/0.08/0.06)	

CMYK percentages

%7.08
%0
%7.5
%5.88

Codes

Color #DFF0DE in popluar color models

DFF0DE
RGB223240222
HSL117°37.50%90.59%
HSB/HSV117°7.50%94.12%
CMYK7.08%0.00%7.50%
5.88%

Color #DFF0DE in popluar number systems.

HEXDFF0DE
Decimal223240222
Binary110111111111000011011110
Octal337360336

Shades and tints

Shades of #DFF0DE

#DFF0DE
(223,240,222)
#CBDBCA
(203,219,202)
#B7C6B6
(183,198,182)
#A3B1A2
(163,177,162)
#8F9C8E
(143,156,142)
#7B877A
(123,135,122)
#677266
(103,114,102)
#535D52
(83,93,82)
#3F483E
(63,72,62)
#2B332A
(43,51,42)
#171E16
(23,30,22)
#000000
(0,0,0)

Tints of #DFF0DE

#DFF0DE
(223,240,222)
#E1F1E1
(225,241,225)
#E3F2E4
(227,242,228)
#E5F3E7
(229,243,231)
#E7F4EA
(231,244,234)
#E9F5ED
(233,245,237)
#EBF6F0
(235,246,240)
#EDF7F3
(237,247,243)
#EFF8F6
(239,248,246)
#F1F9F9
(241,249,249)
#F3FAFC
(243,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF0DE color. Also use rgb(223,240,222) instead hex code.

Text Font Color

.myTextColor { color: #DFF0DE; }

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

This text font color is #DFF0DE.


Background Color

.myBgColor { background-color: #DFF0DE; }

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

This div background color is #DFF0DE.


Border color

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

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

This div border color is #DFF0DE.


Opacity

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

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

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

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

This text has shadow with #DFF0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF0DE on black background.


Color preview on white background

This text has color #DFF0DE on white background.



Black color preview on #DFF0DE background

This text has black color on #DFF0DE background.


White color preview on #DFF0DE background

This text has white color on #DFF0DE background.