COLOR #DFDEB9

HEX: #DFDEB9 RGB: (223,222,185)

Color info

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

RGB color model

#DFDEB9 color RGB value is (223,222,185).

RGB: (223,222,185) (87%, 87%, 73%)

RGB channels and saturation

R 223 of 255 = 87%
G 222 of 255 = 87%
B 185 of 255 = 73%

223
222
185

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

Portions of RGB colors in percentages

R + G + B = 223 + 222 + 185 = 630 (100%)
R 223 of 630 ~ 35.4%
G 222 of 630 ~ 35.24%
B 185 of 630 ~ 29.37'%

%35.4
%35.24
%29.37

CMYK color model

#DFDEB9 color CMYK value is (0,0,17,13).

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 17.04%
  • key color value is 12.55%

CMYK: (0,0,17,13)
C0M0Y17K13 (0%, 0%, 17%, 13%)
(0.00 / 0.00 / 0.17 / 0.13)

CMYK percentages

%0
%0.45
%17.04
%12.55

Codes

Color #DFDEB9 in popluar color models

DF DE B9
RGB 223 222 185
HSL 58° 37.25% 80.00%
HSB/HSV 58° 17.04% 87.45%
CMYK 0.00% 0.45% 17.04%
12.55%

Color #DFDEB9 in popluar number systems.

HEX DF DE B9
Decimal 223 222 185
Binary 11011111 11011110 10111001
Octal 337 336 271

Shades and tints

Shades of #DFDEB9

#DFDEB9
(223,222,185)
#CBCAA9
(203,202,169)
#B7B699
(183,182,153)
#A3A289
(163,162,137)
#8F8E79
(143,142,121)
#7B7A69
(123,122,105)
#676659
(103,102,89)
#535249
(83,82,73)
#3F3E39
(63,62,57)
#2B2A29
(43,42,41)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #DFDEB9

#DFDEB9
(223,222,185)
#E1E1BF
(225,225,191)
#E3E4C5
(227,228,197)
#E5E7CB
(229,231,203)
#E7EAD1
(231,234,209)
#E9EDD7
(233,237,215)
#EBF0DD
(235,240,221)
#EDF3E3
(237,243,227)
#EFF6E9
(239,246,233)
#F1F9EF
(241,249,239)
#F3FCF5
(243,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDEB9; }

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

This text font color is #DFDEB9.

Background Color

.myBgColor { background-color: #DFDEB9; }

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

This div background color is #DFDEB9.

Border color

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

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

This div border color is #DFDEB9.

Opacity

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

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

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

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

This text has shadow with #DFDEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFDEB9.

Preview

Color preview on black background

This text has color #DFDEB9 on black background.


Color preview on white background

This text has color #DFDEB9 on white background.


Black color preview on #DFDEB9 background

This text has black color on #DFDEB9 background.


White color preview on #DFDEB9 background

This text has white color on #DFDEB9 background.


Related colors

Complementary color

Complementary color for #hex is #202146.


I love getcolorcode.com

Triadic colors

1 #B9DFDE and #DEB9DF with #DFDEB9 are triadic colors.

2 #B9DEDF and #DEDFB9 with #DFDEB9 are triadic colors.