COLOR #DFFDD8

HEX: #DFFDD8
RGB: (223,253,216)

Color info

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

RGB color model

#DFFDD8 color RGB value is (223,253,216).

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

RGB channels and saturation

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

223
253
216

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

Portions of RGB colors in percentages

R + G + B =
223 + 253 + 216 = 692 (100%)
R 223 of 692 ~ 32.23%
G 253 of 692 ~ 36.56%
B 216 of 692 ~ 31.21%

%32.23
%36.56
%31.21

CMYK color model

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

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 14.62%
  • 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
%14.62
%0.78

Codes

Color #DFFDD8 in popluar color models

DFFDD8
RGB223253216
HSL109°90.24%91.96%
HSB/HSV109°14.62%99.22%
CMYK11.86%0.00%14.62%
0.78%

Color #DFFDD8 in popluar number systems.

HEXDFFDD8
Decimal223253216
Binary110111111111110111011000
Octal337375330

Shades and tints

Shades of #DFFDD8

#DFFDD8
(223,253,216)
#CBE6C5
(203,230,197)
#B7CFB2
(183,207,178)
#A3B89F
(163,184,159)
#8FA18C
(143,161,140)
#7B8A79
(123,138,121)
#677366
(103,115,102)
#535C53
(83,92,83)
#3F4540
(63,69,64)
#2B2E2D
(43,46,45)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #DFFDD8

#DFFDD8
(223,253,216)
#E1FDDB
(225,253,219)
#E3FDDE
(227,253,222)
#E5FDE1
(229,253,225)
#E7FDE4
(231,253,228)
#E9FDE7
(233,253,231)
#EBFDEA
(235,253,234)
#EDFDED
(237,253,237)
#EFFDF0
(239,253,240)
#F1FDF3
(241,253,243)
#F3FDF6
(243,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFDD8; }

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

This text font color is #DFFDD8.


Background Color

.myBgColor { background-color: #DFFDD8; }

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

This div background color is #DFFDD8.


Border color

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

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

This div border color is #DFFDD8.


Opacity

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

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

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

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

This text has shadow with #DFFDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFDD8 on black background.


Color preview on white background

This text has color #DFFDD8 on white background.



Black color preview on #DFFDD8 background

This text has black color on #DFFDD8 background.


White color preview on #DFFDD8 background

This text has white color on #DFFDD8 background.