COLOR #DFA9E4

HEX: #DFA9E4
RGB: (223,169,228)

Color info

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

RGB color model

#DFA9E4 color RGB value is (223,169,228).

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

RGB channels and saturation

R 223 of 255 = 87%
G 169 of 255 = 66%
B 228 of 255 = 89%

223
169
228

R + G + B ~ 81%. #DFA9E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 169 + 228 = 620 (100%)
R 223 of 620 ~ 35.97%
G 169 of 620 ~ 27.26%
B 228 of 620 ~ 36.77%

%35.97
%27.26
%36.77

CMYK color model

#DFA9E4 color CMYK value is (2,26,0,11).

  • cyan value is 2.19%
  • magenta value is 25.88%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(2,26,0,11)
C2M26Y0K11 
(2%,26%,0%,11%)
(0.02/0.26/0.00/0.11)	

CMYK percentages

%2.19
%25.88
%0
%10.59

Codes

Color #DFA9E4 in popluar color models

DFA9E4
RGB223169228
HSL295°52.21%77.84%
HSB/HSV295°25.88%89.41%
CMYK2.19%25.88%0.00%
10.59%

Color #DFA9E4 in popluar number systems.

HEXDFA9E4
Decimal223169228
Binary110111111010100111100100
Octal337251344

Shades and tints

Shades of #DFA9E4

#DFA9E4
(223,169,228)
#CB9AD0
(203,154,208)
#B78BBC
(183,139,188)
#A37CA8
(163,124,168)
#8F6D94
(143,109,148)
#7B5E80
(123,94,128)
#674F6C
(103,79,108)
#534058
(83,64,88)
#3F3144
(63,49,68)
#2B2230
(43,34,48)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #DFA9E4

#DFA9E4
(223,169,228)
#E1B0E6
(225,176,230)
#E3B7E8
(227,183,232)
#E5BEEA
(229,190,234)
#E7C5EC
(231,197,236)
#E9CCEE
(233,204,238)
#EBD3F0
(235,211,240)
#EDDAF2
(237,218,242)
#EFE1F4
(239,225,244)
#F1E8F6
(241,232,246)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFA9E4; }

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

This text font color is #DFA9E4.


Background Color

.myBgColor { background-color: #DFA9E4; }

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

This div background color is #DFA9E4.


Border color

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

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

This div border color is #DFA9E4.


Opacity

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

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

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

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

This text has shadow with #DFA9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA9E4 on black background.


Color preview on white background

This text has color #DFA9E4 on white background.



Black color preview on #DFA9E4 background

This text has black color on #DFA9E4 background.


White color preview on #DFA9E4 background

This text has white color on #DFA9E4 background.