COLOR #DFFFCE

HEX: #DFFFCE
RGB: (223,255,206)

Color info

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

RGB color model

#DFFFCE color RGB value is (223,255,206).

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

RGB channels and saturation

R 223 of 255 = 87%
G 255 of 255 = 100%
B 206 of 255 = 81%

223
255
206

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

Portions of RGB colors in percentages

R + G + B =
223 + 255 + 206 = 684 (100%)
R 223 of 684 ~ 32.6%
G 255 of 684 ~ 37.28%
B 206 of 684 ~ 30.12%

%32.6
%37.28
%30.12

CMYK color model

#DFFFCE color CMYK value is (13,0,19,0).

  • cyan value is 12.55%
  • magenta value is 0.00%
  • yellow value is 19.22%
  • key color value is 0.00%
CMYK:
(13,0,19,0)
C13M0Y19K0 
(13%,0%,19%,0%)
(0.13/0.00/0.19/0.00)	

CMYK percentages

%12.55
%0
%19.22
%0

Codes

Color #DFFFCE in popluar color models

DFFFCE
RGB223255206
HSL99°100.00%90.39%
HSB/HSV99°19.22%100.00%
CMYK12.55%0.00%19.22%
0.00%

Color #DFFFCE in popluar number systems.

HEXDFFFCE
Decimal223255206
Binary110111111111111111001110
Octal337377316

Shades and tints

Shades of #DFFFCE

#DFFFCE
(223,255,206)
#CBE8BC
(203,232,188)
#B7D1AA
(183,209,170)
#A3BA98
(163,186,152)
#8FA386
(143,163,134)
#7B8C74
(123,140,116)
#677562
(103,117,98)
#535E50
(83,94,80)
#3F473E
(63,71,62)
#2B302C
(43,48,44)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #DFFFCE

#DFFFCE
(223,255,206)
#E1FFD2
(225,255,210)
#E3FFD6
(227,255,214)
#E5FFDA
(229,255,218)
#E7FFDE
(231,255,222)
#E9FFE2
(233,255,226)
#EBFFE6
(235,255,230)
#EDFFEA
(237,255,234)
#EFFFEE
(239,255,238)
#F1FFF2
(241,255,242)
#F3FFF6
(243,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFFCE; }

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

This text font color is #DFFFCE.


Background Color

.myBgColor { background-color: #DFFFCE; }

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

This div background color is #DFFFCE.


Border color

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

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

This div border color is #DFFFCE.


Opacity

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

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

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

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

This text has shadow with #DFFFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFFCE on black background.


Color preview on white background

This text has color #DFFFCE on white background.



Black color preview on #DFFFCE background

This text has black color on #DFFFCE background.


White color preview on #DFFFCE background

This text has white color on #DFFFCE background.