COLOR #DFFCD9

HEX: #DFFCD9
RGB: (223,252,217)

Color info

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

RGB color model

#DFFCD9 color RGB value is (223,252,217).

  • red value is 223;
  • green value is 252;
  • blue value is 217.
RGB:
(223,252,217)
(87%,99%,85%)

RGB channels and saturation

R 223 of 255 = 87%
G 252 of 255 = 99%
B 217 of 255 = 85%

223
252
217

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

Portions of RGB colors in percentages

R + G + B =
223 + 252 + 217 = 692 (100%)
R 223 of 692 ~ 32.23%
G 252 of 692 ~ 36.42%
B 217 of 692 ~ 31.36%

%32.23
%36.42
%31.36

CMYK color model

#DFFCD9 color CMYK value is (12,0,14,1).

  • cyan value is 11.51%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 1.18%
CMYK:
(12,0,14,1)
C12M0Y14K1 
(12%,0%,14%,1%)
(0.12/0.00/0.14/0.01)	

CMYK percentages

%11.51
%0
%13.89
%1.18

Codes

Color #DFFCD9 in popluar color models

DFFCD9
RGB223252217
HSL110°85.37%91.96%
HSB/HSV110°13.89%98.82%
CMYK11.51%0.00%13.89%
1.18%

Color #DFFCD9 in popluar number systems.

HEXDFFCD9
Decimal223252217
Binary110111111111110011011001
Octal337374331

Shades and tints

Shades of #DFFCD9

#DFFCD9
(223,252,217)
#CBE6C6
(203,230,198)
#B7D0B3
(183,208,179)
#A3BAA0
(163,186,160)
#8FA48D
(143,164,141)
#7B8E7A
(123,142,122)
#677867
(103,120,103)
#536254
(83,98,84)
#3F4C41
(63,76,65)
#2B362E
(43,54,46)
#17201B
(23,32,27)
#000000
(0,0,0)

Tints of #DFFCD9

#DFFCD9
(223,252,217)
#E1FCDC
(225,252,220)
#E3FCDF
(227,252,223)
#E5FCE2
(229,252,226)
#E7FCE5
(231,252,229)
#E9FCE8
(233,252,232)
#EBFCEB
(235,252,235)
#EDFCEE
(237,252,238)
#EFFCF1
(239,252,241)
#F1FCF4
(241,252,244)
#F3FCF7
(243,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFCD9; }

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

This text font color is #DFFCD9.


Background Color

.myBgColor { background-color: #DFFCD9; }

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

This div background color is #DFFCD9.


Border color

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

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

This div border color is #DFFCD9.


Opacity

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

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

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

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

This text has shadow with #DFFCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFCD9 on black background.


Color preview on white background

This text has color #DFFCD9 on white background.



Black color preview on #DFFCD9 background

This text has black color on #DFFCD9 background.


White color preview on #DFFCD9 background

This text has white color on #DFFCD9 background.