COLOR #DFF0E6

HEX: #DFF0E6
RGB: (223,240,230)

Color info

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

RGB color model

#DFF0E6 color RGB value is (223,240,230).

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

RGB channels and saturation

R 223 of 255 = 87%
G 240 of 255 = 94%
B 230 of 255 = 90%

223
240
230

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

Portions of RGB colors in percentages

R + G + B =
223 + 240 + 230 = 693 (100%)
R 223 of 693 ~ 32.18%
G 240 of 693 ~ 34.63%
B 230 of 693 ~ 33.19%

%32.18
%34.63
%33.19

CMYK color model

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

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • 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
%4.17
%5.88

Codes

Color #DFF0E6 in popluar color models

DFF0E6
RGB223240230
HSL145°36.17%90.78%
HSB/HSV145°7.08%94.12%
CMYK7.08%0.00%4.17%
5.88%

Color #DFF0E6 in popluar number systems.

HEXDFF0E6
Decimal223240230
Binary110111111111000011100110
Octal337360346

Shades and tints

Shades of #DFF0E6

#DFF0E6
(223,240,230)
#CBDBD2
(203,219,210)
#B7C6BE
(183,198,190)
#A3B1AA
(163,177,170)
#8F9C96
(143,156,150)
#7B8782
(123,135,130)
#67726E
(103,114,110)
#535D5A
(83,93,90)
#3F4846
(63,72,70)
#2B3332
(43,51,50)
#171E1E
(23,30,30)
#000000
(0,0,0)

Tints of #DFF0E6

#DFF0E6
(223,240,230)
#E1F1E8
(225,241,232)
#E3F2EA
(227,242,234)
#E5F3EC
(229,243,236)
#E7F4EE
(231,244,238)
#E9F5F0
(233,245,240)
#EBF6F2
(235,246,242)
#EDF7F4
(237,247,244)
#EFF8F6
(239,248,246)
#F1F9F8
(241,249,248)
#F3FAFA
(243,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF0E6; }

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

This text font color is #DFF0E6.


Background Color

.myBgColor { background-color: #DFF0E6; }

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

This div background color is #DFF0E6.


Border color

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

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

This div border color is #DFF0E6.


Opacity

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

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

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

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

This text has shadow with #DFF0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF0E6 on black background.


Color preview on white background

This text has color #DFF0E6 on white background.



Black color preview on #DFF0E6 background

This text has black color on #DFF0E6 background.


White color preview on #DFF0E6 background

This text has white color on #DFF0E6 background.