COLOR #DFA9CD

HEX: #DFA9CD
RGB: (223,169,205)

Color info

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

RGB color model

#DFA9CD color RGB value is (223,169,205).

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

RGB channels and saturation

R 223 of 255 = 87%
G 169 of 255 = 66%
B 205 of 255 = 80%

223
169
205

R + G + B ~ 78%. #DFA9CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 169 + 205 = 597 (100%)
R 223 of 597 ~ 37.35%
G 169 of 597 ~ 28.31%
B 205 of 597 ~ 34.34%

%37.35
%28.31
%34.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 8.07%
  • key color value is 12.55%
CMYK:
(0,24,8,13)
C0M24Y8K13 
(0%,24%,8%,13%)
(0.00/0.24/0.08/0.13)	

CMYK percentages

%0
%24.22
%8.07
%12.55

Codes

Color #DFA9CD in popluar color models

DFA9CD
RGB223169205
HSL320°45.76%76.86%
HSB/HSV320°24.22%87.45%
CMYK0.00%24.22%8.07%
12.55%

Color #DFA9CD in popluar number systems.

HEXDFA9CD
Decimal223169205
Binary110111111010100111001101
Octal337251315

Shades and tints

Shades of #DFA9CD

#DFA9CD
(223,169,205)
#CB9ABB
(203,154,187)
#B78BA9
(183,139,169)
#A37C97
(163,124,151)
#8F6D85
(143,109,133)
#7B5E73
(123,94,115)
#674F61
(103,79,97)
#53404F
(83,64,79)
#3F313D
(63,49,61)
#2B222B
(43,34,43)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #DFA9CD

#DFA9CD
(223,169,205)
#E1B0D1
(225,176,209)
#E3B7D5
(227,183,213)
#E5BED9
(229,190,217)
#E7C5DD
(231,197,221)
#E9CCE1
(233,204,225)
#EBD3E5
(235,211,229)
#EDDAE9
(237,218,233)
#EFE1ED
(239,225,237)
#F1E8F1
(241,232,241)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFA9CD; }

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

This text font color is #DFA9CD.


Background Color

.myBgColor { background-color: #DFA9CD; }

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

This div background color is #DFA9CD.


Border color

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

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

This div border color is #DFA9CD.


Opacity

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

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

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

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

This text has shadow with #DFA9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA9CD on black background.


Color preview on white background

This text has color #DFA9CD on white background.



Black color preview on #DFA9CD background

This text has black color on #DFA9CD background.


White color preview on #DFA9CD background

This text has white color on #DFA9CD background.