COLOR #DFB8A7

HEX: #DFB8A7
RGB: (223,184,167)

Color info

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

RGB color model

#DFB8A7 color RGB value is (223,184,167).

  • red value is 223;
  • green value is 184;
  • blue value is 167.
RGB:
(223,184,167)
(87%,72%,65%)

RGB channels and saturation

R 223 of 255 = 87%
G 184 of 255 = 72%
B 167 of 255 = 65%

223
184
167

R + G + B ~ 75%. #DFB8A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 184 + 167 = 574 (100%)
R 223 of 574 ~ 38.85%
G 184 of 574 ~ 32.06%
B 167 of 574 ~ 29.09%

%38.85
%32.06
%29.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.49%
  • yellow value is 25.11%
  • key color value is 12.55%
CMYK:
(0,17,25,13)
C0M17Y25K13 
(0%,17%,25%,13%)
(0.00/0.17/0.25/0.13)	

CMYK percentages

%0
%17.49
%25.11
%12.55

Codes

Color #DFB8A7 in popluar color models

DFB8A7
RGB223184167
HSL18°46.67%76.47%
HSB/HSV18°25.11%87.45%
CMYK0.00%17.49%25.11%
12.55%

Color #DFB8A7 in popluar number systems.

HEXDFB8A7
Decimal223184167
Binary110111111011100010100111
Octal337270247

Shades and tints

Shades of #DFB8A7

#DFB8A7
(223,184,167)
#CBA898
(203,168,152)
#B79889
(183,152,137)
#A3887A
(163,136,122)
#8F786B
(143,120,107)
#7B685C
(123,104,92)
#67584D
(103,88,77)
#53483E
(83,72,62)
#3F382F
(63,56,47)
#2B2820
(43,40,32)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #DFB8A7

#DFB8A7
(223,184,167)
#E1BEAF
(225,190,175)
#E3C4B7
(227,196,183)
#E5CABF
(229,202,191)
#E7D0C7
(231,208,199)
#E9D6CF
(233,214,207)
#EBDCD7
(235,220,215)
#EDE2DF
(237,226,223)
#EFE8E7
(239,232,231)
#F1EEEF
(241,238,239)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB8A7 color. Also use rgb(223,184,167) instead hex code.

Text Font Color

.myTextColor { color: #DFB8A7; }

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

This text font color is #DFB8A7.


Background Color

.myBgColor { background-color: #DFB8A7; }

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

This div background color is #DFB8A7.


Border color

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

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

This div border color is #DFB8A7.


Opacity

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

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

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

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

This text has shadow with #DFB8A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB8A7 on black background.


Color preview on white background

This text has color #DFB8A7 on white background.



Black color preview on #DFB8A7 background

This text has black color on #DFB8A7 background.


White color preview on #DFB8A7 background

This text has white color on #DFB8A7 background.