COLOR #DFDBB9

HEX: #DFDBB9 RGB: (223,219,185)

Color info

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

RGB color model

#DFDBB9 color RGB value is (223,219,185).

RGB: (223,219,185) (87%, 86%, 73%)

RGB channels and saturation

R 223 of 255 = 87%
G 219 of 255 = 86%
B 185 of 255 = 73%

223
219
185

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

Portions of RGB colors in percentages

R + G + B = 223 + 219 + 185 = 627 (100%)
R 223 of 627 ~ 35.57%
G 219 of 627 ~ 34.93%
B 185 of 627 ~ 29.51'%

%35.57
%34.93
%29.51

CMYK color model

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

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

CMYK: (0,2,17,13)
C0M2Y17K13 (0%, 2%, 17%, 13%)
(0.00 / 0.02 / 0.17 / 0.13)

CMYK percentages

%0
%1.79
%17.04
%12.55

Codes

Color #DFDBB9 in popluar color models

DF DB B9
RGB 223 219 185
HSL 54° 37.25% 80.00%
HSB/HSV 54° 17.04% 87.45%
CMYK 0.00% 1.79% 17.04%
12.55%

Color #DFDBB9 in popluar number systems.

HEX DF DB B9
Decimal 223 219 185
Binary 11011111 11011011 10111001
Octal 337 333 271

Shades and tints

Shades of #DFDBB9

#DFDBB9
(223,219,185)
#CBC8A9
(203,200,169)
#B7B599
(183,181,153)
#A3A289
(163,162,137)
#8F8F79
(143,143,121)
#7B7C69
(123,124,105)
#676959
(103,105,89)
#535649
(83,86,73)
#3F4339
(63,67,57)
#2B3029
(43,48,41)
#171D19
(23,29,25)
#000000
(0,0,0)

Tints of #DFDBB9

#DFDBB9
(223,219,185)
#E1DEBF
(225,222,191)
#E3E1C5
(227,225,197)
#E5E4CB
(229,228,203)
#E7E7D1
(231,231,209)
#E9EAD7
(233,234,215)
#EBEDDD
(235,237,221)
#EDF0E3
(237,240,227)
#EFF3E9
(239,243,233)
#F1F6EF
(241,246,239)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDBB9; }

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

This text font color is #DFDBB9.

Background Color

.myBgColor { background-color: #DFDBB9; }

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

This div background color is #DFDBB9.

Border color

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

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

This div border color is #DFDBB9.

Opacity

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

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

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

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

This text has shadow with #DFDBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFDBB9.

Preview

Color preview on black background

This text has color #DFDBB9 on black background.


Color preview on white background

This text has color #DFDBB9 on white background.


Black color preview on #DFDBB9 background

This text has black color on #DFDBB9 background.


White color preview on #DFDBB9 background

This text has white color on #DFDBB9 background.


Related colors

Complementary color

Complementary color for #hex is #202446.


I love getcolorcode.com

Triadic colors

1 #B9DFDB and #DBB9DF with #DFDBB9 are triadic colors.

2 #B9DBDF and #DBDFB9 with #DFDBB9 are triadic colors.