COLOR #DFA9D4

HEX: #DFA9D4
RGB: (223,169,212)

Color info

#DFA9D4 contains red, green and blue colors in about the same proportion. Web safe color of #DFA9D4 is #CC99CC (or #C9C).

RGB color model

#DFA9D4 color RGB value is (223,169,212).

  • red value is 223;
  • green value is 169;
  • blue value is 212.
RGB:
(223,169,212)
(87%,66%,83%)

RGB channels and saturation

R 223 of 255 = 87%
G 169 of 255 = 66%
B 212 of 255 = 83%

223
169
212

R + G + B ~ 79%. #DFA9D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 169 + 212 = 604 (100%)
R 223 of 604 ~ 36.92%
G 169 of 604 ~ 27.98%
B 212 of 604 ~ 35.1%

%36.92
%27.98
%35.1

CMYK color model

#DFA9D4 color CMYK value is (0,24,5,13).

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 4.93%
  • key color value is 12.55%
CMYK:
(0,24,5,13)
C0M24Y5K13 
(0%,24%,5%,13%)
(0.00/0.24/0.05/0.13)	

CMYK percentages

%0
%24.22
%4.93
%12.55

Codes

Color #DFA9D4 in popluar color models

DFA9D4
RGB223169212
HSL312°45.76%76.86%
HSB/HSV312°24.22%87.45%
CMYK0.00%24.22%4.93%
12.55%

Color #DFA9D4 in popluar number systems.

HEXDFA9D4
Decimal223169212
Binary110111111010100111010100
Octal337251324

Shades and tints

Shades of #DFA9D4

#DFA9D4
(223,169,212)
#CB9AC1
(203,154,193)
#B78BAE
(183,139,174)
#A37C9B
(163,124,155)
#8F6D88
(143,109,136)
#7B5E75
(123,94,117)
#674F62
(103,79,98)
#53404F
(83,64,79)
#3F313C
(63,49,60)
#2B2229
(43,34,41)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #DFA9D4

#DFA9D4
(223,169,212)
#E1B0D7
(225,176,215)
#E3B7DA
(227,183,218)
#E5BEDD
(229,190,221)
#E7C5E0
(231,197,224)
#E9CCE3
(233,204,227)
#EBD3E6
(235,211,230)
#EDDAE9
(237,218,233)
#EFE1EC
(239,225,236)
#F1E8EF
(241,232,239)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFA9D4 color. Also use rgb(223,169,212) instead hex code.

Text Font Color

.myTextColor { color: #DFA9D4; }

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

This text font color is #DFA9D4.


Background Color

.myBgColor { background-color: #DFA9D4; }

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

This div background color is #DFA9D4.


Border color

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

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

This div border color is #DFA9D4.


Opacity

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

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

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

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

This text has shadow with #DFA9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA9D4 on black background.


Color preview on white background

This text has color #DFA9D4 on white background.



Black color preview on #DFA9D4 background

This text has black color on #DFA9D4 background.


White color preview on #DFA9D4 background

This text has white color on #DFA9D4 background.