COLOR #DFF0E0

HEX: #DFF0E0 RGB: (223,240,224)

Color info

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

RGB color model

#DFF0E0 color RGB value is (223,240,224).

RGB: (223,240,224) (87%, 94%, 88%)

RGB channels and saturation

R 223 of 255 = 87%
G 240 of 255 = 94%
B 224 of 255 = 88%

223
240
224

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

Portions of RGB colors in percentages

R + G + B = 223 + 240 + 224 = 687 (100%)
R 223 of 687 ~ 32.46%
G 240 of 687 ~ 34.93%
B 224 of 687 ~ 32.61'%

%32.46
%34.93
%32.61

CMYK color model

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

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 5.88%

CMYK: (7,0,7,6)
C7M0Y7K6 (7%, 0%, 7%, 6%)
(0.07 / 0.00 / 0.07 / 0.06)

CMYK percentages

%7.08
%0
%6.67
%5.88

Codes

Color #DFF0E0 in popluar color models

DF F0 E0
RGB 223 240 224
HSL 124° 36.17% 90.78%
HSB/HSV 124° 7.08% 94.12%
CMYK 7.08% 0.00% 6.67%
5.88%

Color #DFF0E0 in popluar number systems.

HEX DF F0 E0
Decimal 223 240 224
Binary 11011111 11110000 11100000
Octal 337 360 340

Shades and tints

Shades of #DFF0E0

#DFF0E0
(223,240,224)
#CBDBCC
(203,219,204)
#B7C6B8
(183,198,184)
#A3B1A4
(163,177,164)
#8F9C90
(143,156,144)
#7B877C
(123,135,124)
#677268
(103,114,104)
#535D54
(83,93,84)
#3F4840
(63,72,64)
#2B332C
(43,51,44)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #DFF0E0

#DFF0E0
(223,240,224)
#E1F1E2
(225,241,226)
#E3F2E4
(227,242,228)
#E5F3E6
(229,243,230)
#E7F4E8
(231,244,232)
#E9F5EA
(233,245,234)
#EBF6EC
(235,246,236)
#EDF7EE
(237,247,238)
#EFF8F0
(239,248,240)
#F1F9F2
(241,249,242)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF0E0; }

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

This text font color is #DFF0E0.

Background Color

.myBgColor { background-color: #DFF0E0; }

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

This div background color is #DFF0E0.

Border color

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

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

This div border color is #DFF0E0.

Opacity

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

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

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

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

This text has shadow with #DFF0E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF0E0.

Preview

Color preview on black background

This text has color #DFF0E0 on black background.


Color preview on white background

This text has color #DFF0E0 on white background.


Black color preview on #DFF0E0 background

This text has black color on #DFF0E0 background.


White color preview on #DFF0E0 background

This text has white color on #DFF0E0 background.


Related colors

Complementary color

Complementary color for #hex is #200F1F.


I love getcolorcode.com

Triadic colors

1 #E0DFF0 and #F0E0DF with #DFF0E0 are triadic colors.

2 #E0F0DF and #F0DFE0 with #DFF0E0 are triadic colors.