COLOR #DFDBAF

HEX: #DFDBAF
RGB: (223,219,175)

Color info

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

RGB color model

#DFDBAF color RGB value is (223,219,175).

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

RGB channels and saturation

R 223 of 255 = 87%
G 219 of 255 = 86%
B 175 of 255 = 69%

223
219
175

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

Portions of RGB colors in percentages

R + G + B =
223 + 219 + 175 = 617 (100%)
R 223 of 617 ~ 36.14%
G 219 of 617 ~ 35.49%
B 175 of 617 ~ 28.36%

%36.14
%35.49
%28.36

CMYK color model

#DFDBAF color CMYK value is (0,2,22,13).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 21.52%
  • key color value is 12.55%
CMYK:
(0,2,22,13)
C0M2Y22K13 
(0%,2%,22%,13%)
(0.00/0.02/0.22/0.13)	

CMYK percentages

%0
%1.79
%21.52
%12.55

Codes

Color #DFDBAF in popluar color models

DFDBAF
RGB223219175
HSL55°42.86%78.04%
HSB/HSV55°21.52%87.45%
CMYK0.00%1.79%21.52%
12.55%

Color #DFDBAF in popluar number systems.

HEXDFDBAF
Decimal223219175
Binary110111111101101110101111
Octal337333257

Shades and tints

Shades of #DFDBAF

#DFDBAF
(223,219,175)
#CBC8A0
(203,200,160)
#B7B591
(183,181,145)
#A3A282
(163,162,130)
#8F8F73
(143,143,115)
#7B7C64
(123,124,100)
#676955
(103,105,85)
#535646
(83,86,70)
#3F4337
(63,67,55)
#2B3028
(43,48,40)
#171D19
(23,29,25)
#000000
(0,0,0)

Tints of #DFDBAF

#DFDBAF
(223,219,175)
#E1DEB6
(225,222,182)
#E3E1BD
(227,225,189)
#E5E4C4
(229,228,196)
#E7E7CB
(231,231,203)
#E9EAD2
(233,234,210)
#EBEDD9
(235,237,217)
#EDF0E0
(237,240,224)
#EFF3E7
(239,243,231)
#F1F6EE
(241,246,238)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDBAF; }

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

This text font color is #DFDBAF.


Background Color

.myBgColor { background-color: #DFDBAF; }

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

This div background color is #DFDBAF.


Border color

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

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

This div border color is #DFDBAF.


Opacity

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

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

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

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

This text has shadow with #DFDBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDBAF on black background.


Color preview on white background

This text has color #DFDBAF on white background.



Black color preview on #DFDBAF background

This text has black color on #DFDBAF background.


White color preview on #DFDBAF background

This text has white color on #DFDBAF background.