COLOR #DFD9C5

HEX: #DFD9C5
RGB: (223,217,197)

Color info

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

RGB color model

#DFD9C5 color RGB value is (223,217,197).

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

RGB channels and saturation

R 223 of 255 = 87%
G 217 of 255 = 85%
B 197 of 255 = 77%

223
217
197

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

Portions of RGB colors in percentages

R + G + B =
223 + 217 + 197 = 637 (100%)
R 223 of 637 ~ 35.01%
G 217 of 637 ~ 34.07%
B 197 of 637 ~ 30.93%

%35.01
%34.07
%30.93

CMYK color model

#DFD9C5 color CMYK value is (0,3,12,13).

  • cyan value is 0.00%
  • magenta value is 2.69%
  • yellow value is 11.66%
  • key color value is 12.55%
CMYK:
(0,3,12,13)
C0M3Y12K13 
(0%,3%,12%,13%)
(0.00/0.03/0.12/0.13)	

CMYK percentages

%0
%2.69
%11.66
%12.55

Codes

Color #DFD9C5 in popluar color models

DFD9C5
RGB223217197
HSL46°28.89%82.35%
HSB/HSV46°11.66%87.45%
CMYK0.00%2.69%11.66%
12.55%

Color #DFD9C5 in popluar number systems.

HEXDFD9C5
Decimal223217197
Binary110111111101100111000101
Octal337331305

Shades and tints

Shades of #DFD9C5

#DFD9C5
(223,217,197)
#CBC6B4
(203,198,180)
#B7B3A3
(183,179,163)
#A3A092
(163,160,146)
#8F8D81
(143,141,129)
#7B7A70
(123,122,112)
#67675F
(103,103,95)
#53544E
(83,84,78)
#3F413D
(63,65,61)
#2B2E2C
(43,46,44)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #DFD9C5

#DFD9C5
(223,217,197)
#E1DCCA
(225,220,202)
#E3DFCF
(227,223,207)
#E5E2D4
(229,226,212)
#E7E5D9
(231,229,217)
#E9E8DE
(233,232,222)
#EBEBE3
(235,235,227)
#EDEEE8
(237,238,232)
#EFF1ED
(239,241,237)
#F1F4F2
(241,244,242)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD9C5; }

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

This text font color is #DFD9C5.


Background Color

.myBgColor { background-color: #DFD9C5; }

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

This div background color is #DFD9C5.


Border color

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

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

This div border color is #DFD9C5.


Opacity

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

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

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

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

This text has shadow with #DFD9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD9C5 on black background.


Color preview on white background

This text has color #DFD9C5 on white background.



Black color preview on #DFD9C5 background

This text has black color on #DFD9C5 background.


White color preview on #DFD9C5 background

This text has white color on #DFD9C5 background.