COLOR #DFDEA6

HEX: #DFDEA6
RGB: (223,222,166)

Color info

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

RGB color model

#DFDEA6 color RGB value is (223,222,166).

  • red value is 223;
  • green value is 222;
  • blue value is 166.
RGB:
(223,222,166)
(87%,87%,65%)

RGB channels and saturation

R 223 of 255 = 87%
G 222 of 255 = 87%
B 166 of 255 = 65%

223
222
166

R + G + B ~ 80%. #DFDEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 222 + 166 = 611 (100%)
R 223 of 611 ~ 36.5%
G 222 of 611 ~ 36.33%
B 166 of 611 ~ 27.17%

%36.5
%36.33
%27.17

CMYK color model

#DFDEA6 color CMYK value is (0,0,26,13).

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 25.56%
  • key color value is 12.55%
CMYK:
(0,0,26,13)
C0M0Y26K13 
(0%,0%,26%,13%)
(0.00/0.00/0.26/0.13)	

CMYK percentages

%0
%0.45
%25.56
%12.55

Codes

Color #DFDEA6 in popluar color models

DFDEA6
RGB223222166
HSL59°47.11%76.27%
HSB/HSV59°25.56%87.45%
CMYK0.00%0.45%25.56%
12.55%

Color #DFDEA6 in popluar number systems.

HEXDFDEA6
Decimal223222166
Binary110111111101111010100110
Octal337336246

Shades and tints

Shades of #DFDEA6

#DFDEA6
(223,222,166)
#CBCA97
(203,202,151)
#B7B688
(183,182,136)
#A3A279
(163,162,121)
#8F8E6A
(143,142,106)
#7B7A5B
(123,122,91)
#67664C
(103,102,76)
#53523D
(83,82,61)
#3F3E2E
(63,62,46)
#2B2A1F
(43,42,31)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #DFDEA6

#DFDEA6
(223,222,166)
#E1E1AE
(225,225,174)
#E3E4B6
(227,228,182)
#E5E7BE
(229,231,190)
#E7EAC6
(231,234,198)
#E9EDCE
(233,237,206)
#EBF0D6
(235,240,214)
#EDF3DE
(237,243,222)
#EFF6E6
(239,246,230)
#F1F9EE
(241,249,238)
#F3FCF6
(243,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFDEA6 color. Also use rgb(223,222,166) instead hex code.

Text Font Color

.myTextColor { color: #DFDEA6; }

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

This text font color is #DFDEA6.


Background Color

.myBgColor { background-color: #DFDEA6; }

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

This div background color is #DFDEA6.


Border color

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

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

This div border color is #DFDEA6.


Opacity

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

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

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

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

This text has shadow with #DFDEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDEA6 on black background.


Color preview on white background

This text has color #DFDEA6 on white background.



Black color preview on #DFDEA6 background

This text has black color on #DFDEA6 background.


White color preview on #DFDEA6 background

This text has white color on #DFDEA6 background.