COLOR #DFB1A7

HEX: #DFB1A7
RGB: (223,177,167)

Color info

#DFB1A7 contains red, green and blue colors in about the same proportion. Web safe color of #DFB1A7 is #CC9999 (or #C99).

RGB color model

#DFB1A7 color RGB value is (223,177,167).

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

RGB channels and saturation

R 223 of 255 = 87%
G 177 of 255 = 69%
B 167 of 255 = 65%

223
177
167

R + G + B ~ 74%. #DFB1A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 177 + 167 = 567 (100%)
R 223 of 567 ~ 39.33%
G 177 of 567 ~ 31.22%
B 167 of 567 ~ 29.45%

%39.33
%31.22
%29.45

CMYK color model

#DFB1A7 color CMYK value is (0,21,25,13).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 25.11%
  • key color value is 12.55%
CMYK:
(0,21,25,13)
C0M21Y25K13 
(0%,21%,25%,13%)
(0.00/0.21/0.25/0.13)	

CMYK percentages

%0
%20.63
%25.11
%12.55

Codes

Color #DFB1A7 in popluar color models

DFB1A7
RGB223177167
HSL11°46.67%76.47%
HSB/HSV11°25.11%87.45%
CMYK0.00%20.63%25.11%
12.55%

Color #DFB1A7 in popluar number systems.

HEXDFB1A7
Decimal223177167
Binary110111111011000110100111
Octal337261247

Shades and tints

Shades of #DFB1A7

#DFB1A7
(223,177,167)
#CBA198
(203,161,152)
#B79189
(183,145,137)
#A3817A
(163,129,122)
#8F716B
(143,113,107)
#7B615C
(123,97,92)
#67514D
(103,81,77)
#53413E
(83,65,62)
#3F312F
(63,49,47)
#2B2120
(43,33,32)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #DFB1A7

#DFB1A7
(223,177,167)
#E1B8AF
(225,184,175)
#E3BFB7
(227,191,183)
#E5C6BF
(229,198,191)
#E7CDC7
(231,205,199)
#E9D4CF
(233,212,207)
#EBDBD7
(235,219,215)
#EDE2DF
(237,226,223)
#EFE9E7
(239,233,231)
#F1F0EF
(241,240,239)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB1A7; }

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

This text font color is #DFB1A7.


Background Color

.myBgColor { background-color: #DFB1A7; }

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

This div background color is #DFB1A7.


Border color

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

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

This div border color is #DFB1A7.


Opacity

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

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

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

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

This text has shadow with #DFB1A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB1A7 on black background.


Color preview on white background

This text has color #DFB1A7 on white background.



Black color preview on #DFB1A7 background

This text has black color on #DFB1A7 background.


White color preview on #DFB1A7 background

This text has white color on #DFB1A7 background.