COLOR #DFA9D7

HEX: #DFA9D7
RGB: (223,169,215)

Color info

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

RGB color model

#DFA9D7 color RGB value is (223,169,215).

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

RGB channels and saturation

R 223 of 255 = 87%
G 169 of 255 = 66%
B 215 of 255 = 84%

223
169
215

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

Portions of RGB colors in percentages

R + G + B =
223 + 169 + 215 = 607 (100%)
R 223 of 607 ~ 36.74%
G 169 of 607 ~ 27.84%
B 215 of 607 ~ 35.42%

%36.74
%27.84
%35.42

CMYK color model

#DFA9D7 color CMYK value is (0,24,4,13).

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 3.59%
  • key color value is 12.55%
CMYK:
(0,24,4,13)
C0M24Y4K13 
(0%,24%,4%,13%)
(0.00/0.24/0.04/0.13)	

CMYK percentages

%0
%24.22
%3.59
%12.55

Codes

Color #DFA9D7 in popluar color models

DFA9D7
RGB223169215
HSL309°45.76%76.86%
HSB/HSV309°24.22%87.45%
CMYK0.00%24.22%3.59%
12.55%

Color #DFA9D7 in popluar number systems.

HEXDFA9D7
Decimal223169215
Binary110111111010100111010111
Octal337251327

Shades and tints

Shades of #DFA9D7

#DFA9D7
(223,169,215)
#CB9AC4
(203,154,196)
#B78BB1
(183,139,177)
#A37C9E
(163,124,158)
#8F6D8B
(143,109,139)
#7B5E78
(123,94,120)
#674F65
(103,79,101)
#534052
(83,64,82)
#3F313F
(63,49,63)
#2B222C
(43,34,44)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #DFA9D7

#DFA9D7
(223,169,215)
#E1B0DA
(225,176,218)
#E3B7DD
(227,183,221)
#E5BEE0
(229,190,224)
#E7C5E3
(231,197,227)
#E9CCE6
(233,204,230)
#EBD3E9
(235,211,233)
#EDDAEC
(237,218,236)
#EFE1EF
(239,225,239)
#F1E8F2
(241,232,242)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFA9D7; }

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

This text font color is #DFA9D7.


Background Color

.myBgColor { background-color: #DFA9D7; }

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

This div background color is #DFA9D7.


Border color

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

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

This div border color is #DFA9D7.


Opacity

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

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

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

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

This text has shadow with #DFA9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA9D7 on black background.


Color preview on white background

This text has color #DFA9D7 on white background.



Black color preview on #DFA9D7 background

This text has black color on #DFA9D7 background.


White color preview on #DFA9D7 background

This text has white color on #DFA9D7 background.