COLOR #DFB1A4

HEX: #DFB1A4
RGB: (223,177,164)

Color info

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

RGB color model

#DFB1A4 color RGB value is (223,177,164).

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

RGB channels and saturation

R 223 of 255 = 87%
G 177 of 255 = 69%
B 164 of 255 = 64%

223
177
164

R + G + B ~ 73%. #DFB1A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 177 + 164 = 564 (100%)
R 223 of 564 ~ 39.54%
G 177 of 564 ~ 31.38%
B 164 of 564 ~ 29.08%

%39.54
%31.38
%29.08

CMYK color model

#DFB1A4 color CMYK value is (0,21,26,13).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 26.46%
  • key color value is 12.55%
CMYK:
(0,21,26,13)
C0M21Y26K13 
(0%,21%,26%,13%)
(0.00/0.21/0.26/0.13)	

CMYK percentages

%0
%20.63
%26.46
%12.55

Codes

Color #DFB1A4 in popluar color models

DFB1A4
RGB223177164
HSL13°47.97%75.88%
HSB/HSV13°26.46%87.45%
CMYK0.00%20.63%26.46%
12.55%

Color #DFB1A4 in popluar number systems.

HEXDFB1A4
Decimal223177164
Binary110111111011000110100100
Octal337261244

Shades and tints

Shades of #DFB1A4

#DFB1A4
(223,177,164)
#CBA196
(203,161,150)
#B79188
(183,145,136)
#A3817A
(163,129,122)
#8F716C
(143,113,108)
#7B615E
(123,97,94)
#675150
(103,81,80)
#534142
(83,65,66)
#3F3134
(63,49,52)
#2B2126
(43,33,38)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #DFB1A4

#DFB1A4
(223,177,164)
#E1B8AC
(225,184,172)
#E3BFB4
(227,191,180)
#E5C6BC
(229,198,188)
#E7CDC4
(231,205,196)
#E9D4CC
(233,212,204)
#EBDBD4
(235,219,212)
#EDE2DC
(237,226,220)
#EFE9E4
(239,233,228)
#F1F0EC
(241,240,236)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB1A4; }

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

This text font color is #DFB1A4.


Background Color

.myBgColor { background-color: #DFB1A4; }

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

This div background color is #DFB1A4.


Border color

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

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

This div border color is #DFB1A4.


Opacity

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

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

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

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

This text has shadow with #DFB1A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB1A4 on black background.


Color preview on white background

This text has color #DFB1A4 on white background.



Black color preview on #DFB1A4 background

This text has black color on #DFB1A4 background.


White color preview on #DFB1A4 background

This text has white color on #DFB1A4 background.