COLOR #DFDCC5

HEX: #DFDCC5
RGB: (223,220,197)

Color info

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

RGB color model

#DFDCC5 color RGB value is (223,220,197).

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

RGB channels and saturation

R 223 of 255 = 87%
G 220 of 255 = 86%
B 197 of 255 = 77%

223
220
197

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

Portions of RGB colors in percentages

R + G + B =
223 + 220 + 197 = 640 (100%)
R 223 of 640 ~ 34.84%
G 220 of 640 ~ 34.38%
B 197 of 640 ~ 30.78%

%34.84
%34.38
%30.78

CMYK color model

#DFDCC5 color CMYK value is (0,1,12,13).

  • cyan value is 0.00%
  • magenta value is 1.35%
  • yellow value is 11.66%
  • key color value is 12.55%
CMYK:
(0,1,12,13)
C0M1Y12K13 
(0%,1%,12%,13%)
(0.00/0.01/0.12/0.13)	

CMYK percentages

%0
%1.35
%11.66
%12.55

Codes

Color #DFDCC5 in popluar color models

DFDCC5
RGB223220197
HSL53°28.89%82.35%
HSB/HSV53°11.66%87.45%
CMYK0.00%1.35%11.66%
12.55%

Color #DFDCC5 in popluar number systems.

HEXDFDCC5
Decimal223220197
Binary110111111101110011000101
Octal337334305

Shades and tints

Shades of #DFDCC5

#DFDCC5
(223,220,197)
#CBC8B4
(203,200,180)
#B7B4A3
(183,180,163)
#A3A092
(163,160,146)
#8F8C81
(143,140,129)
#7B7870
(123,120,112)
#67645F
(103,100,95)
#53504E
(83,80,78)
#3F3C3D
(63,60,61)
#2B282C
(43,40,44)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #DFDCC5

#DFDCC5
(223,220,197)
#E1DFCA
(225,223,202)
#E3E2CF
(227,226,207)
#E5E5D4
(229,229,212)
#E7E8D9
(231,232,217)
#E9EBDE
(233,235,222)
#EBEEE3
(235,238,227)
#EDF1E8
(237,241,232)
#EFF4ED
(239,244,237)
#F1F7F2
(241,247,242)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDCC5; }

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

This text font color is #DFDCC5.


Background Color

.myBgColor { background-color: #DFDCC5; }

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

This div background color is #DFDCC5.


Border color

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

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

This div border color is #DFDCC5.


Opacity

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

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

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

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

This text has shadow with #DFDCC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDCC5 on black background.


Color preview on white background

This text has color #DFDCC5 on white background.



Black color preview on #DFDCC5 background

This text has black color on #DFDCC5 background.


White color preview on #DFDCC5 background

This text has white color on #DFDCC5 background.