COLOR #D5A9DF

HEX: #D5A9DF
RGB: (213,169,223)

Color info

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

RGB color model

#D5A9DF color RGB value is (213,169,223).

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

RGB channels and saturation

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

213
169
223

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

Portions of RGB colors in percentages

R + G + B =
213 + 169 + 223 = 605 (100%)
R 213 of 605 ~ 35.21%
G 169 of 605 ~ 27.93%
B 223 of 605 ~ 36.86%

%35.21
%27.93
%36.86

CMYK color model

#D5A9DF color CMYK value is (4,24,0,13).

  • cyan value is 4.48%
  • magenta value is 24.22%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(4,24,0,13)
C4M24Y0K13 
(4%,24%,0%,13%)
(0.04/0.24/0.00/0.13)	

CMYK percentages

%4.48
%24.22
%0
%12.55

Codes

Color #D5A9DF in popluar color models

D5A9DF
RGB213169223
HSL289°45.76%76.86%
HSB/HSV289°24.22%87.45%
CMYK4.48%24.22%0.00%
12.55%

Color #D5A9DF in popluar number systems.

HEXD5A9DF
Decimal213169223
Binary110101011010100111011111
Octal325251337

Shades and tints

Shades of #D5A9DF

#D5A9DF
(213,169,223)
#C29ACB
(194,154,203)
#AF8BB7
(175,139,183)
#9C7CA3
(156,124,163)
#896D8F
(137,109,143)
#765E7B
(118,94,123)
#634F67
(99,79,103)
#504053
(80,64,83)
#3D313F
(61,49,63)
#2A222B
(42,34,43)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #D5A9DF

#D5A9DF
(213,169,223)
#D8B0E1
(216,176,225)
#DBB7E3
(219,183,227)
#DEBEE5
(222,190,229)
#E1C5E7
(225,197,231)
#E4CCE9
(228,204,233)
#E7D3EB
(231,211,235)
#EADAED
(234,218,237)
#EDE1EF
(237,225,239)
#F0E8F1
(240,232,241)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5A9DF; }

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

This text font color is #D5A9DF.


Background Color

.myBgColor { background-color: #D5A9DF; }

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

This div background color is #D5A9DF.


Border color

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

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

This div border color is #D5A9DF.


Opacity

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

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

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

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

This text has shadow with #D5A9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A9DF on black background.


Color preview on white background

This text has color #D5A9DF on white background.



Black color preview on #D5A9DF background

This text has black color on #D5A9DF background.


White color preview on #D5A9DF background

This text has white color on #D5A9DF background.