COLOR #DFF7DE

HEX: #DFF7DE
RGB: (223,247,222)

Color info

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

RGB color model

#DFF7DE color RGB value is (223,247,222).

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

RGB channels and saturation

R 223 of 255 = 87%
G 247 of 255 = 97%
B 222 of 255 = 87%

223
247
222

R + G + B ~ 90%. #DFF7DE is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 247 + 222 = 692 (100%)
R 223 of 692 ~ 32.23%
G 247 of 692 ~ 35.69%
B 222 of 692 ~ 32.08%

%32.23
%35.69
%32.08

CMYK color model

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

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 10.12%
  • key color value is 3.14%
CMYK:
(10,0,10,3)
C10M0Y10K3 
(10%,0%,10%,3%)
(0.10/0.00/0.10/0.03)	

CMYK percentages

%9.72
%0
%10.12
%3.14

Codes

Color #DFF7DE in popluar color models

DFF7DE
RGB223247222
HSL118°60.98%91.96%
HSB/HSV118°10.12%96.86%
CMYK9.72%0.00%10.12%
3.14%

Color #DFF7DE in popluar number systems.

HEXDFF7DE
Decimal223247222
Binary110111111111011111011110
Octal337367336

Shades and tints

Shades of #DFF7DE

#DFF7DE
(223,247,222)
#CBE1CA
(203,225,202)
#B7CBB6
(183,203,182)
#A3B5A2
(163,181,162)
#8F9F8E
(143,159,142)
#7B897A
(123,137,122)
#677366
(103,115,102)
#535D52
(83,93,82)
#3F473E
(63,71,62)
#2B312A
(43,49,42)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #DFF7DE

#DFF7DE
(223,247,222)
#E1F7E1
(225,247,225)
#E3F7E4
(227,247,228)
#E5F7E7
(229,247,231)
#E7F7EA
(231,247,234)
#E9F7ED
(233,247,237)
#EBF7F0
(235,247,240)
#EDF7F3
(237,247,243)
#EFF7F6
(239,247,246)
#F1F7F9
(241,247,249)
#F3F7FC
(243,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF7DE; }

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

This text font color is #DFF7DE.


Background Color

.myBgColor { background-color: #DFF7DE; }

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

This div background color is #DFF7DE.


Border color

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

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

This div border color is #DFF7DE.


Opacity

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

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

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

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

This text has shadow with #DFF7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF7DE on black background.


Color preview on white background

This text has color #DFF7DE on white background.



Black color preview on #DFF7DE background

This text has black color on #DFF7DE background.


White color preview on #DFF7DE background

This text has white color on #DFF7DE background.