COLOR #DFA9ED

HEX: #DFA9ED
RGB: (223,169,237)

Color info

#DFA9ED contains mainly red and blue colors. Web safe color of #DFA9ED is #CC99FF (or #C9F).

RGB color model

#DFA9ED color RGB value is (223,169,237).

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

RGB channels and saturation

R 223 of 255 = 87%
G 169 of 255 = 66%
B 237 of 255 = 93%

223
169
237

R + G + B ~ 82%. #DFA9ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 169 + 237 = 629 (100%)
R 223 of 629 ~ 35.45%
G 169 of 629 ~ 26.87%
B 237 of 629 ~ 37.68%

%35.45
%26.87
%37.68

CMYK color model

#DFA9ED color CMYK value is (6,29,0,7).

  • cyan value is 5.91%
  • magenta value is 28.69%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(6,29,0,7)
C6M29Y0K7 
(6%,29%,0%,7%)
(0.06/0.29/0.00/0.07)	

CMYK percentages

%5.91
%28.69
%0
%7.06

Codes

Color #DFA9ED in popluar color models

DFA9ED
RGB223169237
HSL288°65.38%79.61%
HSB/HSV288°28.69%92.94%
CMYK5.91%28.69%0.00%
7.06%

Color #DFA9ED in popluar number systems.

HEXDFA9ED
Decimal223169237
Binary110111111010100111101101
Octal337251355

Shades and tints

Shades of #DFA9ED

#DFA9ED
(223,169,237)
#CB9AD8
(203,154,216)
#B78BC3
(183,139,195)
#A37CAE
(163,124,174)
#8F6D99
(143,109,153)
#7B5E84
(123,94,132)
#674F6F
(103,79,111)
#53405A
(83,64,90)
#3F3145
(63,49,69)
#2B2230
(43,34,48)
#17131B
(23,19,27)
#000000
(0,0,0)

Tints of #DFA9ED

#DFA9ED
(223,169,237)
#E1B0EE
(225,176,238)
#E3B7EF
(227,183,239)
#E5BEF0
(229,190,240)
#E7C5F1
(231,197,241)
#E9CCF2
(233,204,242)
#EBD3F3
(235,211,243)
#EDDAF4
(237,218,244)
#EFE1F5
(239,225,245)
#F1E8F6
(241,232,246)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFA9ED; }

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

This text font color is #DFA9ED.


Background Color

.myBgColor { background-color: #DFA9ED; }

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

This div background color is #DFA9ED.


Border color

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

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

This div border color is #DFA9ED.


Opacity

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

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

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

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

This text has shadow with #DFA9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA9ED on black background.


Color preview on white background

This text has color #DFA9ED on white background.



Black color preview on #DFA9ED background

This text has black color on #DFA9ED background.


White color preview on #DFA9ED background

This text has white color on #DFA9ED background.