COLOR #DFDDB6

HEX: #DFDDB6
RGB: (223,221,182)

Color info

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

RGB color model

#DFDDB6 color RGB value is (223,221,182).

  • red value is 223;
  • green value is 221;
  • blue value is 182.
RGB:
(223,221,182)
(87%,87%,71%)

RGB channels and saturation

R 223 of 255 = 87%
G 221 of 255 = 87%
B 182 of 255 = 71%

223
221
182

R + G + B ~ 82%. #DFDDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 221 + 182 = 626 (100%)
R 223 of 626 ~ 35.62%
G 221 of 626 ~ 35.3%
B 182 of 626 ~ 29.07%

%35.62
%35.3
%29.07

CMYK color model

#DFDDB6 color CMYK value is (0,1,18,13).

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 18.39%
  • key color value is 12.55%
CMYK:
(0,1,18,13)
C0M1Y18K13 
(0%,1%,18%,13%)
(0.00/0.01/0.18/0.13)	

CMYK percentages

%0
%0.9
%18.39
%12.55

Codes

Color #DFDDB6 in popluar color models

DFDDB6
RGB223221182
HSL57°39.05%79.41%
HSB/HSV57°18.39%87.45%
CMYK0.00%0.90%18.39%
12.55%

Color #DFDDB6 in popluar number systems.

HEXDFDDB6
Decimal223221182
Binary110111111101110110110110
Octal337335266

Shades and tints

Shades of #DFDDB6

#DFDDB6
(223,221,182)
#CBC9A6
(203,201,166)
#B7B596
(183,181,150)
#A3A186
(163,161,134)
#8F8D76
(143,141,118)
#7B7966
(123,121,102)
#676556
(103,101,86)
#535146
(83,81,70)
#3F3D36
(63,61,54)
#2B2926
(43,41,38)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #DFDDB6

#DFDDB6
(223,221,182)
#E1E0BC
(225,224,188)
#E3E3C2
(227,227,194)
#E5E6C8
(229,230,200)
#E7E9CE
(231,233,206)
#E9ECD4
(233,236,212)
#EBEFDA
(235,239,218)
#EDF2E0
(237,242,224)
#EFF5E6
(239,245,230)
#F1F8EC
(241,248,236)
#F3FBF2
(243,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFDDB6 color. Also use rgb(223,221,182) instead hex code.

Text Font Color

.myTextColor { color: #DFDDB6; }

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

This text font color is #DFDDB6.


Background Color

.myBgColor { background-color: #DFDDB6; }

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

This div background color is #DFDDB6.


Border color

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

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

This div border color is #DFDDB6.


Opacity

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

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

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

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

This text has shadow with #DFDDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDDB6 on black background.


Color preview on white background

This text has color #DFDDB6 on white background.



Black color preview on #DFDDB6 background

This text has black color on #DFDDB6 background.


White color preview on #DFDDB6 background

This text has white color on #DFDDB6 background.