COLOR #DFF8E5

HEX: #DFF8E5
RGB: (223,248,229)

Color info

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

RGB color model

#DFF8E5 color RGB value is (223,248,229).

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

RGB channels and saturation

R 223 of 255 = 87%
G 248 of 255 = 97%
B 229 of 255 = 90%

223
248
229

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

Portions of RGB colors in percentages

R + G + B =
223 + 248 + 229 = 700 (100%)
R 223 of 700 ~ 31.86%
G 248 of 700 ~ 35.43%
B 229 of 700 ~ 32.71%

%31.86
%35.43
%32.71

CMYK color model

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

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 7.66%
  • key color value is 2.75%
CMYK:
(10,0,8,3)
C10M0Y8K3 
(10%,0%,8%,3%)
(0.10/0.00/0.08/0.03)	

CMYK percentages

%10.08
%0
%7.66
%2.75

Codes

Color #DFF8E5 in popluar color models

DFF8E5
RGB223248229
HSL134°64.10%92.35%
HSB/HSV134°10.08%97.25%
CMYK10.08%0.00%7.66%
2.75%

Color #DFF8E5 in popluar number systems.

HEXDFF8E5
Decimal223248229
Binary110111111111100011100101
Octal337370345

Shades and tints

Shades of #DFF8E5

#DFF8E5
(223,248,229)
#CBE2D1
(203,226,209)
#B7CCBD
(183,204,189)
#A3B6A9
(163,182,169)
#8FA095
(143,160,149)
#7B8A81
(123,138,129)
#67746D
(103,116,109)
#535E59
(83,94,89)
#3F4845
(63,72,69)
#2B3231
(43,50,49)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #DFF8E5

#DFF8E5
(223,248,229)
#E1F8E7
(225,248,231)
#E3F8E9
(227,248,233)
#E5F8EB
(229,248,235)
#E7F8ED
(231,248,237)
#E9F8EF
(233,248,239)
#EBF8F1
(235,248,241)
#EDF8F3
(237,248,243)
#EFF8F5
(239,248,245)
#F1F8F7
(241,248,247)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF8E5; }

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

This text font color is #DFF8E5.


Background Color

.myBgColor { background-color: #DFF8E5; }

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

This div background color is #DFF8E5.


Border color

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

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

This div border color is #DFF8E5.


Opacity

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

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

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

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

This text has shadow with #DFF8E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF8E5 on black background.


Color preview on white background

This text has color #DFF8E5 on white background.



Black color preview on #DFF8E5 background

This text has black color on #DFF8E5 background.


White color preview on #DFF8E5 background

This text has white color on #DFF8E5 background.