COLOR #DFF3CE

HEX: #DFF3CE
RGB: (223,243,206)

Color info

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

RGB color model

#DFF3CE color RGB value is (223,243,206).

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

RGB channels and saturation

R 223 of 255 = 87%
G 243 of 255 = 95%
B 206 of 255 = 81%

223
243
206

R + G + B ~ 88%. #DFF3CE is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 243 + 206 = 672 (100%)
R 223 of 672 ~ 33.18%
G 243 of 672 ~ 36.16%
B 206 of 672 ~ 30.65%

%33.18
%36.16
%30.65

CMYK color model

#DFF3CE color CMYK value is (8,0,15,5).

  • cyan value is 8.23%
  • magenta value is 0.00%
  • yellow value is 15.23%
  • key color value is 4.71%
CMYK:
(8,0,15,5)
C8M0Y15K5 
(8%,0%,15%,5%)
(0.08/0.00/0.15/0.05)	

CMYK percentages

%8.23
%0
%15.23
%4.71

Codes

Color #DFF3CE in popluar color models

DFF3CE
RGB223243206
HSL92°60.66%88.04%
HSB/HSV92°15.23%95.29%
CMYK8.23%0.00%15.23%
4.71%

Color #DFF3CE in popluar number systems.

HEXDFF3CE
Decimal223243206
Binary110111111111001111001110
Octal337363316

Shades and tints

Shades of #DFF3CE

#DFF3CE
(223,243,206)
#CBDDBC
(203,221,188)
#B7C7AA
(183,199,170)
#A3B198
(163,177,152)
#8F9B86
(143,155,134)
#7B8574
(123,133,116)
#676F62
(103,111,98)
#535950
(83,89,80)
#3F433E
(63,67,62)
#2B2D2C
(43,45,44)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #DFF3CE

#DFF3CE
(223,243,206)
#E1F4D2
(225,244,210)
#E3F5D6
(227,245,214)
#E5F6DA
(229,246,218)
#E7F7DE
(231,247,222)
#E9F8E2
(233,248,226)
#EBF9E6
(235,249,230)
#EDFAEA
(237,250,234)
#EFFBEE
(239,251,238)
#F1FCF2
(241,252,242)
#F3FDF6
(243,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF3CE; }

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

This text font color is #DFF3CE.


Background Color

.myBgColor { background-color: #DFF3CE; }

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

This div background color is #DFF3CE.


Border color

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

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

This div border color is #DFF3CE.


Opacity

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

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

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

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

This text has shadow with #DFF3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF3CE on black background.


Color preview on white background

This text has color #DFF3CE on white background.



Black color preview on #DFF3CE background

This text has black color on #DFF3CE background.


White color preview on #DFF3CE background

This text has white color on #DFF3CE background.