COLOR #DFCDB2

HEX: #DFCDB2
RGB: (223,205,178)

Color info

#DFCDB2 contains red, green and blue colors in about the same proportion. Web safe color of #DFCDB2 is #CCCC99 (or #CC9).

RGB color model

#DFCDB2 color RGB value is (223,205,178).

  • red value is 223;
  • green value is 205;
  • blue value is 178.
RGB:
(223,205,178)
(87%,80%,70%)

RGB channels and saturation

R 223 of 255 = 87%
G 205 of 255 = 80%
B 178 of 255 = 70%

223
205
178

R + G + B ~ 79%. #DFCDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 205 + 178 = 606 (100%)
R 223 of 606 ~ 36.8%
G 205 of 606 ~ 33.83%
B 178 of 606 ~ 29.37%

%36.8
%33.83
%29.37

CMYK color model

#DFCDB2 color CMYK value is (0,8,20,13).

  • cyan value is 0.00%
  • magenta value is 8.07%
  • yellow value is 20.18%
  • key color value is 12.55%
CMYK:
(0,8,20,13)
C0M8Y20K13 
(0%,8%,20%,13%)
(0.00/0.08/0.20/0.13)	

CMYK percentages

%0
%8.07
%20.18
%12.55

Codes

Color #DFCDB2 in popluar color models

DFCDB2
RGB223205178
HSL36°41.28%78.63%
HSB/HSV36°20.18%87.45%
CMYK0.00%8.07%20.18%
12.55%

Color #DFCDB2 in popluar number systems.

HEXDFCDB2
Decimal223205178
Binary110111111100110110110010
Octal337315262

Shades and tints

Shades of #DFCDB2

#DFCDB2
(223,205,178)
#CBBBA2
(203,187,162)
#B7A992
(183,169,146)
#A39782
(163,151,130)
#8F8572
(143,133,114)
#7B7362
(123,115,98)
#676152
(103,97,82)
#534F42
(83,79,66)
#3F3D32
(63,61,50)
#2B2B22
(43,43,34)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #DFCDB2

#DFCDB2
(223,205,178)
#E1D1B9
(225,209,185)
#E3D5C0
(227,213,192)
#E5D9C7
(229,217,199)
#E7DDCE
(231,221,206)
#E9E1D5
(233,225,213)
#EBE5DC
(235,229,220)
#EDE9E3
(237,233,227)
#EFEDEA
(239,237,234)
#F1F1F1
(241,241,241)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCDB2 color. Also use rgb(223,205,178) instead hex code.

Text Font Color

.myTextColor { color: #DFCDB2; }

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

This text font color is #DFCDB2.


Background Color

.myBgColor { background-color: #DFCDB2; }

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

This div background color is #DFCDB2.


Border color

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

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

This div border color is #DFCDB2.


Opacity

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

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

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

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

This text has shadow with #DFCDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCDB2 on black background.


Color preview on white background

This text has color #DFCDB2 on white background.



Black color preview on #DFCDB2 background

This text has black color on #DFCDB2 background.


White color preview on #DFCDB2 background

This text has white color on #DFCDB2 background.