COLOR #DFF7CE

HEX: #DFF7CE
RGB: (223,247,206)

Color info

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

RGB color model

#DFF7CE color RGB value is (223,247,206).

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

RGB channels and saturation

R 223 of 255 = 87%
G 247 of 255 = 97%
B 206 of 255 = 81%

223
247
206

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

Portions of RGB colors in percentages

R + G + B =
223 + 247 + 206 = 676 (100%)
R 223 of 676 ~ 32.99%
G 247 of 676 ~ 36.54%
B 206 of 676 ~ 30.47%

%32.99
%36.54
%30.47

CMYK color model

#DFF7CE color CMYK value is (10,0,17,3).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 16.60%
  • key color value is 3.14%
CMYK:
(10,0,17,3)
C10M0Y17K3 
(10%,0%,17%,3%)
(0.10/0.00/0.17/0.03)	

CMYK percentages

%9.72
%0
%16.6
%3.14

Codes

Color #DFF7CE in popluar color models

DFF7CE
RGB223247206
HSL95°71.93%88.82%
HSB/HSV95°16.60%96.86%
CMYK9.72%0.00%16.60%
3.14%

Color #DFF7CE in popluar number systems.

HEXDFF7CE
Decimal223247206
Binary110111111111011111001110
Octal337367316

Shades and tints

Shades of #DFF7CE

#DFF7CE
(223,247,206)
#CBE1BC
(203,225,188)
#B7CBAA
(183,203,170)
#A3B598
(163,181,152)
#8F9F86
(143,159,134)
#7B8974
(123,137,116)
#677362
(103,115,98)
#535D50
(83,93,80)
#3F473E
(63,71,62)
#2B312C
(43,49,44)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #DFF7CE

#DFF7CE
(223,247,206)
#E1F7D2
(225,247,210)
#E3F7D6
(227,247,214)
#E5F7DA
(229,247,218)
#E7F7DE
(231,247,222)
#E9F7E2
(233,247,226)
#EBF7E6
(235,247,230)
#EDF7EA
(237,247,234)
#EFF7EE
(239,247,238)
#F1F7F2
(241,247,242)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF7CE; }

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

This text font color is #DFF7CE.


Background Color

.myBgColor { background-color: #DFF7CE; }

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

This div background color is #DFF7CE.


Border color

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

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

This div border color is #DFF7CE.


Opacity

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

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

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

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

This text has shadow with #DFF7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF7CE on black background.


Color preview on white background

This text has color #DFF7CE on white background.



Black color preview on #DFF7CE background

This text has black color on #DFF7CE background.


White color preview on #DFF7CE background

This text has white color on #DFF7CE background.