COLOR #D9ACDE

HEX: #D9ACDE
RGB: (217,172,222)

Color info

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

RGB color model

#D9ACDE color RGB value is (217,172,222).

  • red value is 217;
  • green value is 172;
  • blue value is 222.
RGB:
(217,172,222)
(85%,67%,87%)

RGB channels and saturation

R 217 of 255 = 85%
G 172 of 255 = 67%
B 222 of 255 = 87%

217
172
222

R + G + B ~ 80%. #D9ACDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 172 + 222 = 611 (100%)
R 217 of 611 ~ 35.52%
G 172 of 611 ~ 28.15%
B 222 of 611 ~ 36.33%

%35.52
%28.15
%36.33

CMYK color model

#D9ACDE color CMYK value is (2,23,0,13).

  • cyan value is 2.25%
  • magenta value is 22.52%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(2,23,0,13)
C2M23Y0K13 
(2%,23%,0%,13%)
(0.02/0.23/0.00/0.13)	

CMYK percentages

%2.25
%22.52
%0
%12.94

Codes

Color #D9ACDE in popluar color models

D9ACDE
RGB217172222
HSL294°43.10%77.25%
HSB/HSV294°22.52%87.06%
CMYK2.25%22.52%0.00%
12.94%

Color #D9ACDE in popluar number systems.

HEXD9ACDE
Decimal217172222
Binary110110011010110011011110
Octal331254336

Shades and tints

Shades of #D9ACDE

#D9ACDE
(217,172,222)
#C69DCA
(198,157,202)
#B38EB6
(179,142,182)
#A07FA2
(160,127,162)
#8D708E
(141,112,142)
#7A617A
(122,97,122)
#675266
(103,82,102)
#544352
(84,67,82)
#41343E
(65,52,62)
#2E252A
(46,37,42)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #D9ACDE

#D9ACDE
(217,172,222)
#DCB3E1
(220,179,225)
#DFBAE4
(223,186,228)
#E2C1E7
(226,193,231)
#E5C8EA
(229,200,234)
#E8CFED
(232,207,237)
#EBD6F0
(235,214,240)
#EEDDF3
(238,221,243)
#F1E4F6
(241,228,246)
#F4EBF9
(244,235,249)
#F7F2FC
(247,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9ACDE color. Also use rgb(217,172,222) instead hex code.

Text Font Color

.myTextColor { color: #D9ACDE; }

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

This text font color is #D9ACDE.


Background Color

.myBgColor { background-color: #D9ACDE; }

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

This div background color is #D9ACDE.


Border color

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

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

This div border color is #D9ACDE.


Opacity

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

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

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

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

This text has shadow with #D9ACDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9ACDE on black background.


Color preview on white background

This text has color #D9ACDE on white background.



Black color preview on #D9ACDE background

This text has black color on #D9ACDE background.


White color preview on #D9ACDE background

This text has white color on #D9ACDE background.