COLOR #DFE2CE

HEX: #DFE2CE RGB: (223,226,206)

Color info

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

RGB color model

#DFE2CE color RGB value is (223,226,206).

RGB: (223,226,206) (87%, 89%, 81%)

RGB channels and saturation

R 223 of 255 = 87%
G 226 of 255 = 89%
B 206 of 255 = 81%

223
226
206

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

Portions of RGB colors in percentages

R + G + B = 223 + 226 + 206 = 655 (100%)
R 223 of 655 ~ 34.05%
G 226 of 655 ~ 34.5%
B 206 of 655 ~ 31.45'%

%34.05
%34.5
%31.45

CMYK color model

#DFE2CE color CMYK value is (1,0,9,11).

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 8.85%
  • key color value is 11.37%

CMYK: (1,0,9,11)
C1M0Y9K11 (1%, 0%, 9%, 11%)
(0.01 / 0.00 / 0.09 / 0.11)

CMYK percentages

%1.33
%0
%8.85
%11.37

Codes

Color #DFE2CE in popluar color models

DF E2 CE
RGB 223 226 206
HSL 69° 25.64% 84.71%
HSB/HSV 69° 8.85% 88.63%
CMYK 1.33% 0.00% 8.85%
11.37%

Color #DFE2CE in popluar number systems.

HEX DF E2 CE
Decimal 223 226 206
Binary 11011111 11100010 11001110
Octal 337 342 316

Shades and tints

Shades of #DFE2CE

#DFE2CE
(223,226,206)
#CBCEBC
(203,206,188)
#B7BAAA
(183,186,170)
#A3A698
(163,166,152)
#8F9286
(143,146,134)
#7B7E74
(123,126,116)
#676A62
(103,106,98)
#535650
(83,86,80)
#3F423E
(63,66,62)
#2B2E2C
(43,46,44)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #DFE2CE

#DFE2CE
(223,226,206)
#E1E4D2
(225,228,210)
#E3E6D6
(227,230,214)
#E5E8DA
(229,232,218)
#E7EADE
(231,234,222)
#E9ECE2
(233,236,226)
#EBEEE6
(235,238,230)
#EDF0EA
(237,240,234)
#EFF2EE
(239,242,238)
#F1F4F2
(241,244,242)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE2CE; }

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

This text font color is #DFE2CE.

Background Color

.myBgColor { background-color: #DFE2CE; }

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

This div background color is #DFE2CE.

Border color

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

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

This div border color is #DFE2CE.

Opacity

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

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

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

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

This text has shadow with #DFE2CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE2CE.

Preview

Color preview on black background

This text has color #DFE2CE on black background.


Color preview on white background

This text has color #DFE2CE on white background.


Black color preview on #DFE2CE background

This text has black color on #DFE2CE background.


White color preview on #DFE2CE background

This text has white color on #DFE2CE background.


Related colors

Complementary color

Complementary color for #hex is #201D31.


I love getcolorcode.com

Triadic colors

1 #CEDFE2 and #E2CEDF with #DFE2CE are triadic colors.

2 #CEE2DF and #E2DFCE with #DFE2CE are triadic colors.