COLOR #DFDBB5

HEX: #DFDBB5
RGB: (223,219,181)

Color info

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

RGB color model

#DFDBB5 color RGB value is (223,219,181).

  • red value is 223;
  • green value is 219;
  • blue value is 181.
RGB:
(223,219,181)
(87%,86%,71%)

RGB channels and saturation

R 223 of 255 = 87%
G 219 of 255 = 86%
B 181 of 255 = 71%

223
219
181

R + G + B ~ 81%. #DFDBB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 219 + 181 = 623 (100%)
R 223 of 623 ~ 35.79%
G 219 of 623 ~ 35.15%
B 181 of 623 ~ 29.05%

%35.79
%35.15
%29.05

CMYK color model

#DFDBB5 color CMYK value is (0,2,19,13).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 18.83%
  • key color value is 12.55%
CMYK:
(0,2,19,13)
C0M2Y19K13 
(0%,2%,19%,13%)
(0.00/0.02/0.19/0.13)	

CMYK percentages

%0
%1.79
%18.83
%12.55

Codes

Color #DFDBB5 in popluar color models

DFDBB5
RGB223219181
HSL54°39.62%79.22%
HSB/HSV54°18.83%87.45%
CMYK0.00%1.79%18.83%
12.55%

Color #DFDBB5 in popluar number systems.

HEXDFDBB5
Decimal223219181
Binary110111111101101110110101
Octal337333265

Shades and tints

Shades of #DFDBB5

#DFDBB5
(223,219,181)
#CBC8A5
(203,200,165)
#B7B595
(183,181,149)
#A3A285
(163,162,133)
#8F8F75
(143,143,117)
#7B7C65
(123,124,101)
#676955
(103,105,85)
#535645
(83,86,69)
#3F4335
(63,67,53)
#2B3025
(43,48,37)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #DFDBB5

#DFDBB5
(223,219,181)
#E1DEBB
(225,222,187)
#E3E1C1
(227,225,193)
#E5E4C7
(229,228,199)
#E7E7CD
(231,231,205)
#E9EAD3
(233,234,211)
#EBEDD9
(235,237,217)
#EDF0DF
(237,240,223)
#EFF3E5
(239,243,229)
#F1F6EB
(241,246,235)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDBB5; }

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

This text font color is #DFDBB5.


Background Color

.myBgColor { background-color: #DFDBB5; }

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

This div background color is #DFDBB5.


Border color

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

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

This div border color is #DFDBB5.


Opacity

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

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

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

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

This text has shadow with #DFDBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDBB5 on black background.


Color preview on white background

This text has color #DFDBB5 on white background.



Black color preview on #DFDBB5 background

This text has black color on #DFDBB5 background.


White color preview on #DFDBB5 background

This text has white color on #DFDBB5 background.