COLOR #DFECE0

HEX: #DFECE0
RGB: (223,236,224)

Color info

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

RGB color model

#DFECE0 color RGB value is (223,236,224).

  • red value is 223;
  • green value is 236;
  • blue value is 224.
RGB:
(223,236,224)
(87%,93%,88%)

RGB channels and saturation

R 223 of 255 = 87%
G 236 of 255 = 93%
B 224 of 255 = 88%

223
236
224

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

Portions of RGB colors in percentages

R + G + B =
223 + 236 + 224 = 683 (100%)
R 223 of 683 ~ 32.65%
G 236 of 683 ~ 34.55%
B 224 of 683 ~ 32.8%

%32.65
%34.55
%32.8

CMYK color model

#DFECE0 color CMYK value is (6,0,5,7).

  • cyan value is 5.51%
  • magenta value is 0.00%
  • yellow value is 5.08%
  • key color value is 7.45%
CMYK:
(6,0,5,7)
C6M0Y5K7 
(6%,0%,5%,7%)
(0.06/0.00/0.05/0.07)	

CMYK percentages

%5.51
%0
%5.08
%7.45

Codes

Color #DFECE0 in popluar color models

DFECE0
RGB223236224
HSL125°25.49%90.00%
HSB/HSV125°5.51%92.55%
CMYK5.51%0.00%5.08%
7.45%

Color #DFECE0 in popluar number systems.

HEXDFECE0
Decimal223236224
Binary110111111110110011100000
Octal337354340

Shades and tints

Shades of #DFECE0

#DFECE0
(223,236,224)
#CBD7CC
(203,215,204)
#B7C2B8
(183,194,184)
#A3ADA4
(163,173,164)
#8F9890
(143,152,144)
#7B837C
(123,131,124)
#676E68
(103,110,104)
#535954
(83,89,84)
#3F4440
(63,68,64)
#2B2F2C
(43,47,44)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #DFECE0

#DFECE0
(223,236,224)
#E1EDE2
(225,237,226)
#E3EEE4
(227,238,228)
#E5EFE6
(229,239,230)
#E7F0E8
(231,240,232)
#E9F1EA
(233,241,234)
#EBF2EC
(235,242,236)
#EDF3EE
(237,243,238)
#EFF4F0
(239,244,240)
#F1F5F2
(241,245,242)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFECE0 color. Also use rgb(223,236,224) instead hex code.

Text Font Color

.myTextColor { color: #DFECE0; }

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

This text font color is #DFECE0.


Background Color

.myBgColor { background-color: #DFECE0; }

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

This div background color is #DFECE0.


Border color

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

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

This div border color is #DFECE0.


Opacity

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

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

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

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

This text has shadow with #DFECE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFECE0 on black background.


Color preview on white background

This text has color #DFECE0 on white background.



Black color preview on #DFECE0 background

This text has black color on #DFECE0 background.


White color preview on #DFECE0 background

This text has white color on #DFECE0 background.