COLOR #DFE4CA

HEX: #DFE4CA
RGB: (223,228,202)

Color info

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

RGB color model

#DFE4CA color RGB value is (223,228,202).

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

RGB channels and saturation

R 223 of 255 = 87%
G 228 of 255 = 89%
B 202 of 255 = 79%

223
228
202

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

Portions of RGB colors in percentages

R + G + B =
223 + 228 + 202 = 653 (100%)
R 223 of 653 ~ 34.15%
G 228 of 653 ~ 34.92%
B 202 of 653 ~ 30.93%

%34.15
%34.92
%30.93

CMYK color model

#DFE4CA color CMYK value is (2,0,11,11).

  • cyan value is 2.19%
  • magenta value is 0.00%
  • yellow value is 11.40%
  • key color value is 10.59%
CMYK:
(2,0,11,11)
C2M0Y11K11 
(2%,0%,11%,11%)
(0.02/0.00/0.11/0.11)	

CMYK percentages

%2.19
%0
%11.4
%10.59

Codes

Color #DFE4CA in popluar color models

DFE4CA
RGB223228202
HSL72°32.50%84.31%
HSB/HSV72°11.40%89.41%
CMYK2.19%0.00%11.40%
10.59%

Color #DFE4CA in popluar number systems.

HEXDFE4CA
Decimal223228202
Binary110111111110010011001010
Octal337344312

Shades and tints

Shades of #DFE4CA

#DFE4CA
(223,228,202)
#CBD0B8
(203,208,184)
#B7BCA6
(183,188,166)
#A3A894
(163,168,148)
#8F9482
(143,148,130)
#7B8070
(123,128,112)
#676C5E
(103,108,94)
#53584C
(83,88,76)
#3F443A
(63,68,58)
#2B3028
(43,48,40)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #DFE4CA

#DFE4CA
(223,228,202)
#E1E6CE
(225,230,206)
#E3E8D2
(227,232,210)
#E5EAD6
(229,234,214)
#E7ECDA
(231,236,218)
#E9EEDE
(233,238,222)
#EBF0E2
(235,240,226)
#EDF2E6
(237,242,230)
#EFF4EA
(239,244,234)
#F1F6EE
(241,246,238)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE4CA; }

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

This text font color is #DFE4CA.


Background Color

.myBgColor { background-color: #DFE4CA; }

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

This div background color is #DFE4CA.


Border color

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

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

This div border color is #DFE4CA.


Opacity

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

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

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

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

This text has shadow with #DFE4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE4CA on black background.


Color preview on white background

This text has color #DFE4CA on white background.



Black color preview on #DFE4CA background

This text has black color on #DFE4CA background.


White color preview on #DFE4CA background

This text has white color on #DFE4CA background.