COLOR #D1A9D7

HEX: #D1A9D7
RGB: (209,169,215)

Color info

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

RGB color model

#D1A9D7 color RGB value is (209,169,215).

  • red value is 209;
  • green value is 169;
  • blue value is 215.
RGB:
(209,169,215)
(82%,66%,84%)

RGB channels and saturation

R 209 of 255 = 82%
G 169 of 255 = 66%
B 215 of 255 = 84%

209
169
215

R + G + B ~ 77%. #D1A9D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 169 + 215 = 593 (100%)
R 209 of 593 ~ 35.24%
G 169 of 593 ~ 28.5%
B 215 of 593 ~ 36.26%

%35.24
%28.5
%36.26

CMYK color model

#D1A9D7 color CMYK value is (3,21,0,16).

  • cyan value is 2.79%
  • magenta value is 21.40%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(3,21,0,16)
C3M21Y0K16 
(3%,21%,0%,16%)
(0.03/0.21/0.00/0.16)	

CMYK percentages

%2.79
%21.4
%0
%15.69

Codes

Color #D1A9D7 in popluar color models

D1A9D7
RGB209169215
HSL292°36.51%75.29%
HSB/HSV292°21.40%84.31%
CMYK2.79%21.40%0.00%
15.69%

Color #D1A9D7 in popluar number systems.

HEXD1A9D7
Decimal209169215
Binary110100011010100111010111
Octal321251327

Shades and tints

Shades of #D1A9D7

#D1A9D7
(209,169,215)
#BE9AC4
(190,154,196)
#AB8BB1
(171,139,177)
#987C9E
(152,124,158)
#856D8B
(133,109,139)
#725E78
(114,94,120)
#5F4F65
(95,79,101)
#4C4052
(76,64,82)
#39313F
(57,49,63)
#26222C
(38,34,44)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #D1A9D7

#D1A9D7
(209,169,215)
#D5B0DA
(213,176,218)
#D9B7DD
(217,183,221)
#DDBEE0
(221,190,224)
#E1C5E3
(225,197,227)
#E5CCE6
(229,204,230)
#E9D3E9
(233,211,233)
#EDDAEC
(237,218,236)
#F1E1EF
(241,225,239)
#F5E8F2
(245,232,242)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A9D7 color. Also use rgb(209,169,215) instead hex code.

Text Font Color

.myTextColor { color: #D1A9D7; }

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

This text font color is #D1A9D7.


Background Color

.myBgColor { background-color: #D1A9D7; }

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

This div background color is #D1A9D7.


Border color

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

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

This div border color is #D1A9D7.


Opacity

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

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

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

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

This text has shadow with #D1A9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A9D7 on black background.


Color preview on white background

This text has color #D1A9D7 on white background.



Black color preview on #D1A9D7 background

This text has black color on #D1A9D7 background.


White color preview on #D1A9D7 background

This text has white color on #D1A9D7 background.