COLOR #DFA8AC

HEX: #DFA8AC
RGB: (223,168,172)

Color info

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

RGB color model

#DFA8AC color RGB value is (223,168,172).

  • red value is 223;
  • green value is 168;
  • blue value is 172.
RGB:
(223,168,172)
(87%,66%,67%)

RGB channels and saturation

R 223 of 255 = 87%
G 168 of 255 = 66%
B 172 of 255 = 67%

223
168
172

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

Portions of RGB colors in percentages

R + G + B =
223 + 168 + 172 = 563 (100%)
R 223 of 563 ~ 39.61%
G 168 of 563 ~ 29.84%
B 172 of 563 ~ 30.55%

%39.61
%29.84
%30.55

CMYK color model

#DFA8AC color CMYK value is (0,25,23,13).

  • cyan value is 0.00%
  • magenta value is 24.66%
  • yellow value is 22.87%
  • key color value is 12.55%
CMYK:
(0,25,23,13)
C0M25Y23K13 
(0%,25%,23%,13%)
(0.00/0.25/0.23/0.13)	

CMYK percentages

%0
%24.66
%22.87
%12.55

Codes

Color #DFA8AC in popluar color models

DFA8AC
RGB223168172
HSL356°46.22%76.67%
HSB/HSV356°24.66%87.45%
CMYK0.00%24.66%22.87%
12.55%

Color #DFA8AC in popluar number systems.

HEXDFA8AC
Decimal223168172
Binary110111111010100010101100
Octal337250254

Shades and tints

Shades of #DFA8AC

#DFA8AC
(223,168,172)
#CB999D
(203,153,157)
#B78A8E
(183,138,142)
#A37B7F
(163,123,127)
#8F6C70
(143,108,112)
#7B5D61
(123,93,97)
#674E52
(103,78,82)
#533F43
(83,63,67)
#3F3034
(63,48,52)
#2B2125
(43,33,37)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #DFA8AC

#DFA8AC
(223,168,172)
#E1AFB3
(225,175,179)
#E3B6BA
(227,182,186)
#E5BDC1
(229,189,193)
#E7C4C8
(231,196,200)
#E9CBCF
(233,203,207)
#EBD2D6
(235,210,214)
#EDD9DD
(237,217,221)
#EFE0E4
(239,224,228)
#F1E7EB
(241,231,235)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFA8AC color. Also use rgb(223,168,172) instead hex code.

Text Font Color

.myTextColor { color: #DFA8AC; }

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

This text font color is #DFA8AC.


Background Color

.myBgColor { background-color: #DFA8AC; }

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

This div background color is #DFA8AC.


Border color

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

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

This div border color is #DFA8AC.


Opacity

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

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

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

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

This text has shadow with #DFA8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA8AC on black background.


Color preview on white background

This text has color #DFA8AC on white background.



Black color preview on #DFA8AC background

This text has black color on #DFA8AC background.


White color preview on #DFA8AC background

This text has white color on #DFA8AC background.