COLOR #DFF8D1

HEX: #DFF8D1
RGB: (223,248,209)

Color info

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

RGB color model

#DFF8D1 color RGB value is (223,248,209).

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

RGB channels and saturation

R 223 of 255 = 87%
G 248 of 255 = 97%
B 209 of 255 = 82%

223
248
209

R + G + B ~ 89%. #DFF8D1 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 248 + 209 = 680 (100%)
R 223 of 680 ~ 32.79%
G 248 of 680 ~ 36.47%
B 209 of 680 ~ 30.74%

%32.79
%36.47
%30.74

CMYK color model

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

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 2.75%
CMYK:
(10,0,16,3)
C10M0Y16K3 
(10%,0%,16%,3%)
(0.10/0.00/0.16/0.03)	

CMYK percentages

%10.08
%0
%15.73
%2.75

Codes

Color #DFF8D1 in popluar color models

DFF8D1
RGB223248209
HSL98°73.58%89.61%
HSB/HSV98°15.73%97.25%
CMYK10.08%0.00%15.73%
2.75%

Color #DFF8D1 in popluar number systems.

HEXDFF8D1
Decimal223248209
Binary110111111111100011010001
Octal337370321

Shades and tints

Shades of #DFF8D1

#DFF8D1
(223,248,209)
#CBE2BE
(203,226,190)
#B7CCAB
(183,204,171)
#A3B698
(163,182,152)
#8FA085
(143,160,133)
#7B8A72
(123,138,114)
#67745F
(103,116,95)
#535E4C
(83,94,76)
#3F4839
(63,72,57)
#2B3226
(43,50,38)
#171C13
(23,28,19)
#000000
(0,0,0)

Tints of #DFF8D1

#DFF8D1
(223,248,209)
#E1F8D5
(225,248,213)
#E3F8D9
(227,248,217)
#E5F8DD
(229,248,221)
#E7F8E1
(231,248,225)
#E9F8E5
(233,248,229)
#EBF8E9
(235,248,233)
#EDF8ED
(237,248,237)
#EFF8F1
(239,248,241)
#F1F8F5
(241,248,245)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF8D1; }

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

This text font color is #DFF8D1.


Background Color

.myBgColor { background-color: #DFF8D1; }

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

This div background color is #DFF8D1.


Border color

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

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

This div border color is #DFF8D1.


Opacity

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

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

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

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

This text has shadow with #DFF8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF8D1 on black background.


Color preview on white background

This text has color #DFF8D1 on white background.



Black color preview on #DFF8D1 background

This text has black color on #DFF8D1 background.


White color preview on #DFF8D1 background

This text has white color on #DFF8D1 background.