COLOR #DFE5CE

HEX: #DFE5CE RGB: (223,229,206)

Color info

#DFE5CE contains red, green and blue colors in about the same proportion. Web safe color of #DFE5CE is #CCCCCC (or #CCC).

RGB color model

#DFE5CE color RGB value is (223,229,206).

RGB: (223,229,206) (87%, 90%, 81%)

RGB channels and saturation

R 223 of 255 = 87%
G 229 of 255 = 90%
B 206 of 255 = 81%

223
229
206

R + G + B ~ 86%. #DFE5CE is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 229 + 206 = 658 (100%)
R 223 of 658 ~ 33.89%
G 229 of 658 ~ 34.8%
B 206 of 658 ~ 31.31'%

%33.89
%34.8
%31.31

CMYK color model

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

  • cyan value is 2.62%
  • magenta value is 0.00%
  • yellow value is 10.04%
  • key color value is 10.20%

CMYK: (3,0,10,10)
C3M0Y10K10 (3%, 0%, 10%, 10%)
(0.03 / 0.00 / 0.10 / 0.10)

CMYK percentages

%2.62
%0
%10.04
%10.2

Codes

Color #DFE5CE in popluar color models

DF E5 CE
RGB 223 229 206
HSL 76° 30.67% 85.29%
HSB/HSV 76° 10.04% 89.80%
CMYK 2.62% 0.00% 10.04%
10.20%

Color #DFE5CE in popluar number systems.

HEX DF E5 CE
Decimal 223 229 206
Binary 11011111 11100101 11001110
Octal 337 345 316

Shades and tints

Shades of #DFE5CE

#DFE5CE
(223,229,206)
#CBD1BC
(203,209,188)
#B7BDAA
(183,189,170)
#A3A998
(163,169,152)
#8F9586
(143,149,134)
#7B8174
(123,129,116)
#676D62
(103,109,98)
#535950
(83,89,80)
#3F453E
(63,69,62)
#2B312C
(43,49,44)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #DFE5CE

#DFE5CE
(223,229,206)
#E1E7D2
(225,231,210)
#E3E9D6
(227,233,214)
#E5EBDA
(229,235,218)
#E7EDDE
(231,237,222)
#E9EFE2
(233,239,226)
#EBF1E6
(235,241,230)
#EDF3EA
(237,243,234)
#EFF5EE
(239,245,238)
#F1F7F2
(241,247,242)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE5CE; }

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

This text font color is #DFE5CE.

Background Color

.myBgColor { background-color: #DFE5CE; }

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

This div background color is #DFE5CE.

Border color

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

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

This div border color is #DFE5CE.

Opacity

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

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

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

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

This text has shadow with #DFE5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE5CE.

Preview

Color preview on black background

This text has color #DFE5CE on black background.


Color preview on white background

This text has color #DFE5CE on white background.


Black color preview on #DFE5CE background

This text has black color on #DFE5CE background.


White color preview on #DFE5CE background

This text has white color on #DFE5CE background.


Related colors

Complementary color

Complementary color for #hex is #201A31.


I love getcolorcode.com

Triadic colors

1 #CEDFE5 and #E5CEDF with #DFE5CE are triadic colors.

2 #CEE5DF and #E5DFCE with #DFE5CE are triadic colors.