COLOR #DFF7EF

HEX: #DFF7EF
RGB: (223,247,239)

Color info

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

RGB color model

#DFF7EF color RGB value is (223,247,239).

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

RGB channels and saturation

R 223 of 255 = 87%
G 247 of 255 = 97%
B 239 of 255 = 94%

223
247
239

R + G + B ~ 93%. #DFF7EF is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 247 + 239 = 709 (100%)
R 223 of 709 ~ 31.45%
G 247 of 709 ~ 34.84%
B 239 of 709 ~ 33.71%

%31.45
%34.84
%33.71

CMYK color model

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

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

CMYK percentages

%9.72
%0
%3.24
%3.14

Codes

Color #DFF7EF in popluar color models

DFF7EF
RGB223247239
HSL160°60.00%92.16%
HSB/HSV160°9.72%96.86%
CMYK9.72%0.00%3.24%
3.14%

Color #DFF7EF in popluar number systems.

HEXDFF7EF
Decimal223247239
Binary110111111111011111101111
Octal337367357

Shades and tints

Shades of #DFF7EF

#DFF7EF
(223,247,239)
#CBE1DA
(203,225,218)
#B7CBC5
(183,203,197)
#A3B5B0
(163,181,176)
#8F9F9B
(143,159,155)
#7B8986
(123,137,134)
#677371
(103,115,113)
#535D5C
(83,93,92)
#3F4747
(63,71,71)
#2B3132
(43,49,50)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #DFF7EF

#DFF7EF
(223,247,239)
#E1F7F0
(225,247,240)
#E3F7F1
(227,247,241)
#E5F7F2
(229,247,242)
#E7F7F3
(231,247,243)
#E9F7F4
(233,247,244)
#EBF7F5
(235,247,245)
#EDF7F6
(237,247,246)
#EFF7F7
(239,247,247)
#F1F7F8
(241,247,248)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF7EF; }

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

This text font color is #DFF7EF.


Background Color

.myBgColor { background-color: #DFF7EF; }

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

This div background color is #DFF7EF.


Border color

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

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

This div border color is #DFF7EF.


Opacity

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

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

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

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

This text has shadow with #DFF7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF7EF on black background.


Color preview on white background

This text has color #DFF7EF on white background.



Black color preview on #DFF7EF background

This text has black color on #DFF7EF background.


White color preview on #DFF7EF background

This text has white color on #DFF7EF background.