COLOR #DFF8DC

HEX: #DFF8DC
RGB: (223,248,220)

Color info

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

RGB color model

#DFF8DC color RGB value is (223,248,220).

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

RGB channels and saturation

R 223 of 255 = 87%
G 248 of 255 = 97%
B 220 of 255 = 86%

223
248
220

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

Portions of RGB colors in percentages

R + G + B =
223 + 248 + 220 = 691 (100%)
R 223 of 691 ~ 32.27%
G 248 of 691 ~ 35.89%
B 220 of 691 ~ 31.84%

%32.27
%35.89
%31.84

CMYK color model

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

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 2.75%
CMYK:
(10,0,11,3)
C10M0Y11K3 
(10%,0%,11%,3%)
(0.10/0.00/0.11/0.03)	

CMYK percentages

%10.08
%0
%11.29
%2.75

Codes

Color #DFF8DC in popluar color models

DFF8DC
RGB223248220
HSL114°66.67%91.76%
HSB/HSV114°11.29%97.25%
CMYK10.08%0.00%11.29%
2.75%

Color #DFF8DC in popluar number systems.

HEXDFF8DC
Decimal223248220
Binary110111111111100011011100
Octal337370334

Shades and tints

Shades of #DFF8DC

#DFF8DC
(223,248,220)
#CBE2C8
(203,226,200)
#B7CCB4
(183,204,180)
#A3B6A0
(163,182,160)
#8FA08C
(143,160,140)
#7B8A78
(123,138,120)
#677464
(103,116,100)
#535E50
(83,94,80)
#3F483C
(63,72,60)
#2B3228
(43,50,40)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #DFF8DC

#DFF8DC
(223,248,220)
#E1F8DF
(225,248,223)
#E3F8E2
(227,248,226)
#E5F8E5
(229,248,229)
#E7F8E8
(231,248,232)
#E9F8EB
(233,248,235)
#EBF8EE
(235,248,238)
#EDF8F1
(237,248,241)
#EFF8F4
(239,248,244)
#F1F8F7
(241,248,247)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF8DC; }

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

This text font color is #DFF8DC.


Background Color

.myBgColor { background-color: #DFF8DC; }

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

This div background color is #DFF8DC.


Border color

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

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

This div border color is #DFF8DC.


Opacity

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

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

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

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

This text has shadow with #DFF8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF8DC on black background.


Color preview on white background

This text has color #DFF8DC on white background.



Black color preview on #DFF8DC background

This text has black color on #DFF8DC background.


White color preview on #DFF8DC background

This text has white color on #DFF8DC background.