COLOR #DFF8DF

HEX: #DFF8DF
RGB: (223,248,223)

Color info

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

RGB color model

#DFF8DF color RGB value is (223,248,223).

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

RGB channels and saturation

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

223
248
223

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

Portions of RGB colors in percentages

R + G + B =
223 + 248 + 223 = 694 (100%)
R 223 of 694 ~ 32.13%
G 248 of 694 ~ 35.73%
B 223 of 694 ~ 32.13%

%32.13
%35.73
%32.13

CMYK color model

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

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

CMYK percentages

%10.08
%0
%10.08
%2.75

Codes

Color #DFF8DF in popluar color models

DFF8DF
RGB223248223
HSL120°64.10%92.35%
HSB/HSV120°10.08%97.25%
CMYK10.08%0.00%10.08%
2.75%

Color #DFF8DF in popluar number systems.

HEXDFF8DF
Decimal223248223
Binary110111111111100011011111
Octal337370337

Shades and tints

Shades of #DFF8DF

#DFF8DF
(223,248,223)
#CBE2CB
(203,226,203)
#B7CCB7
(183,204,183)
#A3B6A3
(163,182,163)
#8FA08F
(143,160,143)
#7B8A7B
(123,138,123)
#677467
(103,116,103)
#535E53
(83,94,83)
#3F483F
(63,72,63)
#2B322B
(43,50,43)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #DFF8DF

#DFF8DF
(223,248,223)
#E1F8E1
(225,248,225)
#E3F8E3
(227,248,227)
#E5F8E5
(229,248,229)
#E7F8E7
(231,248,231)
#E9F8E9
(233,248,233)
#EBF8EB
(235,248,235)
#EDF8ED
(237,248,237)
#EFF8EF
(239,248,239)
#F1F8F1
(241,248,241)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF8DF; }

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

This text font color is #DFF8DF.


Background Color

.myBgColor { background-color: #DFF8DF; }

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

This div background color is #DFF8DF.


Border color

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

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

This div border color is #DFF8DF.


Opacity

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

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

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

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

This text has shadow with #DFF8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF8DF on black background.


Color preview on white background

This text has color #DFF8DF on white background.



Black color preview on #DFF8DF background

This text has black color on #DFF8DF background.


White color preview on #DFF8DF background

This text has white color on #DFF8DF background.