COLOR #DFD7CB

HEX: #DFD7CB
RGB: (223,215,203)

Color info

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

RGB color model

#DFD7CB color RGB value is (223,215,203).

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

RGB channels and saturation

R 223 of 255 = 87%
G 215 of 255 = 84%
B 203 of 255 = 80%

223
215
203

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

Portions of RGB colors in percentages

R + G + B =
223 + 215 + 203 = 641 (100%)
R 223 of 641 ~ 34.79%
G 215 of 641 ~ 33.54%
B 203 of 641 ~ 31.67%

%34.79
%33.54
%31.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 8.97%
  • 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
%8.97
%12.55

Codes

Color #DFD7CB in popluar color models

DFD7CB
RGB223215203
HSL36°23.81%83.53%
HSB/HSV36°8.97%87.45%
CMYK0.00%3.59%8.97%
12.55%

Color #DFD7CB in popluar number systems.

HEXDFD7CB
Decimal223215203
Binary110111111101011111001011
Octal337327313

Shades and tints

Shades of #DFD7CB

#DFD7CB
(223,215,203)
#CBC4B9
(203,196,185)
#B7B1A7
(183,177,167)
#A39E95
(163,158,149)
#8F8B83
(143,139,131)
#7B7871
(123,120,113)
#67655F
(103,101,95)
#53524D
(83,82,77)
#3F3F3B
(63,63,59)
#2B2C29
(43,44,41)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #DFD7CB

#DFD7CB
(223,215,203)
#E1DACF
(225,218,207)
#E3DDD3
(227,221,211)
#E5E0D7
(229,224,215)
#E7E3DB
(231,227,219)
#E9E6DF
(233,230,223)
#EBE9E3
(235,233,227)
#EDECE7
(237,236,231)
#EFEFEB
(239,239,235)
#F1F2EF
(241,242,239)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD7CB; }

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

This text font color is #DFD7CB.


Background Color

.myBgColor { background-color: #DFD7CB; }

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

This div background color is #DFD7CB.


Border color

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

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

This div border color is #DFD7CB.


Opacity

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

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

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

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

This text has shadow with #DFD7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD7CB on black background.


Color preview on white background

This text has color #DFD7CB on white background.



Black color preview on #DFD7CB background

This text has black color on #DFD7CB background.


White color preview on #DFD7CB background

This text has white color on #DFD7CB background.