COLOR #D9A9D4

HEX: #D9A9D4
RGB: (217,169,212)

Color info

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

RGB color model

#D9A9D4 color RGB value is (217,169,212).

  • red value is 217;
  • green value is 169;
  • blue value is 212.
RGB:
(217,169,212)
(85%,66%,83%)

RGB channels and saturation

R 217 of 255 = 85%
G 169 of 255 = 66%
B 212 of 255 = 83%

217
169
212

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

Portions of RGB colors in percentages

R + G + B =
217 + 169 + 212 = 598 (100%)
R 217 of 598 ~ 36.29%
G 169 of 598 ~ 28.26%
B 212 of 598 ~ 35.45%

%36.29
%28.26
%35.45

CMYK color model

#D9A9D4 color CMYK value is (0,22,2,15).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 2.30%
  • key color value is 14.90%
CMYK:
(0,22,2,15)
C0M22Y2K15 
(0%,22%,2%,15%)
(0.00/0.22/0.02/0.15)	

CMYK percentages

%0
%22.12
%2.3
%14.9

Codes

Color #D9A9D4 in popluar color models

D9A9D4
RGB217169212
HSL306°38.71%75.69%
HSB/HSV306°22.12%85.10%
CMYK0.00%22.12%2.30%
14.90%

Color #D9A9D4 in popluar number systems.

HEXD9A9D4
Decimal217169212
Binary110110011010100111010100
Octal331251324

Shades and tints

Shades of #D9A9D4

#D9A9D4
(217,169,212)
#C69AC1
(198,154,193)
#B38BAE
(179,139,174)
#A07C9B
(160,124,155)
#8D6D88
(141,109,136)
#7A5E75
(122,94,117)
#674F62
(103,79,98)
#54404F
(84,64,79)
#41313C
(65,49,60)
#2E2229
(46,34,41)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #D9A9D4

#D9A9D4
(217,169,212)
#DCB0D7
(220,176,215)
#DFB7DA
(223,183,218)
#E2BEDD
(226,190,221)
#E5C5E0
(229,197,224)
#E8CCE3
(232,204,227)
#EBD3E6
(235,211,230)
#EEDAE9
(238,218,233)
#F1E1EC
(241,225,236)
#F4E8EF
(244,232,239)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A9D4 color. Also use rgb(217,169,212) instead hex code.

Text Font Color

.myTextColor { color: #D9A9D4; }

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

This text font color is #D9A9D4.


Background Color

.myBgColor { background-color: #D9A9D4; }

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

This div background color is #D9A9D4.


Border color

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

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

This div border color is #D9A9D4.


Opacity

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

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

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

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

This text has shadow with #D9A9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9A9D4 on black background.


Color preview on white background

This text has color #D9A9D4 on white background.



Black color preview on #D9A9D4 background

This text has black color on #D9A9D4 background.


White color preview on #D9A9D4 background

This text has white color on #D9A9D4 background.