COLOR #DFF0E7

HEX: #DFF0E7
RGB: (223,240,231)

Color info

#DFF0E7 contains red, green and blue colors in about the same proportion. Web safe color of #DFF0E7 is #CCFFFF (or #CFF).

RGB color model

#DFF0E7 color RGB value is (223,240,231).

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

RGB channels and saturation

R 223 of 255 = 87%
G 240 of 255 = 94%
B 231 of 255 = 91%

223
240
231

R + G + B ~ 91%. #DFF0E7 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 240 + 231 = 694 (100%)
R 223 of 694 ~ 32.13%
G 240 of 694 ~ 34.58%
B 231 of 694 ~ 33.29%

%32.13
%34.58
%33.29

CMYK color model

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

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 3.75%
  • key color value is 5.88%
CMYK:
(7,0,4,6)
C7M0Y4K6 
(7%,0%,4%,6%)
(0.07/0.00/0.04/0.06)	

CMYK percentages

%7.08
%0
%3.75
%5.88

Codes

Color #DFF0E7 in popluar color models

DFF0E7
RGB223240231
HSL148°36.17%90.78%
HSB/HSV148°7.08%94.12%
CMYK7.08%0.00%3.75%
5.88%

Color #DFF0E7 in popluar number systems.

HEXDFF0E7
Decimal223240231
Binary110111111111000011100111
Octal337360347

Shades and tints

Shades of #DFF0E7

#DFF0E7
(223,240,231)
#CBDBD2
(203,219,210)
#B7C6BD
(183,198,189)
#A3B1A8
(163,177,168)
#8F9C93
(143,156,147)
#7B877E
(123,135,126)
#677269
(103,114,105)
#535D54
(83,93,84)
#3F483F
(63,72,63)
#2B332A
(43,51,42)
#171E15
(23,30,21)
#000000
(0,0,0)

Tints of #DFF0E7

#DFF0E7
(223,240,231)
#E1F1E9
(225,241,233)
#E3F2EB
(227,242,235)
#E5F3ED
(229,243,237)
#E7F4EF
(231,244,239)
#E9F5F1
(233,245,241)
#EBF6F3
(235,246,243)
#EDF7F5
(237,247,245)
#EFF8F7
(239,248,247)
#F1F9F9
(241,249,249)
#F3FAFB
(243,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF0E7; }

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

This text font color is #DFF0E7.


Background Color

.myBgColor { background-color: #DFF0E7; }

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

This div background color is #DFF0E7.


Border color

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

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

This div border color is #DFF0E7.


Opacity

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

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

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

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

This text has shadow with #DFF0E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF0E7 on black background.


Color preview on white background

This text has color #DFF0E7 on white background.



Black color preview on #DFF0E7 background

This text has black color on #DFF0E7 background.


White color preview on #DFF0E7 background

This text has white color on #DFF0E7 background.