COLOR #DFE0CA

HEX: #DFE0CA
RGB: (223,224,202)

Color info

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

RGB color model

#DFE0CA color RGB value is (223,224,202).

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

RGB channels and saturation

R 223 of 255 = 87%
G 224 of 255 = 88%
B 202 of 255 = 79%

223
224
202

R + G + B ~ 85%. #DFE0CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 224 + 202 = 649 (100%)
R 223 of 649 ~ 34.36%
G 224 of 649 ~ 34.51%
B 202 of 649 ~ 31.12%

%34.36
%34.51
%31.12

CMYK color model

#DFE0CA color CMYK value is (0,0,10,12).

  • cyan value is 0.45%
  • magenta value is 0.00%
  • yellow value is 9.82%
  • key color value is 12.16%
CMYK:
(0,0,10,12)
C0M0Y10K12 
(0%,0%,10%,12%)
(0.00/0.00/0.10/0.12)	

CMYK percentages

%0.45
%0
%9.82
%12.16

Codes

Color #DFE0CA in popluar color models

DFE0CA
RGB223224202
HSL63°26.19%83.53%
HSB/HSV63°9.82%87.84%
CMYK0.45%0.00%9.82%
12.16%

Color #DFE0CA in popluar number systems.

HEXDFE0CA
Decimal223224202
Binary110111111110000011001010
Octal337340312

Shades and tints

Shades of #DFE0CA

#DFE0CA
(223,224,202)
#CBCCB8
(203,204,184)
#B7B8A6
(183,184,166)
#A3A494
(163,164,148)
#8F9082
(143,144,130)
#7B7C70
(123,124,112)
#67685E
(103,104,94)
#53544C
(83,84,76)
#3F403A
(63,64,58)
#2B2C28
(43,44,40)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #DFE0CA

#DFE0CA
(223,224,202)
#E1E2CE
(225,226,206)
#E3E4D2
(227,228,210)
#E5E6D6
(229,230,214)
#E7E8DA
(231,232,218)
#E9EADE
(233,234,222)
#EBECE2
(235,236,226)
#EDEEE6
(237,238,230)
#EFF0EA
(239,240,234)
#F1F2EE
(241,242,238)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE0CA; }

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

This text font color is #DFE0CA.


Background Color

.myBgColor { background-color: #DFE0CA; }

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

This div background color is #DFE0CA.


Border color

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

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

This div border color is #DFE0CA.


Opacity

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

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

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

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

This text has shadow with #DFE0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE0CA on black background.


Color preview on white background

This text has color #DFE0CA on white background.



Black color preview on #DFE0CA background

This text has black color on #DFE0CA background.


White color preview on #DFE0CA background

This text has white color on #DFE0CA background.