COLOR #D1A9C8

HEX: #D1A9C8 RGB: (209,169,200)

Color info

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

RGB color model

#D1A9C8 color RGB value is (209,169,200).

RGB: (209,169,200) (82%, 66%, 78%)

RGB channels and saturation

R 209 of 255 = 82%
G 169 of 255 = 66%
B 200 of 255 = 78%

209
169
200

R + G + B ~ 75%. #D1A9C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 169 + 200 = 578 (100%)
R 209 of 578 ~ 36.16%
G 169 of 578 ~ 29.24%
B 200 of 578 ~ 34.6'%

%36.16
%29.24
%34.6

CMYK color model

#D1A9C8 color CMYK value is (0,19,4,18).

  • cyan value is 0.00%
  • magenta value is 19.14%
  • yellow value is 4.31%
  • key color value is 18.04%

CMYK: (0,19,4,18)
C0M19Y4K18 (0%, 19%, 4%, 18%)
(0.00 / 0.19 / 0.04 / 0.18)

CMYK percentages

%0
%19.14
%4.31
%18.04

Codes

Color #D1A9C8 in popluar color models

D1 A9 C8
RGB 209 169 200
HSL 314° 30.30% 74.12%
HSB/HSV 314° 19.14% 81.96%
CMYK 0.00% 19.14% 4.31%
18.04%

Color #D1A9C8 in popluar number systems.

HEX D1 A9 C8
Decimal 209 169 200
Binary 11010001 10101001 11001000
Octal 321 251 310

Shades and tints

Shades of #D1A9C8

#D1A9C8
(209,169,200)
#BE9AB6
(190,154,182)
#AB8BA4
(171,139,164)
#987C92
(152,124,146)
#856D80
(133,109,128)
#725E6E
(114,94,110)
#5F4F5C
(95,79,92)
#4C404A
(76,64,74)
#393138
(57,49,56)
#262226
(38,34,38)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #D1A9C8

#D1A9C8
(209,169,200)
#D5B0CD
(213,176,205)
#D9B7D2
(217,183,210)
#DDBED7
(221,190,215)
#E1C5DC
(225,197,220)
#E5CCE1
(229,204,225)
#E9D3E6
(233,211,230)
#EDDAEB
(237,218,235)
#F1E1F0
(241,225,240)
#F5E8F5
(245,232,245)
#F9EFFA
(249,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A9C8; }

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

This text font color is #D1A9C8.

Background Color

.myBgColor { background-color: #D1A9C8; }

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

This div background color is #D1A9C8.

Border color

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

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

This div border color is #D1A9C8.

Opacity

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

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

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

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

This text has shadow with #D1A9C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1A9C8.

Preview

Color preview on black background

This text has color #D1A9C8 on black background.


Color preview on white background

This text has color #D1A9C8 on white background.


Black color preview on #D1A9C8 background

This text has black color on #D1A9C8 background.


White color preview on #D1A9C8 background

This text has white color on #D1A9C8 background.


Related colors

Complementary color

Complementary color for #hex is #2E5637.


I love getcolorcode.com

Triadic colors

1 #C8D1A9 and #A9C8D1 with #D1A9C8 are triadic colors.

2 #C8A9D1 and #A9D1C8 with #D1A9C8 are triadic colors.