COLOR #DFD7CA

HEX: #DFD7CA
RGB: (223,215,202)

Color info

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

RGB color model

#DFD7CA color RGB value is (223,215,202).

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

RGB channels and saturation

R 223 of 255 = 87%
G 215 of 255 = 84%
B 202 of 255 = 79%

223
215
202

R + G + B ~ 83%. #DFD7CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 215 + 202 = 640 (100%)
R 223 of 640 ~ 34.84%
G 215 of 640 ~ 33.59%
B 202 of 640 ~ 31.56%

%34.84
%33.59
%31.56

CMYK color model

#DFD7CA color CMYK value is (0,4,9,13).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 9.42%
  • key color value is 12.55%
CMYK:
(0,4,9,13)
C0M4Y9K13 
(0%,4%,9%,13%)
(0.00/0.04/0.09/0.13)	

CMYK percentages

%0
%3.59
%9.42
%12.55

Codes

Color #DFD7CA in popluar color models

DFD7CA
RGB223215202
HSL37°24.71%83.33%
HSB/HSV37°9.42%87.45%
CMYK0.00%3.59%9.42%
12.55%

Color #DFD7CA in popluar number systems.

HEXDFD7CA
Decimal223215202
Binary110111111101011111001010
Octal337327312

Shades and tints

Shades of #DFD7CA

#DFD7CA
(223,215,202)
#CBC4B8
(203,196,184)
#B7B1A6
(183,177,166)
#A39E94
(163,158,148)
#8F8B82
(143,139,130)
#7B7870
(123,120,112)
#67655E
(103,101,94)
#53524C
(83,82,76)
#3F3F3A
(63,63,58)
#2B2C28
(43,44,40)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #DFD7CA

#DFD7CA
(223,215,202)
#E1DACE
(225,218,206)
#E3DDD2
(227,221,210)
#E5E0D6
(229,224,214)
#E7E3DA
(231,227,218)
#E9E6DE
(233,230,222)
#EBE9E2
(235,233,226)
#EDECE6
(237,236,230)
#EFEFEA
(239,239,234)
#F1F2EE
(241,242,238)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD7CA; }

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

This text font color is #DFD7CA.


Background Color

.myBgColor { background-color: #DFD7CA; }

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

This div background color is #DFD7CA.


Border color

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

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

This div border color is #DFD7CA.


Opacity

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

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

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

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

This text has shadow with #DFD7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD7CA on black background.


Color preview on white background

This text has color #DFD7CA on white background.



Black color preview on #DFD7CA background

This text has black color on #DFD7CA background.


White color preview on #DFD7CA background

This text has white color on #DFD7CA background.