COLOR #DFF2CE

HEX: #DFF2CE RGB: (223,242,206)

Color info

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

RGB color model

#DFF2CE color RGB value is (223,242,206).

RGB: (223,242,206) (87%, 95%, 81%)

RGB channels and saturation

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

223
242
206

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

Portions of RGB colors in percentages

R + G + B = 223 + 242 + 206 = 671 (100%)
R 223 of 671 ~ 33.23%
G 242 of 671 ~ 36.07%
B 206 of 671 ~ 30.7'%

%33.23
%36.07
%30.7

CMYK color model

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

  • cyan value is 7.85%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • key color value is 5.10%

CMYK: (8,0,15,5)
C8M0Y15K5 (8%, 0%, 15%, 5%)
(0.08 / 0.00 / 0.15 / 0.05)

CMYK percentages

%7.85
%0
%14.88
%5.1

Codes

Color #DFF2CE in popluar color models

DF F2 CE
RGB 223 242 206
HSL 92° 58.06% 87.84%
HSB/HSV 92° 14.88% 94.90%
CMYK 7.85% 0.00% 14.88%
5.10%

Color #DFF2CE in popluar number systems.

HEX DF F2 CE
Decimal 223 242 206
Binary 11011111 11110010 11001110
Octal 337 362 316

Shades and tints

Shades of #DFF2CE

#DFF2CE
(223,242,206)
#CBDCBC
(203,220,188)
#B7C6AA
(183,198,170)
#A3B098
(163,176,152)
#8F9A86
(143,154,134)
#7B8474
(123,132,116)
#676E62
(103,110,98)
#535850
(83,88,80)
#3F423E
(63,66,62)
#2B2C2C
(43,44,44)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #DFF2CE

#DFF2CE
(223,242,206)
#E1F3D2
(225,243,210)
#E3F4D6
(227,244,214)
#E5F5DA
(229,245,218)
#E7F6DE
(231,246,222)
#E9F7E2
(233,247,226)
#EBF8E6
(235,248,230)
#EDF9EA
(237,249,234)
#EFFAEE
(239,250,238)
#F1FBF2
(241,251,242)
#F3FCF6
(243,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF2CE; }

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

This text font color is #DFF2CE.

Background Color

.myBgColor { background-color: #DFF2CE; }

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

This div background color is #DFF2CE.

Border color

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

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

This div border color is #DFF2CE.

Opacity

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

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

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

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

This text has shadow with #DFF2CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF2CE.

Preview

Color preview on black background

This text has color #DFF2CE on black background.


Color preview on white background

This text has color #DFF2CE on white background.


Black color preview on #DFF2CE background

This text has black color on #DFF2CE background.


White color preview on #DFF2CE background

This text has white color on #DFF2CE background.


Related colors

Complementary color

Complementary color for #hex is #200D31.


I love getcolorcode.com

Triadic colors

1 #CEDFF2 and #F2CEDF with #DFF2CE are triadic colors.

2 #CEF2DF and #F2DFCE with #DFF2CE are triadic colors.