COLOR #DFFDCE

HEX: #DFFDCE
RGB: (223,253,206)

Color info

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

RGB color model

#DFFDCE color RGB value is (223,253,206).

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

RGB channels and saturation

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

223
253
206

R + G + B ~ 89%. #DFFDCE is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 253 + 206 = 682 (100%)
R 223 of 682 ~ 32.7%
G 253 of 682 ~ 37.1%
B 206 of 682 ~ 30.21%

%32.7
%37.1
%30.21

CMYK color model

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

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

CMYK percentages

%11.86
%0
%18.58
%0.78

Codes

Color #DFFDCE in popluar color models

DFFDCE
RGB223253206
HSL98°92.16%90.00%
HSB/HSV98°18.58%99.22%
CMYK11.86%0.00%18.58%
0.78%

Color #DFFDCE in popluar number systems.

HEXDFFDCE
Decimal223253206
Binary110111111111110111001110
Octal337375316

Shades and tints

Shades of #DFFDCE

#DFFDCE
(223,253,206)
#CBE6BC
(203,230,188)
#B7CFAA
(183,207,170)
#A3B898
(163,184,152)
#8FA186
(143,161,134)
#7B8A74
(123,138,116)
#677362
(103,115,98)
#535C50
(83,92,80)
#3F453E
(63,69,62)
#2B2E2C
(43,46,44)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #DFFDCE

#DFFDCE
(223,253,206)
#E1FDD2
(225,253,210)
#E3FDD6
(227,253,214)
#E5FDDA
(229,253,218)
#E7FDDE
(231,253,222)
#E9FDE2
(233,253,226)
#EBFDE6
(235,253,230)
#EDFDEA
(237,253,234)
#EFFDEE
(239,253,238)
#F1FDF2
(241,253,242)
#F3FDF6
(243,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFDCE; }

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

This text font color is #DFFDCE.


Background Color

.myBgColor { background-color: #DFFDCE; }

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

This div background color is #DFFDCE.


Border color

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

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

This div border color is #DFFDCE.


Opacity

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

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

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

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

This text has shadow with #DFFDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFDCE on black background.


Color preview on white background

This text has color #DFFDCE on white background.



Black color preview on #DFFDCE background

This text has black color on #DFFDCE background.


White color preview on #DFFDCE background

This text has white color on #DFFDCE background.