COLOR #DFA9DE

HEX: #DFA9DE
RGB: (223,169,222)

Color info

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

RGB color model

#DFA9DE color RGB value is (223,169,222).

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

RGB channels and saturation

R 223 of 255 = 87%
G 169 of 255 = 66%
B 222 of 255 = 87%

223
169
222

R + G + B ~ 80%. #DFA9DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 169 + 222 = 614 (100%)
R 223 of 614 ~ 36.32%
G 169 of 614 ~ 27.52%
B 222 of 614 ~ 36.16%

%36.32
%27.52
%36.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 0.45%
  • key color value is 12.55%
CMYK:
(0,24,0,13)
C0M24Y0K13 
(0%,24%,0%,13%)
(0.00/0.24/0.00/0.13)	

CMYK percentages

%0
%24.22
%0.45
%12.55

Codes

Color #DFA9DE in popluar color models

DFA9DE
RGB223169222
HSL301°45.76%76.86%
HSB/HSV301°24.22%87.45%
CMYK0.00%24.22%0.45%
12.55%

Color #DFA9DE in popluar number systems.

HEXDFA9DE
Decimal223169222
Binary110111111010100111011110
Octal337251336

Shades and tints

Shades of #DFA9DE

#DFA9DE
(223,169,222)
#CB9ACA
(203,154,202)
#B78BB6
(183,139,182)
#A37CA2
(163,124,162)
#8F6D8E
(143,109,142)
#7B5E7A
(123,94,122)
#674F66
(103,79,102)
#534052
(83,64,82)
#3F313E
(63,49,62)
#2B222A
(43,34,42)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #DFA9DE

#DFA9DE
(223,169,222)
#E1B0E1
(225,176,225)
#E3B7E4
(227,183,228)
#E5BEE7
(229,190,231)
#E7C5EA
(231,197,234)
#E9CCED
(233,204,237)
#EBD3F0
(235,211,240)
#EDDAF3
(237,218,243)
#EFE1F6
(239,225,246)
#F1E8F9
(241,232,249)
#F3EFFC
(243,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFA9DE; }

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

This text font color is #DFA9DE.


Background Color

.myBgColor { background-color: #DFA9DE; }

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

This div background color is #DFA9DE.


Border color

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

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

This div border color is #DFA9DE.


Opacity

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

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

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

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

This text has shadow with #DFA9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA9DE on black background.


Color preview on white background

This text has color #DFA9DE on white background.



Black color preview on #DFA9DE background

This text has black color on #DFA9DE background.


White color preview on #DFA9DE background

This text has white color on #DFA9DE background.