COLOR #DFFDD5

HEX: #DFFDD5
RGB: (223,253,213)

Color info

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

RGB color model

#DFFDD5 color RGB value is (223,253,213).

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

RGB channels and saturation

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

223
253
213

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

Portions of RGB colors in percentages

R + G + B =
223 + 253 + 213 = 689 (100%)
R 223 of 689 ~ 32.37%
G 253 of 689 ~ 36.72%
B 213 of 689 ~ 30.91%

%32.37
%36.72
%30.91

CMYK color model

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

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

CMYK percentages

%11.86
%0
%15.81
%0.78

Codes

Color #DFFDD5 in popluar color models

DFFDD5
RGB223253213
HSL105°90.91%91.37%
HSB/HSV105°15.81%99.22%
CMYK11.86%0.00%15.81%
0.78%

Color #DFFDD5 in popluar number systems.

HEXDFFDD5
Decimal223253213
Binary110111111111110111010101
Octal337375325

Shades and tints

Shades of #DFFDD5

#DFFDD5
(223,253,213)
#CBE6C2
(203,230,194)
#B7CFAF
(183,207,175)
#A3B89C
(163,184,156)
#8FA189
(143,161,137)
#7B8A76
(123,138,118)
#677363
(103,115,99)
#535C50
(83,92,80)
#3F453D
(63,69,61)
#2B2E2A
(43,46,42)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #DFFDD5

#DFFDD5
(223,253,213)
#E1FDD8
(225,253,216)
#E3FDDB
(227,253,219)
#E5FDDE
(229,253,222)
#E7FDE1
(231,253,225)
#E9FDE4
(233,253,228)
#EBFDE7
(235,253,231)
#EDFDEA
(237,253,234)
#EFFDED
(239,253,237)
#F1FDF0
(241,253,240)
#F3FDF3
(243,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFDD5; }

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

This text font color is #DFFDD5.


Background Color

.myBgColor { background-color: #DFFDD5; }

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

This div background color is #DFFDD5.


Border color

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

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

This div border color is #DFFDD5.


Opacity

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

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

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

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

This text has shadow with #DFFDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFDD5 on black background.


Color preview on white background

This text has color #DFFDD5 on white background.



Black color preview on #DFFDD5 background

This text has black color on #DFFDD5 background.


White color preview on #DFFDD5 background

This text has white color on #DFFDD5 background.