COLOR #D5A8DF

HEX: #D5A8DF RGB: (213,168,223)

Color info

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

RGB color model

#D5A8DF color RGB value is (213,168,223).

RGB: (213,168,223) (84%, 66%, 87%)

RGB channels and saturation

R 213 of 255 = 84%
G 168 of 255 = 66%
B 223 of 255 = 87%

213
168
223

R + G + B ~ 79%. #D5A8DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 168 + 223 = 604 (100%)
R 213 of 604 ~ 35.26%
G 168 of 604 ~ 27.81%
B 223 of 604 ~ 36.92'%

%35.26
%27.81
%36.92

CMYK color model

#D5A8DF color CMYK value is (4,25,0,13).

  • cyan value is 4.48%
  • magenta value is 24.66%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (4,25,0,13)
C4M25Y0K13 (4%, 25%, 0%, 13%)
(0.04 / 0.25 / 0.00 / 0.13)

CMYK percentages

%4.48
%24.66
%0
%12.55

Codes

Color #D5A8DF in popluar color models

D5 A8 DF
RGB 213 168 223
HSL 289° 46.22% 76.67%
HSB/HSV 289° 24.66% 87.45%
CMYK 4.48% 24.66% 0.00%
12.55%

Color #D5A8DF in popluar number systems.

HEX D5 A8 DF
Decimal 213 168 223
Binary 11010101 10101000 11011111
Octal 325 250 337

Shades and tints

Shades of #D5A8DF

#D5A8DF
(213,168,223)
#C299CB
(194,153,203)
#AF8AB7
(175,138,183)
#9C7BA3
(156,123,163)
#896C8F
(137,108,143)
#765D7B
(118,93,123)
#634E67
(99,78,103)
#503F53
(80,63,83)
#3D303F
(61,48,63)
#2A212B
(42,33,43)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #D5A8DF

#D5A8DF
(213,168,223)
#D8AFE1
(216,175,225)
#DBB6E3
(219,182,227)
#DEBDE5
(222,189,229)
#E1C4E7
(225,196,231)
#E4CBE9
(228,203,233)
#E7D2EB
(231,210,235)
#EAD9ED
(234,217,237)
#EDE0EF
(237,224,239)
#F0E7F1
(240,231,241)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5A8DF; }

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

This text font color is #D5A8DF.

Background Color

.myBgColor { background-color: #D5A8DF; }

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

This div background color is #D5A8DF.

Border color

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

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

This div border color is #D5A8DF.

Opacity

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

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

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

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

This text has shadow with #D5A8DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5A8DF.

Preview

Color preview on black background

This text has color #D5A8DF on black background.


Color preview on white background

This text has color #D5A8DF on white background.


Black color preview on #D5A8DF background

This text has black color on #D5A8DF background.


White color preview on #D5A8DF background

This text has white color on #D5A8DF background.


Related colors

Complementary color

Complementary color for #hex is #2A5720.


I love getcolorcode.com

Triadic colors

1 #DFD5A8 and #A8DFD5 with #D5A8DF are triadic colors.

2 #DFA8D5 and #A8D5DF with #D5A8DF are triadic colors.