COLOR #DFFDDF

HEX: #DFFDDF
RGB: (223,253,223)

Color info

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

RGB color model

#DFFDDF color RGB value is (223,253,223).

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

RGB channels and saturation

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

223
253
223

R + G + B ~ 91%. #DFFDDF is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 253 + 223 = 699 (100%)
R 223 of 699 ~ 31.9%
G 253 of 699 ~ 36.19%
B 223 of 699 ~ 31.9%

%31.9
%36.19
%31.9

CMYK color model

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

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 0.78%
CMYK:
(12,0,12,1)
C12M0Y12K1 
(12%,0%,12%,1%)
(0.12/0.00/0.12/0.01)	

CMYK percentages

%11.86
%0
%11.86
%0.78

Codes

Color #DFFDDF in popluar color models

DFFDDF
RGB223253223
HSL120°88.24%93.33%
HSB/HSV120°11.86%99.22%
CMYK11.86%0.00%11.86%
0.78%

Color #DFFDDF in popluar number systems.

HEXDFFDDF
Decimal223253223
Binary110111111111110111011111
Octal337375337

Shades and tints

Shades of #DFFDDF

#DFFDDF
(223,253,223)
#CBE6CB
(203,230,203)
#B7CFB7
(183,207,183)
#A3B8A3
(163,184,163)
#8FA18F
(143,161,143)
#7B8A7B
(123,138,123)
#677367
(103,115,103)
#535C53
(83,92,83)
#3F453F
(63,69,63)
#2B2E2B
(43,46,43)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #DFFDDF

#DFFDDF
(223,253,223)
#E1FDE1
(225,253,225)
#E3FDE3
(227,253,227)
#E5FDE5
(229,253,229)
#E7FDE7
(231,253,231)
#E9FDE9
(233,253,233)
#EBFDEB
(235,253,235)
#EDFDED
(237,253,237)
#EFFDEF
(239,253,239)
#F1FDF1
(241,253,241)
#F3FDF3
(243,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFDDF; }

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

This text font color is #DFFDDF.


Background Color

.myBgColor { background-color: #DFFDDF; }

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

This div background color is #DFFDDF.


Border color

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

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

This div border color is #DFFDDF.


Opacity

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

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

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

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

This text has shadow with #DFFDDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFDDF on black background.


Color preview on white background

This text has color #DFFDDF on white background.



Black color preview on #DFFDDF background

This text has black color on #DFFDDF background.


White color preview on #DFFDDF background

This text has white color on #DFFDDF background.