COLOR #DFFDD7

HEX: #DFFDD7 RGB: (223,253,215)

Color info

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

RGB color model

#DFFDD7 color RGB value is (223,253,215).

RGB: (223,253,215) (87%, 99%, 84%)

RGB channels and saturation

R 223 of 255 = 87%
G 253 of 255 = 99%
B 215 of 255 = 84%

223
253
215

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

Portions of RGB colors in percentages

R + G + B = 223 + 253 + 215 = 691 (100%)
R 223 of 691 ~ 32.27%
G 253 of 691 ~ 36.61%
B 215 of 691 ~ 31.11'%

%32.27
%36.61
%31.11

CMYK color model

#DFFDD7 color CMYK value is (12,0,15,1).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 15.02%
  • key color value is 0.78%

CMYK: (12,0,15,1)
C12M0Y15K1 (12%, 0%, 15%, 1%)
(0.12 / 0.00 / 0.15 / 0.01)

CMYK percentages

%11.86
%0
%15.02
%0.78

Codes

Color #DFFDD7 in popluar color models

DF FD D7
RGB 223 253 215
HSL 107° 90.48% 91.76%
HSB/HSV 107° 15.02% 99.22%
CMYK 11.86% 0.00% 15.02%
0.78%

Color #DFFDD7 in popluar number systems.

HEX DF FD D7
Decimal 223 253 215
Binary 11011111 11111101 11010111
Octal 337 375 327

Shades and tints

Shades of #DFFDD7

#DFFDD7
(223,253,215)
#CBE6C4
(203,230,196)
#B7CFB1
(183,207,177)
#A3B89E
(163,184,158)
#8FA18B
(143,161,139)
#7B8A78
(123,138,120)
#677365
(103,115,101)
#535C52
(83,92,82)
#3F453F
(63,69,63)
#2B2E2C
(43,46,44)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #DFFDD7

#DFFDD7
(223,253,215)
#E1FDDA
(225,253,218)
#E3FDDD
(227,253,221)
#E5FDE0
(229,253,224)
#E7FDE3
(231,253,227)
#E9FDE6
(233,253,230)
#EBFDE9
(235,253,233)
#EDFDEC
(237,253,236)
#EFFDEF
(239,253,239)
#F1FDF2
(241,253,242)
#F3FDF5
(243,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFDD7; }

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

This text font color is #DFFDD7.

Background Color

.myBgColor { background-color: #DFFDD7; }

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

This div background color is #DFFDD7.

Border color

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

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

This div border color is #DFFDD7.

Opacity

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

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

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

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

This text has shadow with #DFFDD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFFDD7.

Preview

Color preview on black background

This text has color #DFFDD7 on black background.


Color preview on white background

This text has color #DFFDD7 on white background.


Black color preview on #DFFDD7 background

This text has black color on #DFFDD7 background.


White color preview on #DFFDD7 background

This text has white color on #DFFDD7 background.


Related colors

Complementary color

Complementary color for #hex is #200228.


I love getcolorcode.com

Triadic colors

1 #D7DFFD and #FDD7DF with #DFFDD7 are triadic colors.

2 #D7FDDF and #FDDFD7 with #DFFDD7 are triadic colors.