COLOR #DFD9CA

HEX: #DFD9CA
RGB: (223,217,202)

Color info

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

RGB color model

#DFD9CA color RGB value is (223,217,202).

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

RGB channels and saturation

R 223 of 255 = 87%
G 217 of 255 = 85%
B 202 of 255 = 79%

223
217
202

R + G + B ~ 84%. #DFD9CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 217 + 202 = 642 (100%)
R 223 of 642 ~ 34.74%
G 217 of 642 ~ 33.8%
B 202 of 642 ~ 31.46%

%34.74
%33.8
%31.46

CMYK color model

#DFD9CA color CMYK value is (0,3,9,13).

  • cyan value is 0.00%
  • magenta value is 2.69%
  • yellow value is 9.42%
  • key color value is 12.55%
CMYK:
(0,3,9,13)
C0M3Y9K13 
(0%,3%,9%,13%)
(0.00/0.03/0.09/0.13)	

CMYK percentages

%0
%2.69
%9.42
%12.55

Codes

Color #DFD9CA in popluar color models

DFD9CA
RGB223217202
HSL43°24.71%83.33%
HSB/HSV43°9.42%87.45%
CMYK0.00%2.69%9.42%
12.55%

Color #DFD9CA in popluar number systems.

HEXDFD9CA
Decimal223217202
Binary110111111101100111001010
Octal337331312

Shades and tints

Shades of #DFD9CA

#DFD9CA
(223,217,202)
#CBC6B8
(203,198,184)
#B7B3A6
(183,179,166)
#A3A094
(163,160,148)
#8F8D82
(143,141,130)
#7B7A70
(123,122,112)
#67675E
(103,103,94)
#53544C
(83,84,76)
#3F413A
(63,65,58)
#2B2E28
(43,46,40)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #DFD9CA

#DFD9CA
(223,217,202)
#E1DCCE
(225,220,206)
#E3DFD2
(227,223,210)
#E5E2D6
(229,226,214)
#E7E5DA
(231,229,218)
#E9E8DE
(233,232,222)
#EBEBE2
(235,235,226)
#EDEEE6
(237,238,230)
#EFF1EA
(239,241,234)
#F1F4EE
(241,244,238)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD9CA; }

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

This text font color is #DFD9CA.


Background Color

.myBgColor { background-color: #DFD9CA; }

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

This div background color is #DFD9CA.


Border color

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

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

This div border color is #DFD9CA.


Opacity

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

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

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

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

This text has shadow with #DFD9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD9CA on black background.


Color preview on white background

This text has color #DFD9CA on white background.



Black color preview on #DFD9CA background

This text has black color on #DFD9CA background.


White color preview on #DFD9CA background

This text has white color on #DFD9CA background.