COLOR #DFA8CD

HEX: #DFA8CD
RGB: (223,168,205)

Color info

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

RGB color model

#DFA8CD color RGB value is (223,168,205).

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

RGB channels and saturation

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

223
168
205

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

Portions of RGB colors in percentages

R + G + B =
223 + 168 + 205 = 596 (100%)
R 223 of 596 ~ 37.42%
G 168 of 596 ~ 28.19%
B 205 of 596 ~ 34.4%

%37.42
%28.19
%34.4

CMYK color model

#DFA8CD color CMYK value is (0,25,8,13).

  • cyan value is 0.00%
  • magenta value is 24.66%
  • yellow value is 8.07%
  • key color value is 12.55%
CMYK:
(0,25,8,13)
C0M25Y8K13 
(0%,25%,8%,13%)
(0.00/0.25/0.08/0.13)	

CMYK percentages

%0
%24.66
%8.07
%12.55

Codes

Color #DFA8CD in popluar color models

DFA8CD
RGB223168205
HSL320°46.22%76.67%
HSB/HSV320°24.66%87.45%
CMYK0.00%24.66%8.07%
12.55%

Color #DFA8CD in popluar number systems.

HEXDFA8CD
Decimal223168205
Binary110111111010100011001101
Octal337250315

Shades and tints

Shades of #DFA8CD

#DFA8CD
(223,168,205)
#CB99BB
(203,153,187)
#B78AA9
(183,138,169)
#A37B97
(163,123,151)
#8F6C85
(143,108,133)
#7B5D73
(123,93,115)
#674E61
(103,78,97)
#533F4F
(83,63,79)
#3F303D
(63,48,61)
#2B212B
(43,33,43)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #DFA8CD

#DFA8CD
(223,168,205)
#E1AFD1
(225,175,209)
#E3B6D5
(227,182,213)
#E5BDD9
(229,189,217)
#E7C4DD
(231,196,221)
#E9CBE1
(233,203,225)
#EBD2E5
(235,210,229)
#EDD9E9
(237,217,233)
#EFE0ED
(239,224,237)
#F1E7F1
(241,231,241)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFA8CD; }

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

This text font color is #DFA8CD.


Background Color

.myBgColor { background-color: #DFA8CD; }

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

This div background color is #DFA8CD.


Border color

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

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

This div border color is #DFA8CD.


Opacity

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

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

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

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

This text has shadow with #DFA8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA8CD on black background.


Color preview on white background

This text has color #DFA8CD on white background.



Black color preview on #DFA8CD background

This text has black color on #DFA8CD background.


White color preview on #DFA8CD background

This text has white color on #DFA8CD background.