COLOR #DFF8EC

HEX: #DFF8EC
RGB: (223,248,236)

Color info

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

RGB color model

#DFF8EC color RGB value is (223,248,236).

  • red value is 223;
  • green value is 248;
  • blue value is 236.
RGB:
(223,248,236)
(87%,97%,93%)

RGB channels and saturation

R 223 of 255 = 87%
G 248 of 255 = 97%
B 236 of 255 = 93%

223
248
236

R + G + B ~ 92%. #DFF8EC is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 248 + 236 = 707 (100%)
R 223 of 707 ~ 31.54%
G 248 of 707 ~ 35.08%
B 236 of 707 ~ 33.38%

%31.54
%35.08
%33.38

CMYK color model

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

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 4.84%
  • key color value is 2.75%
CMYK:
(10,0,5,3)
C10M0Y5K3 
(10%,0%,5%,3%)
(0.10/0.00/0.05/0.03)	

CMYK percentages

%10.08
%0
%4.84
%2.75

Codes

Color #DFF8EC in popluar color models

DFF8EC
RGB223248236
HSL151°64.10%92.35%
HSB/HSV151°10.08%97.25%
CMYK10.08%0.00%4.84%
2.75%

Color #DFF8EC in popluar number systems.

HEXDFF8EC
Decimal223248236
Binary110111111111100011101100
Octal337370354

Shades and tints

Shades of #DFF8EC

#DFF8EC
(223,248,236)
#CBE2D7
(203,226,215)
#B7CCC2
(183,204,194)
#A3B6AD
(163,182,173)
#8FA098
(143,160,152)
#7B8A83
(123,138,131)
#67746E
(103,116,110)
#535E59
(83,94,89)
#3F4844
(63,72,68)
#2B322F
(43,50,47)
#171C1A
(23,28,26)
#000000
(0,0,0)

Tints of #DFF8EC

#DFF8EC
(223,248,236)
#E1F8ED
(225,248,237)
#E3F8EE
(227,248,238)
#E5F8EF
(229,248,239)
#E7F8F0
(231,248,240)
#E9F8F1
(233,248,241)
#EBF8F2
(235,248,242)
#EDF8F3
(237,248,243)
#EFF8F4
(239,248,244)
#F1F8F5
(241,248,245)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF8EC color. Also use rgb(223,248,236) instead hex code.

Text Font Color

.myTextColor { color: #DFF8EC; }

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

This text font color is #DFF8EC.


Background Color

.myBgColor { background-color: #DFF8EC; }

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

This div background color is #DFF8EC.


Border color

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

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

This div border color is #DFF8EC.


Opacity

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

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

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

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

This text has shadow with #DFF8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF8EC on black background.


Color preview on white background

This text has color #DFF8EC on white background.



Black color preview on #DFF8EC background

This text has black color on #DFF8EC background.


White color preview on #DFF8EC background

This text has white color on #DFF8EC background.