COLOR #DFF8CF

HEX: #DFF8CF
RGB: (223,248,207)

Color info

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

RGB color model

#DFF8CF color RGB value is (223,248,207).

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

RGB channels and saturation

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

223
248
207

R + G + B ~ 88%. #DFF8CF is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 248 + 207 = 678 (100%)
R 223 of 678 ~ 32.89%
G 248 of 678 ~ 36.58%
B 207 of 678 ~ 30.53%

%32.89
%36.58
%30.53

CMYK color model

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

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

CMYK percentages

%10.08
%0
%16.53
%2.75

Codes

Color #DFF8CF in popluar color models

DFF8CF
RGB223248207
HSL97°74.55%89.22%
HSB/HSV97°16.53%97.25%
CMYK10.08%0.00%16.53%
2.75%

Color #DFF8CF in popluar number systems.

HEXDFF8CF
Decimal223248207
Binary110111111111100011001111
Octal337370317

Shades and tints

Shades of #DFF8CF

#DFF8CF
(223,248,207)
#CBE2BD
(203,226,189)
#B7CCAB
(183,204,171)
#A3B699
(163,182,153)
#8FA087
(143,160,135)
#7B8A75
(123,138,117)
#677463
(103,116,99)
#535E51
(83,94,81)
#3F483F
(63,72,63)
#2B322D
(43,50,45)
#171C1B
(23,28,27)
#000000
(0,0,0)

Tints of #DFF8CF

#DFF8CF
(223,248,207)
#E1F8D3
(225,248,211)
#E3F8D7
(227,248,215)
#E5F8DB
(229,248,219)
#E7F8DF
(231,248,223)
#E9F8E3
(233,248,227)
#EBF8E7
(235,248,231)
#EDF8EB
(237,248,235)
#EFF8EF
(239,248,239)
#F1F8F3
(241,248,243)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF8CF; }

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

This text font color is #DFF8CF.


Background Color

.myBgColor { background-color: #DFF8CF; }

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

This div background color is #DFF8CF.


Border color

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

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

This div border color is #DFF8CF.


Opacity

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

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

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

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

This text has shadow with #DFF8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF8CF on black background.


Color preview on white background

This text has color #DFF8CF on white background.



Black color preview on #DFF8CF background

This text has black color on #DFF8CF background.


White color preview on #DFF8CF background

This text has white color on #DFF8CF background.